Home
last modified time | relevance | path

Searched refs:UT_READ_CLASS_INTERFACE (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb.h161 #define UT_READ_CLASS_INTERFACE (UT_READ | UT_CLASS | UT_INTERFACE) macro
Dusb_request.c1786 req.bmRequestType = UT_READ_CLASS_INTERFACE; in usbd_req_get_report()
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c240 req->bmRequestType = UT_READ_CLASS_INTERFACE; in uhid_fill_get_report()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_urndis.c440 err = urndis_ctrl_msg(sc, UT_READ_CLASS_INTERFACE, in urndis_ctrl_recv()
Dif_cdce.c280 req.bmRequestType = UT_READ_CLASS_INTERFACE; in cdce_ncm_init()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c1702 req.bmRequestType = UT_READ_CLASS_INTERFACE; in umass_bbb_get_max_lun()