Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_uac2.c703 static struct uac2_output_terminal_descriptor io_out_ot_desc = { variable
704 .bLength = sizeof io_out_ot_desc,
725 + sizeof usb_in_ot_desc + sizeof io_out_ot_desc,
893 (struct usb_descriptor_header *)&io_out_ot_desc,
923 (struct usb_descriptor_header *)&io_out_ot_desc,
1026 io_out_ot_desc.iTerminal = us[STR_IO_OT].id; in afunc_bind()