Home
last modified time | relevance | path

Searched full:mt6332 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/regulator/
H A Dmt6332-regulator.c15 #include <linux/mfd/mt6332/registers.h>
18 #include <linux/regulator/mt6332-regulator.h>
25 * MT6332 regulators information
332 struct mt6397_chip *mt6332 = dev_get_drvdata(pdev->dev.parent); in mt6332_set_buck_vosel_reg() local
338 if (regmap_read(mt6332->regmap, in mt6332_set_buck_vosel_reg()
358 struct mt6397_chip *mt6332 = dev_get_drvdata(pdev->dev.parent); in mt6332_regulator_probe() local
369 if (regmap_read(mt6332->regmap, MT6332_HWCID, &reg_value) < 0) { in mt6332_regulator_probe()
378 * ChipID 0x10 is "MT6332 E1", has a different voltage table and in mt6332_regulator_probe()
392 config.regmap = mt6332->regmap; in mt6332_regulator_probe()
405 {"mt6332-regulator", 0},
[all …]
/linux/drivers/leds/
H A Dleds-mt6323.c685 /* There are no LEDs in MT6332. Only WLEDs are present. */
709 { .compatible = "mediatek,mt6332-led", .data = &mt6332_pdata },