Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/
H A Dhost_device.rs102 let alt_setting = self.alt_settings.get(&i).unwrap_or(&0); in get_config_descriptor_filtered() localVariable
293 let alt_setting = self.alt_settings.get(i).unwrap_or(&0); in create_endpoints() localVariable
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/include/
Dusb_dfu.h69 uint8_t alt_setting; member
/aosp_15_r20/system/core/libusbhost/
H A Dusbhost.c630 unsigned int alt_setting) in usb_device_set_interface()
/aosp_15_r20/external/libusb/libusb/os/
H A Ddarwin_usb.c1729 UInt8 alt_setting; in get_endpoints() local