Searched refs:f_eem_opts (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_eem.h | 21 struct f_eem_opts { struct
|
H A D | f_eem.c | 256 struct f_eem_opts *eem_opts; eem_bind() 258 eem_opts = container_of(f->fi, struct f_eem_opts, func_inst); eem_bind() 536 static inline struct f_eem_opts *to_f_eem_opts(struct config_item *item) to_f_eem_opts() 538 return container_of(to_config_group(item), struct f_eem_opts, to_f_eem_opts() 573 struct f_eem_opts *opts; eem_free_inst() 575 opts = container_of(f, struct f_eem_opts, func_inst); eem_free_inst() 585 struct f_eem_opts *opts; eem_alloc_inst() 607 struct f_eem_opts *opts; eem_free() 610 opts = container_of(f->fi, struct f_eem_opts, func_inst); eem_free() 627 struct f_eem_opts *opts; eem_alloc() 634 opts = container_of(fi, struct f_eem_opts, func_inst); eem_alloc()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | ether.c | 324 struct f_eem_opts *eem_opts = NULL; eth_bind() 337 eem_opts = container_of(fi_eem, struct f_eem_opts, func_inst); eth_bind()
|
Completed in 129 milliseconds