Home
last modified time | relevance | path

Searched refs:bInterfaceProtocol (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-4.3.0/tests/subsys/usb/uac2/src/
Duac2_desc.c322 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-4.3.0/subsys/usb/device/class/netusb/
Dfunction_ecm.c69 .bInterfaceProtocol = 0,
120 .bInterfaceProtocol = 0,
134 .bInterfaceProtocol = 0,
Dfunction_eem.c43 .bInterfaceProtocol = EEM_PROTOCOL,
Dfunction_rndis.c75 .bInterfaceProtocol = 1,
97 .bInterfaceProtocol = 0,
/Zephyr-4.3.0/subsys/usb/host/
Dusbip.h68 uint8_t bInterfaceProtocol; member
Dusbip.c474 iface.bInterfaceProtocol = if_d->bInterfaceProtocol; in handle_devlist_device_iface()
/Zephyr-4.3.0/drivers/usb/device/
Dusb_dc_native_posix_adapt.c90 uint8_t bInterfaceProtocol; in send_interfaces() member
100 iface.bInterfaceProtocol = desc->bInterfaceProtocol; in send_interfaces()
/Zephyr-4.3.0/subsys/usb/device_next/class/
Dloopback.c324 .bInterfaceProtocol = 0, \
377 .bInterfaceProtocol = 0, \
409 .bInterfaceProtocol = 0, \
439 .bInterfaceProtocol = 0, \
Dbt_hci.c509 .bInterfaceProtocol = BT_HCI_PROTOCOL, \
565 .bInterfaceProtocol = BT_HCI_PROTOCOL, \
595 .bInterfaceProtocol = BT_HCI_PROTOCOL, \
Dusbd_hid_macros.h133 .bInterfaceProtocol = HID_INTERFACE_PROTOCOL(n), \
Dusbd_cdc_ecm.c675 .bInterfaceProtocol = 0, \
731 .bInterfaceProtocol = 0, \
743 .bInterfaceProtocol = 0, \
Dusbd_cdc_ncm.c1225 .bInterfaceProtocol = 0, \
1289 .bInterfaceProtocol = NCM_DATA_PROTOCOL, \
1301 .bInterfaceProtocol = NCM_DATA_PROTOCOL, \
Dusbd_cdc_acm.c1220 .bInterfaceProtocol = 0, \
1272 .bInterfaceProtocol = 0, \
/Zephyr-4.3.0/samples/subsys/usb/legacy/webusb/src/
Dwebusb.c53 .bInterfaceProtocol = 0, \
/Zephyr-4.3.0/tests/subsys/usb/device/src/
Dmain.c39 .bInterfaceProtocol = 0, \
/Zephyr-4.3.0/subsys/usb/device/class/hid/
Dcore.c62 .bInterfaceProtocol = 0, \
75 .bInterfaceProtocol = 0, \
653 if_desc->bInterfaceProtocol = proto_code; in usb_hid_set_proto_code()
/Zephyr-4.3.0/subsys/usb/device/class/dfu/
Dusb_dfu.c121 .bInterfaceProtocol = DFU_RT_PROTOCOL,
197 .bInterfaceProtocol = DFU_MODE_PROTOCOL,
209 .bInterfaceProtocol = DFU_MODE_PROTOCOL,
/Zephyr-4.3.0/tests/subsys/usb/desc_sections/src/
Ddesc_sections.c53 .bInterfaceProtocol = 0, \
/Zephyr-4.3.0/subsys/pmci/mctp/
Dmctp_usb.c377 ctx->desc->if0.bInterfaceProtocol = ctx->inst->mctp_protocol; in mctp_usb_class_init()
406 .bInterfaceProtocol = 1, \
/Zephyr-4.3.0/samples/subsys/usb/webusb/src/
Dsfunc.c197 .bInterfaceProtocol = 0, \
/Zephyr-4.3.0/include/zephyr/usb/
Dusb_ch9.h208 uint8_t bInterfaceProtocol; member
/Zephyr-4.3.0/subsys/tracing/
Dtracing_backend_usb.c178 .bInterfaceProtocol = 0,
/Zephyr-4.3.0/subsys/dap/
Ddap_backend_usb.c224 .bInterfaceProtocol = 0, \
/Zephyr-4.3.0/subsys/usb/device/class/
Dbluetooth.c72 .bInterfaceProtocol = USB_BLUETOOTH_PROTOCOL,
/Zephyr-4.3.0/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_usb.c586 .bInterfaceProtocol = USB_PROTOCOL_GOOGLE_EC_HOST_CMD,

12