Searched refs:f_ncm_opts (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | f_ncm.c | 1186 struct f_ncm_opts *ncm_opts; in ncm_unwrap_ntb() 1188 ncm_opts = container_of(port->func.fi, struct f_ncm_opts, func_inst); in ncm_unwrap_ntb() 1439 struct f_ncm_opts *ncm_opts; in ncm_bind() 1448 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_bind() 1578 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item) in to_f_ncm_opts() 1580 return container_of(to_config_group(item), struct f_ncm_opts, in to_f_ncm_opts() 1602 struct f_ncm_opts *opts = to_f_ncm_opts(item); in ncm_opts_max_segment_size_show() 1615 struct f_ncm_opts *opts = to_f_ncm_opts(item); in ncm_opts_max_segment_size_store() 1660 struct f_ncm_opts *opts; in ncm_free_inst() 1662 opts = container_of(f, struct f_ncm_opts, func_inst); in ncm_free_inst() [all …]
|
| H A D | u_ncm.h | 32 struct f_ncm_opts { struct
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | ncm.c | 130 struct f_ncm_opts *ncm_opts; in gncm_bind() 137 ncm_opts = container_of(f_ncm_inst, struct f_ncm_opts, func_inst); in gncm_bind()
|