Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_printer.c1209 static inline struct f_printer_opts
1218 struct f_printer_opts *opts = to_f_printer_opts(item); in printer_attr_release()
1230 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_pnp_string_show()
1254 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_pnp_string_store()
1283 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_q_len_show()
1296 struct f_printer_opts *opts = to_f_printer_opts(item); in f_printer_opts_q_len_store()
1354 struct f_printer_opts *opts; in gprinter_free_inst()
1356 opts = container_of(f, struct f_printer_opts, func_inst); in gprinter_free_inst()
1373 struct f_printer_opts *opts; in gprinter_alloc_inst()
1418 struct f_printer_opts *opts; in gprinter_free()
[all …]
H A Du_printer.h18 struct f_printer_opts { struct
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dprinter.c141 struct f_printer_opts *opts; in printer_bind()
148 opts = container_of(fi_printer, struct f_printer_opts, func_inst); in printer_bind()