Searched refs:f_phonet_opts (Results 1 – 2 of 2) sorted by relevance
489 struct f_phonet_opts *phonet_opts; in pn_bind()491 phonet_opts = container_of(f->fi, struct f_phonet_opts, func_inst); in pn_bind()575 static inline struct f_phonet_opts *to_f_phonet_opts(struct config_item *item) in to_f_phonet_opts()577 return container_of(to_config_group(item), struct f_phonet_opts, in to_f_phonet_opts()583 struct f_phonet_opts *opts = to_f_phonet_opts(item); in phonet_attr_release()612 struct f_phonet_opts *opts; in phonet_free_inst()614 opts = container_of(f, struct f_phonet_opts, func_inst); in phonet_free_inst()624 struct f_phonet_opts *opts; in phonet_alloc_inst()670 struct f_phonet_opts *opts; in phonet_alloc()676 opts = container_of(fi, struct f_phonet_opts, func_inst); in phonet_alloc()
14 struct f_phonet_opts { struct
Completed in 5 milliseconds