Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/function/
Df_printer.c1190 static inline struct f_printer_opts
1193 return container_of(to_config_group(item), struct f_printer_opts, in to_f_printer_opts()
1199 struct f_printer_opts *opts = to_f_printer_opts(item); in printer_attr_release()
1211 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_pnp_string_show()
1235 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_pnp_string_store()
1264 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_q_len_show()
1277 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_q_len_store()
1335 struct f_printer_opts *opts; in gprinter_free_inst()
1337 opts = container_of(f, struct f_printer_opts, func_inst); in gprinter_free_inst()
1354 struct f_printer_opts *opts; in gprinter_alloc_inst()
[all …]
Du_printer.h18 struct f_printer_opts { struct
/Linux-v5.10/drivers/usb/gadget/legacy/
Dprinter.c140 struct f_printer_opts *opts; in printer_bind()
147 opts = container_of(fi_printer, struct f_printer_opts, func_inst); in printer_bind()