Lines Matching full:g762
3 * g762 - Driver for the Global Mixed-mode Technology Inc. fan speed
4 * PWM controller chips from G762 family, i.e. G762 and G763
26 * g762: minimal datasheet available at:
42 #include <linux/platform_data/g762.h>
44 #define DRVNAME "g762"
48 { "g762" },
129 /* g762 register cache */
573 { .compatible = "gmt,g762" },
588 struct g762_data *g762 = data; in g762_of_clock_disable() local
590 clk_disable_unprepare(g762->clk); in g762_of_clock_disable()
591 clk_put(g762->clk); in g762_of_clock_disable()
875 * and it is not emulated by g762 driver. -EINVAL is returned in this case.
1036 ATTRIBUTE_GROUPS(g762);
1122 MODULE_DESCRIPTION("GMT G762/G763 driver");