Searched refs:iInterface (Results 1 – 25 of 34) sorted by relevance
12
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_util.c | 61 (iface->idesc->iInterface == 0)) { in device_set_usb_desc() 76 iface->idesc->iInterface); in device_set_usb_desc()
|
D | usb.h | 405 uByte iInterface; member
|
/third_party/uboot/u-boot-2020.01/drivers/usb/emul/ |
D | sandbox_keyb.c | 88 .iInterface = 0, 122 .iInterface = 0,
|
D | sandbox_hub.c | 75 .iInterface = 0,
|
D | sandbox_flash.c | 138 .iInterface = 0,
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 88 .iInterface = 5 141 .iInterface = 6
|
D | f_uac.c | 236 .iInterface = STR_AC_IF /* index of string descriptor */ 286 .iInterface = 0, 299 .iInterface = 0,
|
D | dfu.c | 156 .iInterface = 0x01
|
D | f_uvc.c | 226 .iInterface = UVC_STR_IDX_CONFIG /* index of string descriptor */ 392 .iInterface = UVC_STR_IDX_INTERFACE 802 .iInterface = UVC_STR_IDX_INTERFACE
|
D | rndis.c | 248 .iInterface = 0x04 299 .iInterface = 5,
|
/third_party/uboot/u-boot-2020.01/drivers/serial/ |
D | usbtty.c | 184 .iInterface = STR_CTRL_INTERFACE, 239 .iInterface = STR_DATA_INTERFACE, 318 .iInterface = STR_DATA_INTERFACE
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/ |
D | usb3.h | 175 uint8_t iInterface; member
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | usb.c | 212 if (ifdesc->iInterface) { in usb_display_if_desc() 214 usb_display_string(dev, ifdesc->iInterface); in usb_display_if_desc()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/host/ |
D | ehci.h | 91 unsigned char iInterface; member
|
/third_party/libusb/examples/ |
D | testlibusb.c | 74 printf(" iInterface: %u\n", interface->iInterface); in print_altsetting()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
D | ether.c | 416 .iInterface = STRING_CONTROL, 431 .iInterface = STRING_RNDIS_CONTROL, 591 .iInterface = STRING_DATA, 611 .iInterface = STRING_DATA, 637 .iInterface = STRING_DATA,
|
D | storage_common.c | 407 .iInterface = FSG_STRING_INTERFACE,
|
D | f_dfu.c | 737 ->iInterface = id; in dfu_bind() 848 dfu_intf_runtime.iInterface = id; in dfu_add()
|
D | f_fastboot.c | 166 interface_desc.iInterface = id; in fastboot_bind()
|
D | f_sdp.c | 784 sdp_intf_runtime.iInterface = id; in sdp_add()
|
/third_party/eudev/src/udev/ |
D | udev-builtin-usb_id.c | 164 uint8_t iInterface; in dev_if_packed_info() member
|
/third_party/uboot/u-boot-2020.01/include/ |
D | usbdescriptors.h | 199 u8 iInterface; member
|
/third_party/uboot/u-boot-2020.01/include/linux/usb/ |
D | ch9.h | 358 __u8 iInterface; member
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | f_config.c | 288 intf->iInterface += (uint8_t)(dev_str_num + func_strbase - 1); in modify_string_index_bystrbase()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | usbspec.h | 487 UCHAR iInterface; member
|
12