Searched refs:f_gether_opts (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_subset.c | 304 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() 386 static inline struct f_gether_opts *to_f_gether_opts(struct config_item *item) in to_f_gether_opts() 388 return container_of(to_config_group(item), struct f_gether_opts, in to_f_gether_opts() 423 struct f_gether_opts *opts; in geth_free_inst() 425 opts = container_of(f, struct f_gether_opts, func_inst); in geth_free_inst() 435 struct f_gether_opts *opts; in geth_alloc_inst() 472 struct f_gether_opts *opts; in geth_alloc() 480 opts = container_of(fi, struct f_gether_opts, func_inst); in geth_alloc()
|
D | u_gether.h | 21 struct f_gether_opts { struct
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | g_ffs.c | 337 struct f_gether_opts *geth_opts; in gfs_bind() 342 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind() 385 struct f_gether_opts *geth_opts; in gfs_bind() 387 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
|
D | ether.c | 313 struct f_gether_opts *geth_opts = NULL; in eth_bind() 350 geth_opts = container_of(fi_geth, struct f_gether_opts, in eth_bind()
|