Home
last modified time | relevance | path

Searched defs:mt6397_chip (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/mfd/mt6397/
Dcore.h54 struct mt6397_chip { struct
55 struct device *dev;
56 struct regmap *regmap;
57 int irq;
58 struct irq_domain *irq_domain;
59 struct mutex irqlock;
60 u16 wake_mask[2];
61 u16 irq_masks_cur[2];
62 u16 irq_masks_cache[2];
63 u16 int_con[2];
[all …]
/linux-4.19.296/drivers/rtc/
Drtc-mt6397.c333 struct mt6397_chip *mt6397_chip = dev_get_drvdata(pdev->dev.parent); in mtk_rtc_probe() local