Searched full:uac2 (Results 1 – 21 of 21) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/usb/uac2/ |
D | app.overlay | 11 compatible = "zephyr,uac2"; 16 compatible = "zephyr,uac2-clock-source"; 23 compatible = "zephyr,uac2-input-terminal"; 31 compatible = "zephyr,uac2-output-terminal"; 39 compatible = "zephyr,uac2-input-terminal"; 52 compatible = "zephyr,uac2-output-terminal"; 59 compatible = "zephyr,uac2-audio-streaming"; 67 compatible = "zephyr,uac2-audio-streaming";
|
D | testcase.yaml | 2 usb.uac2:
|
D | CMakeLists.txt | 5 project(uac2) project
|
/Zephyr-Core-3.7.0/samples/subsys/usb/uac2_explicit_feedback/ |
D | app.overlay | 11 compatible = "zephyr,uac2"; 16 compatible = "zephyr,uac2-clock-source"; 23 compatible = "zephyr,uac2-input-terminal"; 31 compatible = "zephyr,uac2-output-terminal"; 38 compatible = "zephyr,uac2-audio-streaming";
|
D | prj.conf | 7 CONFIG_SAMPLE_USBD_PRODUCT="UAC2 explicit feedback sample"
|
D | Kconfig | 4 menu "UAC2 external feedback sample options"
|
D | README.rst | 1 .. zephyr:code-sample:: uac2-explicit-feedback
|
/Zephyr-Core-3.7.0/tests/subsys/usb/device_next/ |
D | build_all.overlay | 13 compatible = "zephyr,uac2"; 18 compatible = "zephyr,uac2-clock-source"; 25 compatible = "zephyr,uac2-input-terminal"; 33 compatible = "zephyr,uac2-output-terminal"; 40 compatible = "zephyr,uac2-audio-streaming";
|
/Zephyr-Core-3.7.0/dts/bindings/usb/uac2/ |
D | zephyr,uac2.yaml | 6 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").
|
D | zephyr,uac2-input-terminal.yaml | 6 compatible: "zephyr,uac2-input-terminal" 8 include: zephyr,uac2-channel-cluster.yaml
|
D | zephyr,uac2-output-terminal.yaml | 6 compatible: "zephyr,uac2-output-terminal"
|
D | zephyr,uac2-clock-source.yaml | 6 compatible: "zephyr,uac2-clock-source"
|
D | zephyr,uac2-audio-streaming.yaml | 6 compatible: "zephyr,uac2-audio-streaming"
|
/Zephyr-Core-3.7.0/subsys/usb/device_next/class/ |
D | Kconfig | 10 rsource "Kconfig.uac2"
|
D | Kconfig.uac2 | 13 module-str = usbd uac2
|
D | usbd_uac2.c | 74 /* UAC2 device runtime data */ 86 /* UAC2 device constant data */ 693 LOG_ERR("Application did not register UAC2 ops"); in uac2_init() 782 "UAC2 implementation supports up to 32 AS interfaces"); \ 784 "UAC2 supports up to 255 entities"); \
|
D | usbd_uac2_macros.h | 8 * The macros are used to translate devicetree zephyr,uac2 compatible nodes 754 /* Helper macros to determine endpoint offset within complete UAC2 blob */
|
/Zephyr-Core-3.7.0/include/zephyr/usb/class/ |
D | usbd_uac2.h | 12 * The audio device itself is modelled with devicetree zephyr,uac2 compatible.
|
/Zephyr-Core-3.7.0/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | main.c | 193 /* Sample has only one UAC2 instance with one terminal so both can be in uac2_feedback_cb()
|
/Zephyr-Core-3.7.0/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 56 * :zephyr:code-sample:`uac2-explicit-feedback`
|
/Zephyr-Core-3.7.0/doc/connectivity/usb/device/ |
D | usb_device.rst | 604 | :zephyr:code-sample:`uac2-explicit-feedback` | 0x000E |
|