Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/storage/
H A Duas-detect.h38 if (extra[1] == USB_DT_PIPE_USAGE) { in uas_find_endpoints()
/linux-6.15/drivers/usb/common/
H A Ddebug.c151 case USB_DT_PIPE_USAGE: in usb_decode_get_set_descriptor()
/linux-6.15/drivers/usb/gadget/function/
H A Df_tcm.c2061 .bDescriptorType = USB_DT_PIPE_USAGE,
2104 .bDescriptorType = USB_DT_PIPE_USAGE,
2146 .bDescriptorType = USB_DT_PIPE_USAGE,
2181 .bDescriptorType = USB_DT_PIPE_USAGE,
/linux-6.15/include/uapi/linux/usb/
H A Dch9.h266 #define USB_DT_PIPE_USAGE 0x24 macro