Home
last modified time | relevance | path

Searched defs:usbip_devlist_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/usb/host/
Dusbip.h45 struct usbip_devlist_data { struct
46 char path[256];
47 char busid[32];
49 uint32_t busnum;
50 uint32_t devnum;
51 uint32_t speed;
53 uint16_t idVendor;
54 uint16_t idProduct;
55 uint16_t bcdDevice;
57 uint8_t bDeviceClass;
[all …]