Home
last modified time | relevance | path

Searched refs:USB_DT_PIPE_USAGE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/storage/
H A Duas-detect.h38 if (extra[1] == USB_DT_PIPE_USAGE) { in uas_find_endpoints()
/linux/drivers/usb/common/
H A Ddebug.c151 case USB_DT_PIPE_USAGE: in usb_decode_get_set_descriptor()
/linux/drivers/usb/gadget/function/
H A Df_tcm.c1734 .bDescriptorType = USB_DT_PIPE_USAGE,
1777 .bDescriptorType = USB_DT_PIPE_USAGE,
1817 .bDescriptorType = USB_DT_PIPE_USAGE,
1852 .bDescriptorType = USB_DT_PIPE_USAGE,
/linux/include/uapi/linux/usb/
H A Dch9.h260 #define USB_DT_PIPE_USAGE 0x24 macro