Searched refs:INIT_IN_TERMINAL (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/usb/device/class/audio/ |
D | audio.c | 84 .input_terminal = INIT_IN_TERMINAL(dev, i, id, it_type), \ 120 .input_terminal_0 = INIT_IN_TERMINAL(dev##_MIC, i, id, \ 125 .input_terminal_1 = INIT_IN_TERMINAL(dev##_HP, i, id+3, \
|
D | usb_audio_internal.h | 441 #define INIT_IN_TERMINAL(dev, i, terminal_id, type) \ macro
|