Home
last modified time | relevance | path

Searched refs:usb_get_descriptor (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_msg.h8 s32 usb_get_descriptor(struct usb_host_virt_dev *dev, u8 type, u8 index, void *buf, s32 size);
A Dusb_msg.c169 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 Dusb_core_config.c623 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 Dusb_gen_hub.c1122 …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 Dusb.h1614 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,

Completed in 17 milliseconds