Lines Matching refs:f_serial_opts
726 struct f_serial_opts *opts; in acm_free_func()
728 opts = container_of(f->fi, struct f_serial_opts, func_inst); in acm_free_func()
752 struct f_serial_opts *opts; in acm_alloc_func()
773 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_alloc_func()
787 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
789 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
795 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release()
837 struct f_serial_opts *opts = to_f_serial_opts(item); in f_acm_protocol_store()
876 struct f_serial_opts *opts; in acm_free_instance()
878 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_free_instance()
886 struct f_serial_opts *opts; in acm_alloc_instance()