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

/linux-master/drivers/usb/gadget/function/
H A Du_ncm.h18 struct f_ncm_opts { struct
H A Df_ncm.c1183 struct f_ncm_opts *ncm_opts;
1185 ncm_opts = container_of(port->func.fi, struct f_ncm_opts, func_inst);
1436 struct f_ncm_opts *ncm_opts;
1441 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst);
1583 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item)
1585 return container_of(to_config_group(item), struct f_ncm_opts,
1607 struct f_ncm_opts *opts = to_f_ncm_opts(item);
1620 struct f_ncm_opts *opts = to_f_ncm_opts(item);
1665 struct f_ncm_opts *opts;
1667 opts = container_of(f, struct f_ncm_opts, func_ins
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dncm.c130 struct f_ncm_opts *ncm_opts;
137 ncm_opts = container_of(f_ncm_inst, struct f_ncm_opts, func_inst);

Completed in 116 milliseconds