Searched refs:bInterfaceProtocol (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/tests/subsys/usb/uac2/src/ |
D | uac2_desc.c | 322 zassert_equal(iface->bInterfaceProtocol, IP_VERSION_02_00); in test_uac2_descriptors() 362 zassert_equal(iface->bInterfaceProtocol, IP_VERSION_02_00); in test_uac2_descriptors() 376 zassert_equal(iface->bInterfaceProtocol, IP_VERSION_02_00); in test_uac2_descriptors() 423 zassert_equal(iface->bInterfaceProtocol, IP_VERSION_02_00); in test_uac2_descriptors() 437 zassert_equal(iface->bInterfaceProtocol, IP_VERSION_02_00); in test_uac2_descriptors() 553 zassert_equal(iface->bInterfaceProtocol, IP_VERSION_02_00); in ZTEST() 581 zassert_equal(iface->bInterfaceProtocol, IP_VERSION_02_00); in ZTEST() 595 zassert_equal(iface->bInterfaceProtocol, IP_VERSION_02_00); in ZTEST()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | loopback.c | 174 .bInterfaceProtocol = 0, \ 227 .bInterfaceProtocol = 0, \ 259 .bInterfaceProtocol = 0, \ 289 .bInterfaceProtocol = 0, \
|
D | bt_hci.c | 497 .bInterfaceProtocol = BT_HCI_PROTOCOL, \ 553 .bInterfaceProtocol = BT_HCI_PROTOCOL, \ 583 .bInterfaceProtocol = BT_HCI_PROTOCOL, \
|
D | usbd_hid_macros.h | 133 .bInterfaceProtocol = HID_INTERFACE_PROTOCOL(n), \
|
D | usbd_cdc_ecm.c | 667 .bInterfaceProtocol = 0, \ 723 .bInterfaceProtocol = 0, \ 735 .bInterfaceProtocol = 0, \
|
D | usbd_cdc_ncm.c | 1218 .bInterfaceProtocol = 0, \ 1282 .bInterfaceProtocol = NCM_DATA_PROTOCOL, \ 1294 .bInterfaceProtocol = NCM_DATA_PROTOCOL, \
|
D | usbd_cdc_acm.c | 1106 .bInterfaceProtocol = 0, \ 1167 .bInterfaceProtocol = 0, \
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_ecm.c | 69 .bInterfaceProtocol = 0, 120 .bInterfaceProtocol = 0, 134 .bInterfaceProtocol = 0,
|
D | function_eem.c | 43 .bInterfaceProtocol = EEM_PROTOCOL,
|
D | function_rndis.c | 75 .bInterfaceProtocol = 1, 97 .bInterfaceProtocol = 0,
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix_adapt.c | 90 uint8_t bInterfaceProtocol; in send_interfaces() member 100 iface.bInterfaceProtocol = desc->bInterfaceProtocol; in send_interfaces()
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_usb.c | 48 .bInterfaceProtocol = 0,
|
/Zephyr-latest/subsys/usb/device/class/ |
D | loopback.c | 44 .bInterfaceProtocol = 0,
|
D | bluetooth.c | 71 .bInterfaceProtocol = USB_BLUETOOTH_PROTOCOL,
|
D | msc.c | 139 .bInterfaceProtocol = BULK_ONLY_TRANSPORT_PROTOCOL,
|
D | cdc_acm.c | 1101 .bInterfaceProtocol = 0, \
|
/Zephyr-latest/samples/subsys/usb/webusb/src/ |
D | webusb.c | 53 .bInterfaceProtocol = 0, \
|
/Zephyr-latest/tests/subsys/usb/device/src/ |
D | main.c | 39 .bInterfaceProtocol = 0, \
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | usb_dfu.c | 121 .bInterfaceProtocol = DFU_RT_PROTOCOL, 197 .bInterfaceProtocol = DFU_MODE_PROTOCOL, 209 .bInterfaceProtocol = DFU_MODE_PROTOCOL,
|
/Zephyr-latest/subsys/usb/device/class/hid/ |
D | core.c | 62 .bInterfaceProtocol = 0, \ 75 .bInterfaceProtocol = 0, \ 653 if_desc->bInterfaceProtocol = proto_code; in usb_hid_set_proto_code()
|
/Zephyr-latest/tests/subsys/usb/desc_sections/src/ |
D | desc_sections.c | 53 .bInterfaceProtocol = 0, \
|
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | sfunc.c | 197 .bInterfaceProtocol = 0, \
|
/Zephyr-latest/include/zephyr/usb/ |
D | usb_ch9.h | 201 uint8_t bInterfaceProtocol; member
|
/Zephyr-latest/samples/subsys/dap/src/ |
D | main.c | 222 .bInterfaceProtocol = 0,
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | usb_audio_internal.h | 406 .bInterfaceProtocol = 0, \
|
12