Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_uac2.c185 static struct uac2_output_terminal_descriptor usb_in_ot_desc = { variable
186 .bLength = sizeof usb_in_ot_desc,
221 + sizeof io_in_it_desc + sizeof usb_in_ot_desc
389 (struct usb_descriptor_header *)&usb_in_ot_desc,
419 (struct usb_descriptor_header *)&usb_in_ot_desc,
497 usb_in_ot_desc.iTerminal = us[STR_USB_OT].id; in afunc_bind()
Df_uac1.c119 static struct uac1_output_terminal_descriptor usb_in_ot_desc = { variable
256 (struct usb_descriptor_header *)&usb_in_ot_desc,
534 usb_in_ot_desc.iTerminal = us[STR_USB_IN_OT].id; in f_audio_bind()