Searched refs:f_fs_opts (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | u_fs.h | 37 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() 300 return container_of(fi, struct f_fs_opts, func_inst); in to_f_fs_opts()
|
H A D | u_generic.h | 84 struct f_fs_opts; 88 struct f_fs_opts *opts; 344 struct f_fs_opts { struct 351 static inline struct f_fs_opts *to_f_fs_opts(struct usb_function_instance *fi) in to_f_fs_opts() 353 return container_of(fi, struct f_fs_opts, func_inst); in to_f_fs_opts()
|
H A D | f_fs.c | 3069 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind() 3073 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() 3074 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_do_functionfs_bind() 3285 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() 3521 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts() 3523 return container_of(to_config_group(item), struct f_fs_opts, in to_ffs_opts() 3529 struct f_fs_opts *opts = to_ffs_opts(item); in ffs_attr_release() 3548 struct f_fs_opts *opts; in ffs_free_inst() 3567 struct f_fs_opts *opts; in ffs_alloc_inst() 3601 struct f_fs_opts *opt in ffs_func_unbind() [all...] |
H A D | f_generic.c | 2893 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind() 2897 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() 2898 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_do_functionfs_bind() 3178 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() 3408 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts() 3410 return container_of(to_config_group(item), struct f_fs_opts, in to_ffs_opts() 3416 struct f_fs_opts *opts = to_ffs_opts(item); in ffs_attr_release() 3433 struct f_fs_opts *opts; in ffs_free_inst() 3455 struct f_fs_opts *opts = NULL; in ffs_alloc_inst() 3489 struct f_fs_opts *opt in ffs_func_unbind() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_fs.h | 35 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() 298 return container_of(fi, struct f_fs_opts, func_inst); in to_f_fs_opts()
|
H A D | u_generic.h | 84 struct f_fs_opts; 88 struct f_fs_opts *opts; 344 struct f_fs_opts { struct 351 static inline struct f_fs_opts *to_f_fs_opts(struct usb_function_instance *fi) in to_f_fs_opts() 353 return container_of(fi, struct f_fs_opts, func_inst); in to_f_fs_opts()
|
H A D | f_fs.c | 2999 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind() 3003 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() 3004 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_do_functionfs_bind() 3211 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() 3443 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts() 3445 return container_of(to_config_group(item), struct f_fs_opts, in to_ffs_opts() 3451 struct f_fs_opts *opts = to_ffs_opts(item); in ffs_attr_release() 3470 struct f_fs_opts *opts; in ffs_free_inst() 3489 struct f_fs_opts *opts; in ffs_alloc_inst() 3523 struct f_fs_opts *opt in ffs_func_unbind() [all...] |
H A D | f_generic.c | 2895 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind() 2899 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() 2900 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_do_functionfs_bind() 3180 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() 3410 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts() 3412 return container_of(to_config_group(item), struct f_fs_opts, in to_ffs_opts() 3418 struct f_fs_opts *opts = to_ffs_opts(item); in ffs_attr_release() 3435 struct f_fs_opts *opts; in ffs_free_inst() 3457 struct f_fs_opts *opts = NULL; in ffs_alloc_inst() 3491 struct f_fs_opts *opt in ffs_func_unbind() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | g_ffs.c | 179 struct f_fs_opts *opts; in gfs_init()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | g_ffs.c | 179 struct f_fs_opts *opts; in gfs_init()
|
Completed in 22 milliseconds