Home
last modified time | relevance | path

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

/aosp_15_r20/external/gsc-utils/util/
H A Dusb_if.c37 int iface_num = -1; in find_interface() local
111 int iface_num, r, i; in usb_findit() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Diso_data_channel_test.cc104 for (uint32_t iface_num = 0; iface_num < kNumRegisteredInterfaces; in TEST_F() local
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/udc/
H A Dudc.c106 static void enable_interface(struct usbdev_ctrl *this, int iface_num) in enable_interface()