Searched refs:f_ncm_opts (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | ncm.c | 136 struct f_ncm_opts *ncm_opts; in gncm_bind() 143 ncm_opts = container_of(f_ncm_inst, struct f_ncm_opts, func_inst); in gncm_bind()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_ncm.h | 21 struct f_ncm_opts { struct
|
D | f_ncm.c | 1343 struct f_ncm_opts *ncm_opts; in ncm_bind() 1348 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_bind() 1469 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item) in to_f_ncm_opts() 1471 return container_of(to_config_group(item), struct f_ncm_opts, in to_f_ncm_opts() 1506 struct f_ncm_opts *opts; in ncm_free_inst() 1508 opts = container_of(f, struct f_ncm_opts, func_inst); in ncm_free_inst() 1518 struct f_ncm_opts *opts; in ncm_alloc_inst() 1540 struct f_ncm_opts *opts; in ncm_free() 1543 opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_free() 1569 struct f_ncm_opts *opts; in ncm_alloc() [all …]
|