Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dusb_mouse.c522 case UREQ(UR_GET_STATUS, UT_READ_DEVICE): in umouse_request()
536 case UREQ(UR_GET_STATUS, UT_READ_INTERFACE): in umouse_request()
537 case UREQ(UR_GET_STATUS, UT_READ_ENDPOINT): in umouse_request()
/freebsd/sys/dev/usb/controller/
H A Datmegadci.c1551 case UR_GET_STATUS: in atmegadci_roothub_exec()
1605 case UR_GET_STATUS: in atmegadci_roothub_exec()
1628 case UR_GET_STATUS: in atmegadci_roothub_exec()
1677 case UR_GET_STATUS: in atmegadci_roothub_exec()
1688 case UR_GET_STATUS: in atmegadci_roothub_exec()
H A Davr32dci.c1500 case UR_GET_STATUS: in avr32dci_roothub_exec()
1554 case UR_GET_STATUS: in avr32dci_roothub_exec()
1577 case UR_GET_STATUS: in avr32dci_roothub_exec()
1626 case UR_GET_STATUS: in avr32dci_roothub_exec()
1637 case UR_GET_STATUS: in avr32dci_roothub_exec()
H A Duss820dci.c1845 case UR_GET_STATUS: in uss820dci_roothub_exec()
1899 case UR_GET_STATUS: in uss820dci_roothub_exec()
1922 case UR_GET_STATUS: in uss820dci_roothub_exec()
1971 case UR_GET_STATUS: in uss820dci_roothub_exec()
1982 case UR_GET_STATUS: in uss820dci_roothub_exec()
H A Dohci.c2145 case C(UR_GET_STATUS, UT_READ_DEVICE): in ohci_roothub_exec()
2149 case C(UR_GET_STATUS, UT_READ_INTERFACE): in ohci_roothub_exec()
2150 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in ohci_roothub_exec()
2264 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in ohci_roothub_exec()
2268 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in ohci_roothub_exec()
H A Duhci.c2513 case C(UR_GET_STATUS, UT_READ_DEVICE): in uhci_roothub_exec()
2517 case C(UR_GET_STATUS, UT_READ_INTERFACE): in uhci_roothub_exec()
2518 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in uhci_roothub_exec()
2625 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in uhci_roothub_exec()
2629 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in uhci_roothub_exec()
H A Dmusb_otg.c3577 case UR_GET_STATUS: in musbotg_roothub_exec()
3631 case UR_GET_STATUS: in musbotg_roothub_exec()
3654 case UR_GET_STATUS: in musbotg_roothub_exec()
3703 case UR_GET_STATUS: in musbotg_roothub_exec()
3714 case UR_GET_STATUS: in musbotg_roothub_exec()
H A Dehci.c3106 case C(UR_GET_STATUS, UT_READ_DEVICE): in ehci_roothub_exec()
3110 case C(UR_GET_STATUS, UT_READ_INTERFACE): in ehci_roothub_exec()
3111 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in ehci_roothub_exec()
3232 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in ehci_roothub_exec()
3236 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in ehci_roothub_exec()
H A Ddwc_otg.c4331 case UR_GET_STATUS: in dwc_otg_roothub_exec()
4385 case UR_GET_STATUS: in dwc_otg_roothub_exec()
4408 case UR_GET_STATUS: in dwc_otg_roothub_exec()
4457 case UR_GET_STATUS: in dwc_otg_roothub_exec()
4468 case UR_GET_STATUS: in dwc_otg_roothub_exec()
H A Dxhci.c3319 case C(UR_GET_STATUS, UT_READ_DEVICE): in xhci_roothub_exec()
3323 case C(UR_GET_STATUS, UT_READ_INTERFACE): in xhci_roothub_exec()
3324 case C(UR_GET_STATUS, UT_READ_ENDPOINT): in xhci_roothub_exec()
3460 case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE): in xhci_roothub_exec()
3465 case C(UR_GET_STATUS, UT_READ_CLASS_OTHER): in xhci_roothub_exec()
/freebsd/sys/dev/usb/
H A Dusb_handle_request.c558 case UR_GET_STATUS: in usb_handle_request()
617 case UR_GET_STATUS: in usb_handle_request()
H A Dusb_request.c1487 req.bRequest = UR_GET_STATUS; in usbd_req_get_device_status()
1552 req.bRequest = UR_GET_STATUS; in usbd_req_get_hub_status()
1618 req.bRequest = UR_GET_STATUS; in usbd_req_get_port_status()
H A Dusb.h191 #define UR_GET_STATUS 0x00 macro