Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_ncm.c1184 struct f_ncm_opts *ncm_opts; in ncm_unwrap_ntb()
1437 struct f_ncm_opts *ncm_opts; in ncm_bind()
1607 struct f_ncm_opts *opts = to_f_ncm_opts(item); in ncm_opts_max_segment_size_show()
1620 struct f_ncm_opts *opts = to_f_ncm_opts(item); in ncm_opts_max_segment_size_store()
1665 struct f_ncm_opts *opts; in ncm_free_inst()
1667 opts = container_of(f, struct f_ncm_opts, func_inst); in ncm_free_inst()
1678 struct f_ncm_opts *opts; in ncm_alloc_inst()
1718 struct f_ncm_opts *opts; in ncm_free()
1721 opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_free()
1754 struct f_ncm_opts *opts; in ncm_alloc()
[all …]
H A Du_ncm.h18 struct f_ncm_opts { struct
/linux-6.15/drivers/usb/gadget/legacy/
H A Dncm.c130 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()