Home
last modified time | relevance | path

Searched refs:f_gether_opts (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Df_subset.c301 struct f_gether_opts *gether_opts; in geth_bind()
304 gether_opts = container_of(f->fi, struct f_gether_opts, func_inst); in geth_bind()
374 static inline struct f_gether_opts *to_f_gether_opts(struct config_item *item) in to_f_gether_opts()
376 return container_of(to_config_group(item), struct f_gether_opts, in to_f_gether_opts()
411 struct f_gether_opts *opts; in geth_free_inst()
413 opts = container_of(f, struct f_gether_opts, func_inst); in geth_free_inst()
423 struct f_gether_opts *opts; in geth_alloc_inst()
446 struct f_gether_opts *opts; in geth_free()
448 opts = container_of(f->fi, struct f_gether_opts, func_inst); in geth_free()
458 struct f_gether_opts *opts; in geth_unbind()
[all …]
H A Du_gether.h32 struct f_gether_opts { struct
/linux/drivers/usb/gadget/legacy/
H A Dg_ffs.c327 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 Dether.c309 struct f_gether_opts *geth_opts = NULL; in eth_bind()
346 geth_opts = container_of(fi_geth, struct f_gether_opts, in eth_bind()