Searched refs:f_serial_opts (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
H A Df_serial.c264 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) to_f_serial_opts()
266 return container_of(to_config_group(item), struct f_serial_opts, to_f_serial_opts()
270 CONFIGFS_ATTR_STRUCT(f_serial_opts); f_serial_attr_show() variable
275 struct f_serial_opts *opts = to_f_serial_opts(item); f_serial_attr_show()
288 struct f_serial_opts *opts = to_f_serial_opts(item); serial_attr_release()
298 static ssize_t f_serial_port_num_show(struct f_serial_opts *opts, char *page) f_serial_port_num_show()
319 struct f_serial_opts *opts; gser_free_inst()
321 opts = container_of(f, struct f_serial_opts, func_inst); gser_free_inst()
328 struct f_serial_opts *opts; gser_alloc_inst()
363 struct f_serial_opts *opts; gser_alloc()
370 opts = container_of(fi, struct f_serial_opts, func_inst); gser_alloc()
H A Df_obex.c411 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) to_f_serial_opts()
413 return container_of(to_config_group(item), struct f_serial_opts, to_f_serial_opts()
417 CONFIGFS_ATTR_STRUCT(f_serial_opts); f_obex_attr_show() variable
422 struct f_serial_opts *opts = to_f_serial_opts(item); f_obex_attr_show()
435 struct f_serial_opts *opts = to_f_serial_opts(item); obex_attr_release()
445 static ssize_t f_obex_port_num_show(struct f_serial_opts *opts, char *page) f_obex_port_num_show()
466 struct f_serial_opts *opts; obex_free_inst()
468 opts = container_of(f, struct f_serial_opts, func_inst); obex_free_inst()
475 struct f_serial_opts *opts; obex_alloc_inst()
510 struct f_serial_opts *opts; obex_alloc()
517 opts = container_of(fi, struct f_serial_opts, func_inst); obex_alloc()
H A Df_acm.c745 struct f_serial_opts *opts; acm_alloc_func()
766 opts = container_of(fi, struct f_serial_opts, func_inst); acm_alloc_func()
774 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) to_f_serial_opts()
776 return container_of(to_config_group(item), struct f_serial_opts, to_f_serial_opts()
780 CONFIGFS_ATTR_STRUCT(f_serial_opts); f_acm_attr_show() variable
785 struct f_serial_opts *opts = to_f_serial_opts(item); f_acm_attr_show()
797 struct f_serial_opts *opts = to_f_serial_opts(item); acm_attr_release()
807 static ssize_t f_acm_port_num_show(struct f_serial_opts *opts, char *page) f_acm_port_num_show()
829 struct f_serial_opts *opts; acm_free_instance()
831 opts = container_of(fi, struct f_serial_opts, func_inst); acm_free_instance()
838 struct f_serial_opts *opts; acm_alloc_instance()
H A Du_serial.h20 struct f_serial_opts { struct

Completed in 73 milliseconds