Searched refs:f_tcm_opts (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 1320 struct f_tcm_opts *opts; in usbg_make_tpg() 1403 struct f_tcm_opts *opts; in usbg_drop_tpg() 1416 struct f_tcm_opts, func_inst); in usbg_drop_tpg() 1945 struct f_tcm_opts *opts; in tcm_bind() 2124 struct f_tcm_opts *opts; in tcm_free_inst() 2142 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_register_callback() 2153 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_unregister_callback() 2165 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in usbg_attach() 2176 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in usbg_detach() 2184 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_set_name() [all …]
|
H A D | u_tcm.h | 28 struct f_tcm_opts { struct
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | tcm_usb_gadget.c | 142 struct f_tcm_opts *tcm_opts; in usb_target_gadget_init() 148 tcm_opts = container_of(fi_tcm, struct f_tcm_opts, func_inst); in usb_target_gadget_init()
|