Home
last modified time | relevance | path

Searched refs:io_out_ot_desc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/function/
Df_uac2.c199 static struct uac2_output_terminal_descriptor io_out_ot_desc = { variable
200 .bLength = sizeof io_out_ot_desc,
222 + sizeof io_out_ot_desc),
390 (struct usb_descriptor_header *)&io_out_ot_desc,
420 (struct usb_descriptor_header *)&io_out_ot_desc,
498 io_out_ot_desc.iTerminal = us[STR_IO_OT].id; in afunc_bind()
Df_uac1.c97 static struct uac1_output_terminal_descriptor io_out_ot_desc = { variable
254 (struct usb_descriptor_header *)&io_out_ot_desc,
529 io_out_ot_desc.iTerminal = us[STR_IO_OUT_OT].id; in f_audio_bind()