Home
last modified time | relevance | path

Searched refs:mt6397_chip (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/mfd/
H A Dmt6397-irq.c20 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_lock()
27 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_sync_unlock()
39 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_disable()
48 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_enable()
58 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(irq_data); in mt6397_irq_set_wake()
82 static void mt6397_irq_handle_reg(struct mt6397_chip *mt6397, int reg, in mt6397_irq_handle_reg()
107 struct mt6397_chip *mt6397 = data; in mt6397_irq_thread()
118 struct mt6397_chip *mt6397 = d->host_data; in mt6397_irq_domain_map()
135 struct mt6397_chip *chip = in mt6397_irq_pm_notifier()
136 container_of(notifier, struct mt6397_chip, pm_n in mt6397_irq_pm_notifier()
[all...]
H A Dmt6358-irq.c30 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_enable()
39 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_disable()
47 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_lock()
55 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_sync_unlock()
92 static void mt6358_irq_sp_handler(struct mt6397_chip *chip, in mt6358_irq_sp_handler()
133 struct mt6397_chip *chip = data; in mt6358_irq_handler()
163 struct mt6397_chip *mt6397 = d->host_data; in pmic_irq_domain_map()
178 int mt6358_irq_init(struct mt6397_chip *chip) in mt6358_irq_init()
H A Dmt6397-core.c133 int (*irq_init)(struct mt6397_chip *chip);
164 struct mt6397_chip *pmic; in mt6397_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dmt6397-irq.c21 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_lock()
28 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_sync_unlock()
40 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_disable()
49 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(data); in mt6397_irq_enable()
58 struct mt6397_chip *mt6397 = irq_data_get_irq_chip_data(irq_data); in mt6397_irq_set_wake()
79 static void mt6397_irq_handle_reg(struct mt6397_chip *mt6397, int reg, in mt6397_irq_handle_reg()
104 struct mt6397_chip *mt6397 = data; in mt6397_irq_thread()
115 struct mt6397_chip *mt6397 = d->host_data; in mt6397_irq_domain_map()
132 struct mt6397_chip *chip = in mt6397_irq_pm_notifier()
133 container_of(notifier, struct mt6397_chip, pm_n in mt6397_irq_pm_notifier()
[all...]
H A Dmt6358-irq.c78 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_enable()
87 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_disable()
95 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_lock()
103 struct mt6397_chip *chip = irq_data_get_irq_chip_data(data); in pmic_irq_sync_unlock()
140 static void mt6358_irq_sp_handler(struct mt6397_chip *chip, in mt6358_irq_sp_handler()
182 struct mt6397_chip *chip = data; in mt6358_irq_handler()
212 struct mt6397_chip *mt6397 = d->host_data; in pmic_irq_domain_map()
227 int mt6358_irq_init(struct mt6397_chip *chip) in mt6358_irq_init()
H A Dmt6397-core.c241 int (*irq_init)(struct mt6397_chip *chip);
296 struct mt6397_chip *pmic; in mt6397_probe()
/kernel/linux/linux-5.10/include/linux/mfd/mt6397/
H A Dcore.h56 struct mt6397_chip { struct
72 int mt6358_irq_init(struct mt6397_chip *chip);
73 int mt6397_irq_init(struct mt6397_chip *chip);
/kernel/linux/linux-6.6/include/linux/mfd/mt6397/
H A Dcore.h61 struct mt6397_chip { struct
77 int mt6358_irq_init(struct mt6397_chip *chip);
78 int mt6397_irq_init(struct mt6397_chip *chip);
/kernel/linux/linux-5.10/drivers/power/reset/
H A 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()
/kernel/linux/linux-6.6/drivers/power/reset/
H A 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()
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c40 struct mt6397_chip *mt6397; in mt6397_pinctrl_probe()
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c42 struct mt6397_chip *mt6397; in mt6397_pinctrl_probe()
/kernel/linux/linux-5.10/drivers/rtc/
H A 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()
/kernel/linux/linux-6.6/drivers/rtc/
H A 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()
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-mt6323.c101 struct mt6397_chip *hw;
369 struct mt6397_chip *hw = dev_get_drvdata(dev->parent); in mt6323_led_probe()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dmt6397-regulator.c324 struct mt6397_chip *mt6397 = dev_get_drvdata(pdev->dev.parent); in mt6397_set_buck_vosel_reg()
350 struct mt6397_chip *mt6397 = dev_get_drvdata(pdev->dev.parent); in mt6397_regulator_probe()
H A 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()
/kernel/linux/linux-6.6/drivers/regulator/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dmt6357-regulator.c408 struct mt6397_chip *mt6357 = dev_get_drvdata(pdev->dev.parent); in mt6357_regulator_probe()
H A Dmt6358-regulator.c646 struct mt6397_chip *mt6397 = dev_get_drvdata(dev->parent); in mt6358_sync_vcn33_setting()
685 struct mt6397_chip *mt6397 = dev_get_drvdata(pdev->dev.parent); in mt6358_regulator_probe()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-mt6323.c145 struct mt6397_chip *hw;
531 struct mt6397_chip *hw = dev_get_drvdata(dev->parent); in mt6323_led_probe()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dmtk-pmic-keys.c242 struct mt6397_chip *pmic_chip = dev_get_drvdata(pdev->dev.parent); in mtk_pmic_keys_probe()

Completed in 12 milliseconds

12