Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/touchscreen/
Dmainstone-wm97xx.c252 return wm97xx_register_mach_ops(wm, &mainstone_mach_ops); in mainstone_wm97xx_probe()
Dwm97xx-core.c841 int wm97xx_register_mach_ops(struct wm97xx *wm, in wm97xx_register_mach_ops() function
854 EXPORT_SYMBOL_GPL(wm97xx_register_mach_ops);
/Linux-v6.6/include/linux/
Dwm97xx.h330 int wm97xx_register_mach_ops(struct wm97xx *, struct wm97xx_mach_ops *);
/Linux-v6.6/arch/mips/alchemy/devboards/
Ddb1300.c749 return wm97xx_register_mach_ops(wm, &db1300_wm97xx_ops); in db1300_wm97xx_probe()