endpoint_head 492 dev/usb/usbf_subr.c SIMPLEQ_INIT(&ui->endpoint_head); endpoint_head 543 dev/usb/usbf_subr.c SIMPLEQ_INSERT_TAIL(&ui->endpoint_head, ue, next); endpoint_head 574 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(ue, &ui->endpoint_head, next) { endpoint_head 726 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(ep, &iface->endpoint_head, next) { endpoint_head 740 dev/usb/usbf_subr.c SIMPLEQ_FOREACH(ep, &iface->endpoint_head, next) { endpoint_head 40 dev/usb/usbfvar.h SIMPLEQ_HEAD(, usbf_endpoint) endpoint_head;