Home
last modified time | relevance | path

Searched refs:wm97xx_register_mach_ops (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
Dzylonite-wm97xx.c207 return wm97xx_register_mach_ops(wm, &zylonite_mach_ops); in zylonite_wm97xx_probe()
Dmainstone-wm97xx.c286 return wm97xx_register_mach_ops(wm, &mainstone_mach_ops); in mainstone_wm97xx_probe()
Dwm97xx-core.c810 int wm97xx_register_mach_ops(struct wm97xx *wm, in wm97xx_register_mach_ops() function
823 EXPORT_SYMBOL_GPL(wm97xx_register_mach_ops);
Datmel-wm97xx.c366 ret = wm97xx_register_mach_ops(wm, &atmel_mach_ops); in atmel_wm97xx_probe()
/linux-4.1.27/include/linux/
Dwm97xx.h334 int wm97xx_register_mach_ops(struct wm97xx *, struct wm97xx_mach_ops *);
/linux-4.1.27/arch/mips/alchemy/devboards/
Ddb1300.c744 return wm97xx_register_mach_ops(wm, &db1300_wm97xx_ops); in db1300_wm97xx_probe()