Searched refs:f_gether_opts (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_gether.h | 21 struct f_gether_opts { struct
|
H A D | f_subset.c | 304 struct f_gether_opts *gether_opts; geth_bind() 306 gether_opts = container_of(f->fi, struct f_gether_opts, func_inst); geth_bind() 394 static inline struct f_gether_opts *to_f_gether_opts(struct config_item *item) to_f_gether_opts() 396 return container_of(to_config_group(item), struct f_gether_opts, to_f_gether_opts() 431 struct f_gether_opts *opts; geth_free_inst() 433 opts = container_of(f, struct f_gether_opts, func_inst); geth_free_inst() 443 struct f_gether_opts *opts; geth_alloc_inst() 480 struct f_gether_opts *opts; geth_alloc() 488 opts = container_of(fi, struct f_gether_opts, func_inst); geth_alloc()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | g_ffs.c | 351 struct f_gether_opts *geth_opts; gfs_bind() 356 geth_opts = container_of(fi_geth, struct f_gether_opts, gfs_bind() 399 struct f_gether_opts *geth_opts; gfs_bind() 401 geth_opts = container_of(fi_geth, struct f_gether_opts, gfs_bind()
|
H A D | ether.c | 326 struct f_gether_opts *geth_opts = NULL; eth_bind() 363 geth_opts = container_of(fi_geth, struct f_gether_opts, eth_bind()
|
Completed in 119 milliseconds