Searched refs:USB_DT_STRING (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/ |
D | usbstring.c | 48 buf [1] = USB_DT_STRING; in usb_gadget_get_string() 68 buf [1] = USB_DT_STRING; in usb_gadget_get_string()
|
D | composite.c | 968 s->bDescriptorType = USB_DT_STRING; in get_string() 1004 b->bDescriptorType = USB_DT_STRING; in get_string() 1532 case USB_DT_STRING: in composite_setup()
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | ch9.h | 213 #define USB_DT_STRING 0x03 macro 244 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
|
/linux-4.4.14/drivers/hid/ |
D | hid-uclogic.c | 813 (USB_DT_STRING << 8) + 0x64, in uclogic_tablet_enable()
|
D | hid-cp2112.c | 902 report.type = USB_DT_STRING; in pstr_store()
|
/linux-4.4.14/drivers/usb/core/ |
D | message.c | 691 (USB_DT_STRING << 8) + index, langid, buf, size, in usb_get_string() 695 if (result > 1 && ((u8 *) buf)[1] != USB_DT_STRING) { in usb_get_string() 839 if (tbuf[1] != USB_DT_STRING) in usb_string()
|
D | hcd.c | 399 t += USB_DT_STRING << 8; /* Now t is first 16 bits to store */ in ascii2desc() 430 static char const langids[4] = {4, USB_DT_STRING, 0x09, 0x04}; in rh_string() 601 case USB_DT_STRING << 8: in rh_call_control()
|
/linux-4.4.14/drivers/usb/serial/ |
D | io_edgeport.c | 373 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc, 381 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc,
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 1370 case USB_DT_STRING: in gadgetfs_setup()
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 1282 req.wValue = cpu_to_le16(USB_DT_STRING << 8); in test_ctrl_queue()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 1757 case USB_DT_STRING: in ffs_do_single_desc()
|