Searched refs:bLength (Results 76 - 100 of 201) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Dgmidi.c201 .bLength = USB_DT_DEVICE_SIZE,
214 .bLength = USB_DT_CONFIG_SIZE,
226 .bLength = USB_DT_INTERFACE_SIZE,
237 .bLength = UAC_DT_AC_HEADER_SIZE(1),
250 .bLength = USB_DT_INTERFACE_SIZE,
261 .bLength = USB_DT_MS_HEADER_SIZE,
277 .bLength = USB_DT_MIDI_IN_SIZE,
285 .bLength = USB_DT_MIDI_IN_SIZE,
294 .bLength = USB_DT_MIDI_OUT_SIZE(1),
309 .bLength
[all...]
H A Dcdc2.c66 .bLength = sizeof device_desc,
87 .bLength = sizeof otg_descriptor,
H A Dhid.c64 .bLength = sizeof device_desc,
88 .bLength = sizeof otg_descriptor,
H A Dmass_storage.c69 .bLength = sizeof msg_device_desc,
86 .bLength = sizeof otg_descriptor,
H A Dserial.c88 .bLength = USB_DT_DEVICE_SIZE,
104 .bLength = sizeof otg_descriptor,
H A Dstorage_common.c395 .bLength = sizeof fsg_otg_desc,
406 .bLength = sizeof fsg_intf_desc,
423 .bLength = USB_DT_ENDPOINT_SIZE,
433 .bLength = USB_DT_ENDPOINT_SIZE,
445 .bLength = USB_DT_ENDPOINT_SIZE,
486 .bLength = USB_DT_ENDPOINT_SIZE,
496 .bLength = USB_DT_ENDPOINT_SIZE,
509 .bLength = USB_DT_ENDPOINT_SIZE,
H A Ddbgp.c41 .bLength = sizeof device_desc,
51 .bLength = sizeof dbg_desc,
56 .bLength = USB_DT_ENDPOINT_SIZE,
63 .bLength = USB_DT_ENDPOINT_SIZE,
H A Df_eem.c61 .bLength = sizeof eem_intf,
75 .bLength = USB_DT_ENDPOINT_SIZE,
83 .bLength = USB_DT_ENDPOINT_SIZE,
101 .bLength = USB_DT_ENDPOINT_SIZE,
110 .bLength = USB_DT_ENDPOINT_SIZE,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Dgmidi.c201 .bLength = USB_DT_DEVICE_SIZE,
214 .bLength = USB_DT_CONFIG_SIZE,
226 .bLength = USB_DT_INTERFACE_SIZE,
237 .bLength = UAC_DT_AC_HEADER_SIZE(1),
250 .bLength = USB_DT_INTERFACE_SIZE,
261 .bLength = USB_DT_MS_HEADER_SIZE,
277 .bLength = USB_DT_MIDI_IN_SIZE,
285 .bLength = USB_DT_MIDI_IN_SIZE,
294 .bLength = USB_DT_MIDI_OUT_SIZE(1),
309 .bLength
[all...]
H A Dcdc2.c66 .bLength = sizeof device_desc,
87 .bLength = sizeof otg_descriptor,
H A Dhid.c64 .bLength = sizeof device_desc,
88 .bLength = sizeof otg_descriptor,
H A Dmass_storage.c69 .bLength = sizeof msg_device_desc,
86 .bLength = sizeof otg_descriptor,
H A Dserial.c88 .bLength = USB_DT_DEVICE_SIZE,
104 .bLength = sizeof otg_descriptor,
H A Dstorage_common.c395 .bLength = sizeof fsg_otg_desc,
406 .bLength = sizeof fsg_intf_desc,
423 .bLength = USB_DT_ENDPOINT_SIZE,
433 .bLength = USB_DT_ENDPOINT_SIZE,
445 .bLength = USB_DT_ENDPOINT_SIZE,
486 .bLength = USB_DT_ENDPOINT_SIZE,
496 .bLength = USB_DT_ENDPOINT_SIZE,
509 .bLength = USB_DT_ENDPOINT_SIZE,
H A Ddbgp.c41 .bLength = sizeof device_desc,
51 .bLength = sizeof dbg_desc,
56 .bLength = USB_DT_ENDPOINT_SIZE,
63 .bLength = USB_DT_ENDPOINT_SIZE,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/usb/
H A Dffs-test.c151 .bLength = sizeof descriptors.fs_descs.intf,
158 .bLength = sizeof descriptors.fs_descs.sink,
165 .bLength = sizeof descriptors.fs_descs.source,
174 .bLength = sizeof descriptors.fs_descs.intf,
181 .bLength = sizeof descriptors.hs_descs.sink,
188 .bLength = sizeof descriptors.hs_descs.source,
H A Dtestusb.c79 __u8 bLength; member in struct:usb_device_descriptor
96 __u8 bLength; member in struct:usb_interface_descriptor
153 if (u.intf.bLength == sizeof u.intf
170 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/usb/
H A Dffs-test.c151 .bLength = sizeof descriptors.fs_descs.intf,
158 .bLength = sizeof descriptors.fs_descs.sink,
165 .bLength = sizeof descriptors.fs_descs.source,
174 .bLength = sizeof descriptors.fs_descs.intf,
181 .bLength = sizeof descriptors.hs_descs.sink,
188 .bLength = sizeof descriptors.hs_descs.source,
H A Dtestusb.c79 __u8 bLength; member in struct:usb_device_descriptor
96 __u8 bLength; member in struct:usb_interface_descriptor
153 if (u.intf.bLength == sizeof u.intf
170 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/usb/
H A Dqmi_wwan.c252 if (h->bLength != sizeof(struct usb_cdc_header_desc)) {
253 dev_dbg(&intf->dev, "CDC header len %u\n", h->bLength);
262 if (h->bLength != sizeof(struct usb_cdc_union_desc)) {
263 dev_dbg(&intf->dev, "CDC union len %u\n", h->bLength);
273 if (h->bLength != sizeof(struct usb_cdc_ether_desc)) {
274 dev_dbg(&intf->dev, "CDC ether len %u\n", h->bLength);
290 len -= h->bLength;
291 buf += h->bLength;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/usb/
H A Dqmi_wwan.c252 if (h->bLength != sizeof(struct usb_cdc_header_desc)) {
253 dev_dbg(&intf->dev, "CDC header len %u\n", h->bLength);
262 if (h->bLength != sizeof(struct usb_cdc_union_desc)) {
263 dev_dbg(&intf->dev, "CDC union len %u\n", h->bLength);
273 if (h->bLength != sizeof(struct usb_cdc_ether_desc)) {
274 dev_dbg(&intf->dev, "CDC ether len %u\n", h->bLength);
290 len -= h->bLength;
291 buf += h->bLength;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/usb/
H A Dfunctionfs.h21 __u8 bLength; member in struct:usb_endpoint_descriptor_no_audio
58 * | 0 | bLength | U8 | length of the descriptor |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/irda/
H A Dirda-usb.h117 __u8 bLength; member in struct:irda_class_desc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/irda/
H A Dirda-usb.h117 __u8 bLength; member in struct:irda_class_desc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/usb/
H A Dfunctionfs.h21 __u8 bLength; member in struct:usb_endpoint_descriptor_no_audio
58 * | 0 | bLength | U8 | length of the descriptor |

Completed in 150 milliseconds

123456789