Searched refs:ot_type (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 78 #define DEFINE_AUDIO_DESCRIPTOR(dev, i, id, link, it_type, ot_type, cb, addr) \ argument 86 .output_terminal = INIT_OUT_TERMINAL(id + 2, id + 1, ot_type), \ 1026 #define UNIDIR_DEVICE(dev, i, out_pool, in_size, it_type, ot_type, cb, addr) \ argument 1031 it_type, ot_type, cb, addr); \
|