Lines Matching refs:f_serial_opts
722 struct f_serial_opts *opts; in acm_free_func()
724 opts = container_of(f->fi, struct f_serial_opts, func_inst); in acm_free_func()
748 struct f_serial_opts *opts; in acm_alloc_func()
769 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_alloc_func()
783 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
785 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
791 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release()
833 struct f_serial_opts *opts = to_f_serial_opts(item); in f_acm_protocol_store()
872 struct f_serial_opts *opts; in acm_free_instance()
874 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_free_instance()
882 struct f_serial_opts *opts; in acm_alloc_instance()