Lines Matching refs:g762
3 * g762 - Driver for the Global Mixed-mode Technology Inc. fan speed
26 * g762: minimal datasheet available at:
43 #include <linux/platform_data/g762.h>
45 #define DRVNAME "g762"
48 { "g762", 0 },
127 /* g762 register cache */
570 { .compatible = "gmt,g762" },
585 struct g762_data *g762 = data;
587 clk_disable_unprepare(g762->clk);
588 clk_put(g762->clk);
853 * and it is not emulated by g762 driver. -EINVAL is returned in this case.
1014 ATTRIBUTE_GROUPS(g762);