Home
last modified time | relevance | path

Searched refs:USB_DT_INTERFACE_SIZE (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dau1000_usbraw.c66 USB_DT_CONFIG_SIZE + USB_DT_INTERFACE_SIZE + NUM_EP*USB_DT_ENDPOINT_SIZE
161 bLength:USB_DT_INTERFACE_SIZE,
Dau1000_usbtty.c88 USB_DT_CONFIG_SIZE + USB_DT_INTERFACE_SIZE + NUM_EP*USB_DT_ENDPOINT_SIZE
186 bLength:USB_DT_INTERFACE_SIZE,
/linux-2.4.37.9/include/linux/
Dusb_ch9.h257 #define USB_DT_INTERFACE_SIZE 9 macro
Dusb.h67 #define USB_DT_INTERFACE_SIZE 9 macro
/linux-2.4.37.9/drivers/usb/
Dusb-debug.c134 desc->bLength == USB_DT_INTERFACE_SIZE ? "" : " (!!!)"); in usb_show_interface_descriptor()
Dusb.c1406 memcpy(ifp, buffer, USB_DT_INTERFACE_SIZE); in usb_parse_interface()
1502 if (size < USB_DT_INTERFACE_SIZE || in usb_parse_interface()
Dusb-midi.c1259 if ( p[0] < USB_DT_INTERFACE_SIZE ) in find_descriptor()
/linux-2.4.37.9/arch/mips/au1000/common/
Dusbdev.c1425 memcpy(fcd, if_desc, USB_DT_INTERFACE_SIZE); in usbdev_init()
1426 fcd += USB_DT_INTERFACE_SIZE; in usbdev_init()