Home
last modified time | relevance | path

Searched refs:pmf_gpio_methods (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/aoa/
Daoa.h125 extern struct gpio_methods *pmf_gpio_methods;
/linux-4.4.14/sound/aoa/core/
Dgpio-pmf.c252 struct gpio_methods *pmf_gpio_methods = &methods; variable
253 EXPORT_SYMBOL_GPL(pmf_gpio_methods);
/linux-4.4.14/sound/aoa/fabrics/
Dlayout.c1043 ldev->gpio.methods = pmf_gpio_methods; in aoa_fabric_layout_probe()