Home
last modified time | relevance | path

Searched refs:UT_WRITE_CLASS_OTHER (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_request.c1682 req.bmRequestType = UT_WRITE_CLASS_OTHER; in usbd_req_set_hub_u1_timeout()
1704 req.bmRequestType = UT_WRITE_CLASS_OTHER; in usbd_req_set_hub_u2_timeout()
1747 req.bmRequestType = UT_WRITE_CLASS_OTHER; in usbd_req_clear_port_feature()
1769 req.bmRequestType = UT_WRITE_CLASS_OTHER; in usbd_req_set_port_feature()
2227 req.bmRequestType = UT_WRITE_CLASS_OTHER; in usbd_req_reset_tt()
2261 req.bmRequestType = UT_WRITE_CLASS_OTHER; in usbd_req_clear_tt_buffer()
2285 req.bmRequestType = UT_WRITE_CLASS_OTHER; in usbd_req_set_port_link_state()
2314 req.bmRequestType = UT_WRITE_CLASS_OTHER; in usbd_req_set_lpm_info()
H A Dusb.h179 #define UT_WRITE_CLASS_OTHER (UT_WRITE | UT_CLASS | UT_OTHER) macro
H A Dusb_hub.c298 req.bmRequestType = UT_WRITE_CLASS_OTHER; in uhub_tt_buffer_reset_async_locked()
310 req.bmRequestType = UT_WRITE_CLASS_OTHER; in uhub_tt_buffer_reset_async_locked()
/freebsd/sys/dev/usb/controller/
H A Dehci.c3143 case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_OTHER): in ehci_roothub_exec()
3290 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in ehci_roothub_exec()
3377 case C(UR_CLEAR_TT_BUFFER, UT_WRITE_CLASS_OTHER): in ehci_roothub_exec()
3378 case C(UR_RESET_TT, UT_WRITE_CLASS_OTHER): in ehci_roothub_exec()
3380 case C(UR_STOP_TT, UT_WRITE_CLASS_OTHER): in ehci_roothub_exec()
H A Dxhci.c3355 case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
3536 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
3621 case C(UR_CLEAR_TT_BUFFER, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
3622 case C(UR_RESET_TT, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
3624 case C(UR_STOP_TT, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
H A Dohci.c2182 case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_OTHER): in ohci_roothub_exec()
2288 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in ohci_roothub_exec()
H A Duhci.c2550 case C(UR_CLEAR_FEATURE, UT_WRITE_CLASS_OTHER): in uhci_roothub_exec()
2687 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in uhci_roothub_exec()
H A Datmegadci.c1657 case UT_WRITE_CLASS_OTHER: in atmegadci_roothub_exec()
H A Davr32dci.c1606 case UT_WRITE_CLASS_OTHER: in avr32dci_roothub_exec()
H A Duss820dci.c1951 case UT_WRITE_CLASS_OTHER: in uss820dci_roothub_exec()
H A Dmusb_otg.c3683 case UT_WRITE_CLASS_OTHER: in musbotg_roothub_exec()
H A Ddwc_otg.c4437 case UT_WRITE_CLASS_OTHER: in dwc_otg_roothub_exec()
/freebsd/sys/dev/usb/serial/
H A Dulpt.c186 req.bmRequestType = UT_WRITE_CLASS_OTHER; in ulpt_reset()