Home
last modified time | relevance | path

Searched refs:UR_GET_STATUS (Results 1 – 15 of 15) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDatmegadci.c1610 case UR_GET_STATUS: in atmegadci_roothub_exec()
1664 case UR_GET_STATUS: in atmegadci_roothub_exec()
1687 case UR_GET_STATUS: in atmegadci_roothub_exec()
1736 case UR_GET_STATUS: in atmegadci_roothub_exec()
1747 case UR_GET_STATUS: in atmegadci_roothub_exec()
HDavr32dci.c1550 case UR_GET_STATUS: in avr32dci_roothub_exec()
1604 case UR_GET_STATUS: in avr32dci_roothub_exec()
1627 case UR_GET_STATUS: in avr32dci_roothub_exec()
1676 case UR_GET_STATUS: in avr32dci_roothub_exec()
1687 case UR_GET_STATUS: in avr32dci_roothub_exec()
HDat91dci.c1831 case UR_GET_STATUS: in at91dci_roothub_exec()
1885 case UR_GET_STATUS: in at91dci_roothub_exec()
1908 case UR_GET_STATUS: in at91dci_roothub_exec()
1957 case UR_GET_STATUS: in at91dci_roothub_exec()
1968 case UR_GET_STATUS: in at91dci_roothub_exec()
HDuss820dci.c1900 case UR_GET_STATUS: in uss820dci_roothub_exec()
1954 case UR_GET_STATUS: in uss820dci_roothub_exec()
1977 case UR_GET_STATUS: in uss820dci_roothub_exec()
2026 case UR_GET_STATUS: in uss820dci_roothub_exec()
2037 case UR_GET_STATUS: in uss820dci_roothub_exec()
HDohci.c2186 case C(UR_GET_STATUS, UT_READ_DEVICE): in ohci_roothub_exec()
2190 case C(UR_GET_STATUS, UT_READ_INTERFACE): in ohci_roothub_exec()
2191 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in ohci_roothub_exec()
2305 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in ohci_roothub_exec()
2309 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in ohci_roothub_exec()
HDuhci.c2578 case C(UR_GET_STATUS, UT_READ_DEVICE): in uhci_roothub_exec()
2582 case C(UR_GET_STATUS, UT_READ_INTERFACE): in uhci_roothub_exec()
2583 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in uhci_roothub_exec()
2690 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in uhci_roothub_exec()
2694 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in uhci_roothub_exec()
HDsaf1761_otg.c2884 case UR_GET_STATUS: in saf1761_otg_roothub_exec()
2938 case UR_GET_STATUS: in saf1761_otg_roothub_exec()
2961 case UR_GET_STATUS: in saf1761_otg_roothub_exec()
3020 case UR_GET_STATUS: in saf1761_otg_roothub_exec()
3036 case UR_GET_STATUS: in saf1761_otg_roothub_exec()
HDmusb_otg.c3636 case UR_GET_STATUS: in musbotg_roothub_exec()
3690 case UR_GET_STATUS: in musbotg_roothub_exec()
3713 case UR_GET_STATUS: in musbotg_roothub_exec()
3762 case UR_GET_STATUS: in musbotg_roothub_exec()
3773 case UR_GET_STATUS: in musbotg_roothub_exec()
HDehci.c3192 case C(UR_GET_STATUS, UT_READ_DEVICE): in ehci_roothub_exec()
3196 case C(UR_GET_STATUS, UT_READ_INTERFACE): in ehci_roothub_exec()
3197 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in ehci_roothub_exec()
3319 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in ehci_roothub_exec()
3323 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in ehci_roothub_exec()
HDxhci.c3357 case C(UR_GET_STATUS, UT_READ_DEVICE): in xhci_roothub_exec()
3361 case C(UR_GET_STATUS, UT_READ_INTERFACE): in xhci_roothub_exec()
3362 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in xhci_roothub_exec()
3498 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in xhci_roothub_exec()
3503 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in xhci_roothub_exec()
HDdwc_otg.c4339 case UR_GET_STATUS: in dwc_otg_roothub_exec()
4393 case UR_GET_STATUS: in dwc_otg_roothub_exec()
4416 case UR_GET_STATUS: in dwc_otg_roothub_exec()
4465 case UR_GET_STATUS: in dwc_otg_roothub_exec()
4476 case UR_GET_STATUS: in dwc_otg_roothub_exec()
/NextBSD/sys/mips/cavium/usb/
HDoctusb.c1533 case C(UR_GET_STATUS, UT_READ_DEVICE): in octusb_roothub_exec()
1537 case C(UR_GET_STATUS, UT_READ_INTERFACE): in octusb_roothub_exec()
1538 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in octusb_roothub_exec()
1625 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in octusb_roothub_exec()
1629 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in octusb_roothub_exec()
/NextBSD/sys/dev/usb/
HDusb_handle_request.c558 case UR_GET_STATUS: in usb_handle_request()
617 case UR_GET_STATUS: in usb_handle_request()
HDusb_request.c1447 req.bRequest = UR_GET_STATUS; in usbd_req_get_device_status()
1512 req.bRequest = UR_GET_STATUS; in usbd_req_get_hub_status()
1578 req.bRequest = UR_GET_STATUS; in usbd_req_get_port_status()
HDusb.h189 #define UR_GET_STATUS 0x00 macro