Searched refs:f_ncm_opts (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/usb/gadget/legacy/ |
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()
|
/Linux-v6.1/drivers/usb/gadget/function/ |
D | f_ncm.c | 1416 struct f_ncm_opts *ncm_opts; in ncm_bind() 1421 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_bind() 1566 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item) in to_f_ncm_opts() 1568 return container_of(to_config_group(item), struct f_ncm_opts, in to_f_ncm_opts() 1603 struct f_ncm_opts *opts; in ncm_free_inst() 1605 opts = container_of(f, struct f_ncm_opts, func_inst); in ncm_free_inst() 1616 struct f_ncm_opts *opts; in ncm_alloc_inst() 1655 struct f_ncm_opts *opts; in ncm_free() 1658 opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_free() 1691 struct f_ncm_opts *opts; in ncm_alloc() [all …]
|
D | u_ncm.h | 18 struct f_ncm_opts { struct
|