Searched refs:f_phonet_opts (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
H A Du_phonet.h17 struct f_phonet_opts { struct
H A Df_phonet.c494 struct f_phonet_opts *phonet_opts; pn_bind()
496 phonet_opts = container_of(f->fi, struct f_phonet_opts, func_inst); pn_bind()
586 static inline struct f_phonet_opts *to_f_phonet_opts(struct config_item *item) to_f_phonet_opts()
588 return container_of(to_config_group(item), struct f_phonet_opts, to_f_phonet_opts()
592 CONFIGFS_ATTR_STRUCT(f_phonet_opts); f_phonet_attr_show() variable
597 struct f_phonet_opts *opts = to_f_phonet_opts(item); f_phonet_attr_show()
609 struct f_phonet_opts *opts = to_f_phonet_opts(item); phonet_attr_release()
619 static ssize_t f_phonet_ifname_show(struct f_phonet_opts *opts, char *page) f_phonet_ifname_show()
640 struct f_phonet_opts *opts; phonet_free_inst()
642 opts = container_of(f, struct f_phonet_opts, func_inst); phonet_free_inst()
652 struct f_phonet_opts *opts; phonet_alloc_inst()
698 struct f_phonet_opts *opts; phonet_alloc()
706 opts = container_of(fi, struct f_phonet_opts, func_inst); phonet_alloc()

Completed in 165 milliseconds