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

/linux-4.4.14/drivers/usb/gadget/function/
H A Du_printer.h23 struct f_printer_opts { struct
H A Df_printer.c1142 static inline struct f_printer_opts to_f_printer_opts()
1145 return container_of(to_config_group(item), struct f_printer_opts, to_f_printer_opts()
1151 struct f_printer_opts *opts = to_f_printer_opts(item); printer_attr_release()
1163 struct f_printer_opts *opts = to_f_printer_opts(item); f_printer_opts_pnp_string_show()
1176 struct f_printer_opts *opts = to_f_printer_opts(item); f_printer_opts_pnp_string_store()
1194 struct f_printer_opts *opts = to_f_printer_opts(item); f_printer_opts_q_len_show()
1207 struct f_printer_opts *opts = to_f_printer_opts(item); f_printer_opts_q_len_store()
1265 struct f_printer_opts *opts; gprinter_free_inst()
1267 opts = container_of(f, struct f_printer_opts, func_inst); gprinter_free_inst()
1282 struct f_printer_opts *opts; gprinter_alloc_inst()
1324 struct f_printer_opts *opts; gprinter_free()
1326 opts = container_of(f->fi, struct f_printer_opts, func_inst); gprinter_free()
1380 struct f_printer_opts *opts; gprinter_alloc()
1382 opts = container_of(fi, struct f_printer_opts, func_inst); gprinter_alloc()
/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dprinter.c145 struct f_printer_opts *opts; printer_bind()
159 opts = container_of(fi_printer, struct f_printer_opts, func_inst); printer_bind()

Completed in 153 milliseconds