Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_uac2.c126 .strings = strings_fn,
1038 strings_fn[STR_ASSOC].s = uac2_opts->function_name; in afunc_bind()
1039 strings_fn[STR_IF_CTRL].s = uac2_opts->if_ctrl_name; in afunc_bind()
1043 strings_fn[STR_USB_IT].s = uac2_opts->c_it_name; in afunc_bind()
1045 strings_fn[STR_IO_OT].s = uac2_opts->c_ot_name; in afunc_bind()
1048 strings_fn[STR_AS_OUT_ALT1].s = "Playback Active"; in afunc_bind()
1050 strings_fn[STR_IO_IT].s = uac2_opts->p_it_name; in afunc_bind()
1052 strings_fn[STR_USB_OT].s = uac2_opts->p_ot_name; in afunc_bind()
1053 strings_fn[STR_FU_IN].s = uac2_opts->p_fu_vol_name; in afunc_bind()
1054 strings_fn[STR_AS_IN_ALT0].s = "Capture Inactive"; in afunc_bind()
[all …]