Searched refs:f_ncm_opts (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
H A Du_ncm.h21 struct f_ncm_opts { struct
H A Df_ncm.c1348 struct f_ncm_opts *ncm_opts; ncm_bind()
1353 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); ncm_bind()
1485 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item) to_f_ncm_opts()
1487 return container_of(to_config_group(item), struct f_ncm_opts, to_f_ncm_opts()
1522 struct f_ncm_opts *opts; ncm_free_inst()
1524 opts = container_of(f, struct f_ncm_opts, func_inst); ncm_free_inst()
1534 struct f_ncm_opts *opts; ncm_alloc_inst()
1556 struct f_ncm_opts *opts; ncm_free()
1559 opts = container_of(f->fi, struct f_ncm_opts, func_inst); ncm_free()
1585 struct f_ncm_opts *opts; ncm_alloc()
1593 opts = container_of(fi, struct f_ncm_opts, func_inst); ncm_alloc()
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dncm.c149 struct f_ncm_opts *ncm_opts; gncm_bind()
156 ncm_opts = container_of(f_ncm_inst, struct f_ncm_opts, func_inst); gncm_bind()

Completed in 82 milliseconds