Searched refs:usb_get_descriptor (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_msg.h | 8 s32 usb_get_descriptor(struct usb_host_virt_dev *dev, u8 type, u8 index, void *buf, s32 size);
|
| A D | usb_msg.c | 169 s32 usb_get_descriptor(struct usb_host_virt_dev *dev, u8 type, u8 index, void *buf, s32 size) in usb_get_descriptor() function 773 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, (void *)desc, size); 805 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, (void *)&desc, size); in usb_get_device_descriptor()
|
| A D | usb_core_config.c | 623 result = usb_get_descriptor(dev, USB_DT_CONFIG, cur_cfg_nr, buffer, USB_DT_CONFIG_SIZE); in usb_get_all_config_desc_and_parser() 653 result = usb_get_descriptor(dev, USB_DT_CONFIG, cur_cfg_nr, bigbuffer, length); in usb_get_all_config_desc_and_parser()
|
| A D | usb_gen_hub.c | 1122 …status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0, (void *)qual, sizeof(struct usb_qual… in check_highspeed() 1492 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, (void *)buf, old_length); in config_descriptors_changed()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | usb.h | 1614 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
|
Completed in 17 milliseconds