Lines Matching defs:g762
3 * g762 - Driver for the Global Mixed-mode Technology Inc. fan speed
26 * g762: minimal datasheet available at:
42 #include <linux/platform_data/g762.h>
44 #define DRVNAME "g762"
47 { "g762", 0 },
126 /* g762 register cache */
569 { .compatible = "gmt,g762" },
584 struct g762_data *g762 = data;
586 clk_disable_unprepare(g762->clk);
587 clk_put(g762->clk);
857 * and it is not emulated by g762 driver. -EINVAL is returned in this case.
1018 ATTRIBUTE_GROUPS(g762);