Home
last modified time | relevance | path

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

/linux-6.14.4/sound/aoa/
Daoa.h123 extern struct gpio_methods *pmf_gpio_methods;
/linux-6.14.4/sound/aoa/core/
Dgpio-pmf.c251 struct gpio_methods *pmf_gpio_methods = &methods; variable
252 EXPORT_SYMBOL_GPL(pmf_gpio_methods);
/linux-6.14.4/sound/aoa/fabrics/
Dlayout.c1050 ldev->gpio.methods = pmf_gpio_methods; in aoa_fabric_layout_probe()