Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Du_fs.h37 struct f_fs_opts;
41 struct f_fs_opts *opts;
291 struct f_fs_opts { struct
298 static inline struct f_fs_opts *to_f_fs_opts(struct usb_function_instance *fi) in to_f_fs_opts() argument
300 return container_of(fi, struct f_fs_opts, func_inst); in to_f_fs_opts()
Df_fs.c3076 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind()
3080 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind()
3081 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_do_functionfs_bind()
3292 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind()
3528 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts()
3530 return container_of(to_config_group(item), struct f_fs_opts, in to_ffs_opts()
3536 struct f_fs_opts *opts = to_ffs_opts(item); in ffs_attr_release()
3555 struct f_fs_opts *opts; in ffs_free_inst()
3574 struct f_fs_opts *opts; in ffs_alloc_inst()
3608 struct f_fs_opts *opts = in ffs_func_unbind()
[all …]
/drivers/usb/gadget/legacy/
Dg_ffs.c179 struct f_fs_opts *opts; in gfs_init()