Home
last modified time | relevance | path

Searched refs:mt6397_chip (Results 1 – 14 of 14) sorted by relevance

/drivers/mfd/
Dmt6397-irq.c22 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_lock()
29 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_sync_unlock()
41 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_disable()
50 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_enable()
60 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(irq_data); in mt6397_irq_set_wake()
84 static void mt6397_irq_handle_reg(struct mt6397_chip *mt6397, int reg, in mt6397_irq_handle_reg()
109 struct mt6397_chip *mt6397 = data; in mt6397_irq_thread()
120 struct mt6397_chip *mt6397 = d->host_data; in mt6397_irq_domain_map()
137 struct mt6397_chip *chip = in mt6397_irq_pm_notifier()
138 container_of(notifier, struct mt6397_chip, pm_nb); in mt6397_irq_pm_notifier()
[all …]
Dmt6358-irq.c79 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_enable()
88 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_disable()
96 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_lock()
104 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_sync_unlock()
141 static void mt6358_irq_sp_handler(struct mt6397_chip *chip, in mt6358_irq_sp_handler()
183 struct mt6397_chip *chip = data; in mt6358_irq_handler()
213 struct mt6397_chip *mt6397 = d->host_data; in pmic_irq_domain_map()
228 int mt6358_irq_init(struct mt6397_chip *chip) in mt6358_irq_init()
Dmt6397-core.c240 int (*irq_init)(struct mt6397_chip *chip);
295 struct mt6397_chip *pmic; in mt6397_probe()
/drivers/power/reset/
Dmt6323-poweroff.c51 struct mt6397_chip *mt6397_chip = dev_get_drvdata(pdev->dev.parent); in mt6323_pwrc_probe() local
64 pwrc->regmap = mt6397_chip->regmap; in mt6323_pwrc_probe()
/drivers/rtc/
Drtc-mt6397.c263 struct mt6397_chip *mt6397_chip = dev_get_drvdata(pdev->dev.parent); in mtk_rtc_probe() local
282 rtc->regmap = mt6397_chip->regmap; in mtk_rtc_probe()
/drivers/pinctrl/mediatek/
Dpinctrl-mt6397.c43 struct mt6397_chip *mt6397; in mt6397_pinctrl_probe()
/drivers/regulator/
Dmt6397-regulator.c325 struct mt6397_chip *mt6397 = dev_get_drvdata(pdev->dev.parent); in mt6397_set_buck_vosel_reg()
351 struct mt6397_chip *mt6397 = dev_get_drvdata(pdev->dev.parent); in mt6397_regulator_probe()
Dmt6323-regulator.c345 struct mt6397_chip *mt6323 = dev_get_drvdata(pdev->dev.parent); in mt6323_set_buck_vosel_reg()
371 struct mt6397_chip *mt6323 = dev_get_drvdata(pdev->dev.parent); in mt6323_regulator_probe()
Dmt6332-regulator.c332 struct mt6397_chip *mt6332 = dev_get_drvdata(pdev->dev.parent); in mt6332_set_buck_vosel_reg()
358 struct mt6397_chip *mt6332 = dev_get_drvdata(pdev->dev.parent); in mt6332_regulator_probe()
Dmt6331-regulator.c417 struct mt6397_chip *mt6331 = dev_get_drvdata(pdev->dev.parent); in mt6331_set_buck_vosel_reg()
443 struct mt6397_chip *mt6331 = dev_get_drvdata(pdev->dev.parent); in mt6331_regulator_probe()
Dmt6358-regulator.c652 struct mt6397_chip *mt6397 = dev_get_drvdata(pdev->dev.parent); in mt6358_regulator_probe()
Dmt6359-regulator.c950 struct mt6397_chip *mt6397 = dev_get_drvdata(pdev->dev.parent); in mt6359_regulator_probe()
/drivers/leds/
Dleds-mt6323.c101 struct mt6397_chip *hw;
369 struct mt6397_chip *hw = dev_get_drvdata(dev->parent); in mt6323_led_probe()
/drivers/input/keyboard/
Dmtk-pmic-keys.c292 struct mt6397_chip *pmic_chip = dev_get_drvdata(pdev->dev.parent); in mtk_pmic_keys_probe()