Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/legacy/
Dncm.c130 struct f_ncm_opts *ncm_opts; in gncm_bind()
137 ncm_opts = container_of(f_ncm_inst, struct f_ncm_opts, func_inst); in gncm_bind()
/linux-6.1.9/drivers/usb/gadget/function/
Df_ncm.c1418 struct f_ncm_opts *ncm_opts; in ncm_bind()
1423 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_bind()
1568 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item) in to_f_ncm_opts()
1570 return container_of(to_config_group(item), struct f_ncm_opts, in to_f_ncm_opts()
1605 struct f_ncm_opts *opts; in ncm_free_inst()
1607 opts = container_of(f, struct f_ncm_opts, func_inst); in ncm_free_inst()
1618 struct f_ncm_opts *opts; in ncm_alloc_inst()
1657 struct f_ncm_opts *opts; in ncm_free()
1660 opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_free()
1693 struct f_ncm_opts *opts; in ncm_alloc()
[all …]
Du_ncm.h18 struct f_ncm_opts { struct