Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Du_fs.h35 struct f_fs_opts;
39 struct f_fs_opts *opts;
289 struct f_fs_opts { struct
296 static inline struct f_fs_opts *to_f_fs_opts(struct usb_function_instance *fi) in to_f_fs_opts() argument
298 return container_of(fi, struct f_fs_opts, func_inst); in to_f_fs_opts()
H A Df_fs.c3477 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind()
3481 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind()
3482 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_do_functionfs_bind()
3689 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind()
3943 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts()
3945 return container_of(to_config_group(item), struct f_fs_opts, in to_ffs_opts()
3951 struct f_fs_opts *opts = to_ffs_opts(item); in f_fs_opts_ready_show()
3970 struct f_fs_opts *opts = to_ffs_opts(item); in ffs_attr_release()
3990 struct f_fs_opts *opts; in ffs_free_inst()
4009 struct f_fs_opts *opt in ffs_alloc_inst()
[all...]
/linux/drivers/usb/gadget/legacy/
H A Dg_ffs.c179 struct f_fs_opts *opts; in gfs_init()