Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dzylonite-wm97xx.c203 return wm97xx_register_mach_ops(wm, &zylonite_mach_ops); in zylonite_wm97xx_probe()
H A Dmainstone-wm97xx.c281 return wm97xx_register_mach_ops(wm, &mainstone_mach_ops); in mainstone_wm97xx_probe()
H A Dwm97xx-core.c869 int wm97xx_register_mach_ops(struct wm97xx *wm, in wm97xx_register_mach_ops() function
882 EXPORT_SYMBOL_GPL(wm97xx_register_mach_ops);
/OK3568_Linux_fs/kernel/include/linux/
H A Dwm97xx.h335 int wm97xx_register_mach_ops(struct wm97xx *, struct wm97xx_mach_ops *);
/OK3568_Linux_fs/kernel/arch/mips/alchemy/devboards/
H A Ddb1300.c764 return wm97xx_register_mach_ops(wm, &db1300_wm97xx_ops); in db1300_wm97xx_probe()