Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_subset.c304 struct f_gether_opts *gether_opts; in geth_bind()
306 gether_opts = container_of(f->fi, struct f_gether_opts, func_inst); in geth_bind()
394 static inline struct f_gether_opts *to_f_gether_opts(struct config_item *item) in to_f_gether_opts()
396 return container_of(to_config_group(item), struct f_gether_opts, in to_f_gether_opts()
431 struct f_gether_opts *opts; in geth_free_inst()
433 opts = container_of(f, struct f_gether_opts, func_inst); in geth_free_inst()
443 struct f_gether_opts *opts; in geth_alloc_inst()
480 struct f_gether_opts *opts; in geth_alloc()
488 opts = container_of(fi, struct f_gether_opts, func_inst); in geth_alloc()
Du_gether.h21 struct f_gether_opts { struct
/linux-4.1.27/drivers/usb/gadget/legacy/
Dg_ffs.c351 struct f_gether_opts *geth_opts; in gfs_bind()
356 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
399 struct f_gether_opts *geth_opts; in gfs_bind()
401 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
Dether.c326 struct f_gether_opts *geth_opts = NULL; in eth_bind()
363 geth_opts = container_of(fi_geth, struct f_gether_opts, in eth_bind()