Home
last modified time | relevance | path

Searched full:uac2 (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/tests/subsys/usb/uac2/
Dapp.overlay11 compatible = "zephyr,uac2";
18 compatible = "zephyr,uac2-clock-source";
25 compatible = "zephyr,uac2-input-terminal";
33 compatible = "zephyr,uac2-feature-unit";
43 compatible = "zephyr,uac2-output-terminal";
51 compatible = "zephyr,uac2-input-terminal";
64 compatible = "zephyr,uac2-feature-unit";
73 compatible = "zephyr,uac2-output-terminal";
80 compatible = "zephyr,uac2-audio-streaming";
88 compatible = "zephyr,uac2-audio-streaming";
[all …]
Dtestcase.yaml2 usb.uac2:
DCMakeLists.txt5 project(uac2) project
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
Dapp.overlay11 compatible = "zephyr,uac2";
17 compatible = "zephyr,uac2-clock-source";
24 compatible = "zephyr,uac2-input-terminal";
32 compatible = "zephyr,uac2-output-terminal";
40 compatible = "zephyr,uac2-input-terminal";
53 compatible = "zephyr,uac2-output-terminal";
60 compatible = "zephyr,uac2-audio-streaming";
68 compatible = "zephyr,uac2-audio-streaming";
Dprj.conf7 CONFIG_SAMPLE_USBD_PRODUCT="UAC2 implicit feedback sample"
DREADME.rst1 .. zephyr:code-sample:: uac2-implicit-feedback
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
Dapp.overlay11 compatible = "zephyr,uac2";
17 compatible = "zephyr,uac2-clock-source";
24 compatible = "zephyr,uac2-input-terminal";
32 compatible = "zephyr,uac2-output-terminal";
39 compatible = "zephyr,uac2-audio-streaming";
Dprj.conf7 CONFIG_SAMPLE_USBD_PRODUCT="UAC2 explicit feedback sample"
DKconfig4 menu "UAC2 external feedback sample options"
DREADME.rst1 .. zephyr:code-sample:: uac2-explicit-feedback
/Zephyr-latest/tests/subsys/usb/device_next/
Dbuild_all.overlay13 compatible = "zephyr,uac2";
19 compatible = "zephyr,uac2-clock-source";
26 compatible = "zephyr,uac2-input-terminal";
34 compatible = "zephyr,uac2-output-terminal";
41 compatible = "zephyr,uac2-audio-streaming";
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2.yaml6 compatible: "zephyr,uac2"
8 # Child nodes of "zephyr,uac2" compatibles are supposed to be Audio Control
11 # should follow (as child nodes of "zephyr,uac2").
Dzephyr,uac2-input-terminal.yaml6 compatible: "zephyr,uac2-input-terminal"
8 include: zephyr,uac2-channel-cluster.yaml
Dzephyr,uac2-output-terminal.yaml6 compatible: "zephyr,uac2-output-terminal"
Dzephyr,uac2-clock-source.yaml6 compatible: "zephyr,uac2-clock-source"
Dzephyr,uac2-audio-streaming.yaml6 compatible: "zephyr,uac2-audio-streaming"
Dzephyr,uac2-feature-unit.yaml6 compatible: "zephyr,uac2-feature-unit"
/Zephyr-latest/subsys/usb/device_next/class/
DKconfig11 rsource "Kconfig.uac2"
DKconfig.uac213 module-str = usbd uac2
Dusbd_uac2.c75 /* UAC2 device runtime data */
88 /* UAC2 device constant data */
864 LOG_ERR("Application did not register UAC2 ops"); in uac2_init()
966 "UAC2 implementation supports up to 32 AS interfaces"); \
968 "UAC2 supports up to 255 entities"); \
Dusbd_uac2_macros.h8 * The macros are used to translate devicetree zephyr,uac2 compatible nodes
1114 #define VALIDATE_INSTANCE(uac2) \ argument
1115 BUILD_ASSERT(DT_PROP(uac2, full_speed) || DT_PROP(uac2, high_speed), \
1117 DT_FOREACH_CHILD(uac2, VALIDATE_NODE)
/Zephyr-latest/include/zephyr/usb/class/
Dusbd_uac2.h12 * The audio device itself is modelled with devicetree zephyr,uac2 compatible.
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst31 * :zephyr:code-sample:`uac2-explicit-feedback`
33 * :zephyr:code-sample:`uac2-implicit-feedback`
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dmain.c193 /* Sample has only one UAC2 instance with one terminal so both can be in uac2_feedback_cb()
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst603 | :zephyr:code-sample:`uac2-explicit-feedback` | 0x000E |
605 | :zephyr:code-sample:`uac2-implicit-feedback` | 0x000F |