Searched defs:framer_provider (Results 1 – 2 of 2) 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()
710 struct framer_provider *framer_provider; in pef2256_probe() local