Searched refs:UT_WRITE_ENDPOINT (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/sys/mips/cavium/usb/ |
| D | octusb.c | 1466 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in octusb_roothub_exec() 1561 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in octusb_roothub_exec() 1566 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in octusb_roothub_exec()
|
| /freebsd-9-stable/sys/dev/usb/ |
| D | usb_handle_request.c | 588 case UT_WRITE_ENDPOINT: in usb_handle_request()
|
| D | usb.h | 165 #define UT_WRITE_ENDPOINT (UT_WRITE | UT_STANDARD | UT_ENDPOINT) macro
|
| D | usb_generic.c | 890 if (req->bmRequestType == UT_WRITE_ENDPOINT) { in ugen_check_request() 1631 req.bmRequestType = UT_WRITE_ENDPOINT; in ugen_ioctl()
|
| D | usb_compat_linux.c | 579 UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT, in usb_clear_halt()
|
| D | usb_request.c | 271 req.bmRequestType = UT_WRITE_ENDPOINT; in usb_do_clear_stall_callback()
|
| D | usb_transfer.c | 3212 req.bmRequestType = UT_WRITE_ENDPOINT; in usbd_clear_stall_callback()
|
| /freebsd-9-stable/sys/dev/usb/controller/ |
| D | ohci.c | 2120 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in ohci_roothub_exec() 2211 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in ohci_roothub_exec() 2216 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in ohci_roothub_exec()
|
| D | uhci.c | 2512 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in uhci_roothub_exec() 2603 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in uhci_roothub_exec() 2608 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in uhci_roothub_exec()
|
| D | ehci.c | 3118 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in ehci_roothub_exec() 3221 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in ehci_roothub_exec() 3226 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in ehci_roothub_exec()
|
| D | xhci.c | 3243 case C(UR_CLEAR_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec() 3342 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec() 3347 case C(UR_SYNCH_FRAME, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
|
| D | atmegadci.c | 1632 case UT_WRITE_ENDPOINT: in atmegadci_roothub_exec()
|
| D | avr32dci.c | 1573 case UT_WRITE_ENDPOINT: in avr32dci_roothub_exec()
|
| D | uss820dci.c | 1872 case UT_WRITE_ENDPOINT: in uss820dci_roothub_exec()
|
| D | at91dci.c | 1808 case UT_WRITE_ENDPOINT: in at91dci_roothub_exec()
|
| D | musb_otg.c | 3656 case UT_WRITE_ENDPOINT: in musbotg_roothub_exec()
|