Lines Matching refs:f_phonet_opts
491 struct f_phonet_opts *phonet_opts; in pn_bind()
493 phonet_opts = container_of(f->fi, struct f_phonet_opts, func_inst); in pn_bind()
583 static inline struct f_phonet_opts *to_f_phonet_opts(struct config_item *item) in to_f_phonet_opts()
585 return container_of(to_config_group(item), struct f_phonet_opts, in to_f_phonet_opts()
589 CONFIGFS_ATTR_STRUCT(f_phonet_opts);
594 struct f_phonet_opts *opts = to_f_phonet_opts(item); in f_phonet_attr_show()
606 struct f_phonet_opts *opts = to_f_phonet_opts(item); in phonet_attr_release()
616 static ssize_t f_phonet_ifname_show(struct f_phonet_opts *opts, char *page) in f_phonet_ifname_show()
637 struct f_phonet_opts *opts; in phonet_free_inst()
639 opts = container_of(f, struct f_phonet_opts, func_inst); in phonet_free_inst()
649 struct f_phonet_opts *opts; in phonet_alloc_inst()
695 struct f_phonet_opts *opts; in phonet_alloc()
703 opts = container_of(fi, struct f_phonet_opts, func_inst); in phonet_alloc()