Searched refs:f_fs_opts (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
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() argument 300 return container_of(fi, struct f_fs_opts, func_inst); in to_f_fs_opts()
|
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() argument 353 return container_of(fi, struct f_fs_opts, func_inst); in to_f_fs_opts()
|
D | f_fs.c | 3056 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind() 3060 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() 3061 container_of(f->fi, struct f_fs_opts, func_inst); in ffs_do_functionfs_bind() 3272 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() 3508 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts() 3510 return container_of(to_config_group(item), struct f_fs_opts, in to_ffs_opts() 3516 struct f_fs_opts *opts = to_ffs_opts(item); in ffs_attr_release() 3535 struct f_fs_opts *opts; in ffs_free_inst() 3554 struct f_fs_opts *opts; in ffs_alloc_inst() 3588 struct f_fs_opts *opts = in ffs_func_unbind() [all …]
|
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 *opts = in ffs_func_unbind() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
D | g_ffs.c | 179 struct f_fs_opts *opts; in gfs_init()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 17999 -static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, 18003 - struct f_fs_opts *ffs_opts = 18004 - container_of(f->fi, struct f_fs_opts, func_inst); 18284 - struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); 18514 -static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) 18516 - return container_of(to_config_group(item), struct f_fs_opts, 18522 - struct f_fs_opts *opts = to_ffs_opts(item); 18539 - struct f_fs_opts *opts; 18561 - struct f_fs_opts *opts = NULL; 18595 - struct f_fs_opts *opts = [all …]
|