Lines Matching refs:f_serial_opts
745 struct f_serial_opts *opts; in acm_alloc_func()
766 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_alloc_func()
774 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
776 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
780 CONFIGFS_ATTR_STRUCT(f_serial_opts);
785 struct f_serial_opts *opts = to_f_serial_opts(item); in f_acm_attr_show()
797 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release()
807 static ssize_t f_acm_port_num_show(struct f_serial_opts *opts, char *page) in f_acm_port_num_show()
829 struct f_serial_opts *opts; in acm_free_instance()
831 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_free_instance()
838 struct f_serial_opts *opts; in acm_alloc_instance()