Searched refs:f_gether_opts (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_subset.c | 300 struct f_gether_opts *gether_opts; in geth_bind() 302 gether_opts = container_of(f->fi, struct f_gether_opts, func_inst); in geth_bind() 382 static inline struct f_gether_opts *to_f_gether_opts(struct config_item *item) in to_f_gether_opts() 384 return container_of(to_config_group(item), struct f_gether_opts, in to_f_gether_opts() 419 struct f_gether_opts *opts; in geth_free_inst() 421 opts = container_of(f, struct f_gether_opts, func_inst); in geth_free_inst() 431 struct f_gether_opts *opts; in geth_alloc_inst() 468 struct f_gether_opts *opts; in geth_alloc() 476 opts = container_of(fi, struct f_gether_opts, func_inst); in geth_alloc()
|
H A D | u_gether.h | 18 struct f_gether_opts { struct
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_subset.c | 300 struct f_gether_opts *gether_opts; in geth_bind() 302 gether_opts = container_of(f->fi, struct f_gether_opts, func_inst); in geth_bind() 380 static inline struct f_gether_opts *to_f_gether_opts(struct config_item *item) in to_f_gether_opts() 382 return container_of(to_config_group(item), struct f_gether_opts, in to_f_gether_opts() 417 struct f_gether_opts *opts; in geth_free_inst() 419 opts = container_of(f, struct f_gether_opts, func_inst); in geth_free_inst() 429 struct f_gether_opts *opts; in geth_alloc_inst() 466 struct f_gether_opts *opts; in geth_alloc() 474 opts = container_of(fi, struct f_gether_opts, func_inst); in geth_alloc()
|
H A D | u_gether.h | 18 struct f_gether_opts { struct
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | g_ffs.c | 333 struct f_gether_opts *geth_opts; in gfs_bind() 338 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind() 378 struct f_gether_opts *geth_opts; in gfs_bind() 380 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
|
H A D | ether.c | 309 struct f_gether_opts *geth_opts = NULL; in eth_bind() 346 geth_opts = container_of(fi_geth, struct f_gether_opts, in eth_bind()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | g_ffs.c | 327 struct f_gether_opts *geth_opts; in gfs_bind() 332 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind() 372 struct f_gether_opts *geth_opts; in gfs_bind() 374 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
|
H A D | ether.c | 309 struct f_gether_opts *geth_opts = NULL; in eth_bind() 346 geth_opts = container_of(fi_geth, struct f_gether_opts, in eth_bind()
|
Completed in 5 milliseconds