Searched defs:framer_provider (Results 1 – 1 of 1) sorted by relevance
90 struct framer_provider { struct91 struct device *dev;92 struct module *owner;93 struct list_head list;94 struct framer * (*of_xlate)(struct device *dev,169 void framer_provider_of_unregister(struct framer_provider *framer_provider) in framer_provider_of_unregister()