Lines Matching refs:f_printer_opts
1143 static inline struct f_printer_opts
1146 return container_of(to_config_group(item), struct f_printer_opts, in to_f_printer_opts()
1150 CONFIGFS_ATTR_STRUCT(f_printer_opts);
1151 CONFIGFS_ATTR_OPS(f_printer_opts);
1155 struct f_printer_opts *opts = to_f_printer_opts(item); in printer_attr_release()
1166 static ssize_t f_printer_opts_pnp_string_show(struct f_printer_opts *opts, in f_printer_opts_pnp_string_show()
1178 static ssize_t f_printer_opts_pnp_string_store(struct f_printer_opts *opts, in f_printer_opts_pnp_string_store()
1198 static ssize_t f_printer_opts_q_len_show(struct f_printer_opts *opts, in f_printer_opts_q_len_show()
1210 static ssize_t f_printer_opts_q_len_store(struct f_printer_opts *opts, in f_printer_opts_q_len_store()
1264 struct f_printer_opts *opts; in gprinter_free_inst()
1266 opts = container_of(f, struct f_printer_opts, func_inst); in gprinter_free_inst()
1281 struct f_printer_opts *opts; in gprinter_alloc_inst()
1323 struct f_printer_opts *opts; in gprinter_free()
1325 opts = container_of(f->fi, struct f_printer_opts, func_inst); in gprinter_free()
1379 struct f_printer_opts *opts; in gprinter_alloc()
1381 opts = container_of(fi, struct f_printer_opts, func_inst); in gprinter_alloc()