Searched refs:f_tcm_opts (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 1320 struct f_tcm_opts *opts; in usbg_make_tpg() 1335 opts = container_of(tpg_instances[i].func_inst, struct f_tcm_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() 1949 opts = container_of(f->fi, struct f_tcm_opts, func_inst); in tcm_bind() 2100 static inline struct f_tcm_opts *to_f_tcm_opts(struct config_item *item) in to_f_tcm_opts() 2102 return container_of(to_config_group(item), struct f_tcm_opts, in to_f_tcm_opts() 2108 struct f_tcm_opts *opts = to_f_tcm_opts(item); in tcm_attr_release() 2124 struct f_tcm_opts *opt in tcm_free_inst() [all...] |
H A D | u_tcm.h | 28 struct f_tcm_opts { struct
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 1348 struct f_tcm_opts *opts; in usbg_make_tpg() 1363 opts = container_of(tpg_instances[i].func_inst, struct f_tcm_opts, in usbg_make_tpg() 1431 struct f_tcm_opts *opts; in usbg_drop_tpg() 1444 struct f_tcm_opts, func_inst); in usbg_drop_tpg() 1999 struct f_tcm_opts *opts; in tcm_bind() 2003 opts = container_of(f->fi, struct f_tcm_opts, func_inst); in tcm_bind() 2154 static inline struct f_tcm_opts *to_f_tcm_opts(struct config_item *item) in to_f_tcm_opts() 2156 return container_of(to_config_group(item), struct f_tcm_opts, in to_f_tcm_opts() 2162 struct f_tcm_opts *opts = to_f_tcm_opts(item); in tcm_attr_release() 2178 struct f_tcm_opts *opt in tcm_free_inst() [all...] |
H A D | u_tcm.h | 28 struct f_tcm_opts { struct
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 8 milliseconds