Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_printer.c1143 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()
[all …]
Du_printer.h23 struct f_printer_opts { struct
/linux-4.1.27/drivers/usb/gadget/legacy/
Dprinter.c157 struct f_printer_opts *opts; in printer_bind()
171 opts = container_of(fi_printer, struct f_printer_opts, func_inst); in printer_bind()