Home
last modified time | relevance | path

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

/aosp_15_r20/external/libusb/libusb/os/
H A Dwindows_common.h243 struct winusb_device_priv { struct
244 bool initialized;
245 bool root_hub;
246 uint8_t active_config;
247 uint8_t depth; // distance to HCD
248 const struct windows_usb_api_backend *apib;
249 char *dev_id;
250 char *path; // device interface path
251 int sub_api; // for WinUSB-like APIs
252 struct {
[all …]