/linux-5.19.10/drivers/mfd/ |
D | max8997-irq.c | 30 static struct i2c_client *get_i2c(struct max8997_dev *max8997, in get_i2c() argument 35 return max8997->i2c; in get_i2c() 39 return max8997->muic; in get_i2c() 41 return max8997->i2c; in get_i2c() 43 return max8997->i2c; in get_i2c() 102 struct max8997_dev *max8997 = irq_data_get_irq_chip_data(data); in max8997_irq_lock() local 104 mutex_lock(&max8997->irqlock); in max8997_irq_lock() 109 struct max8997_dev *max8997 = irq_data_get_irq_chip_data(data); in max8997_irq_sync_unlock() local 114 struct i2c_client *i2c = get_i2c(max8997, i); in max8997_irq_sync_unlock() 119 max8997->irq_masks_cache[i] = max8997->irq_masks_cur[i]; in max8997_irq_sync_unlock() [all …]
|
D | max8997.c | 49 struct max8997_dev *max8997 = i2c_get_clientdata(i2c); in max8997_read_reg() local 52 mutex_lock(&max8997->iolock); in max8997_read_reg() 54 mutex_unlock(&max8997->iolock); in max8997_read_reg() 66 struct max8997_dev *max8997 = i2c_get_clientdata(i2c); in max8997_bulk_read() local 69 mutex_lock(&max8997->iolock); in max8997_bulk_read() 71 mutex_unlock(&max8997->iolock); in max8997_bulk_read() 81 struct max8997_dev *max8997 = i2c_get_clientdata(i2c); in max8997_write_reg() local 84 mutex_lock(&max8997->iolock); in max8997_write_reg() 86 mutex_unlock(&max8997->iolock); in max8997_write_reg() 93 struct max8997_dev *max8997 = i2c_get_clientdata(i2c); in max8997_bulk_write() local [all …]
|
D | Makefile | 170 obj-$(CONFIG_MFD_MAX8997) += max8997.o max8997-irq.o
|
/linux-5.19.10/drivers/regulator/ |
D | max8997-regulator.c | 49 static inline void max8997_set_gpio(struct max8997_data *max8997) in max8997_set_gpio() argument 51 int set3 = (max8997->buck125_gpioindex) & 0x1; in max8997_set_gpio() 52 int set2 = ((max8997->buck125_gpioindex) >> 1) & 0x1; in max8997_set_gpio() 53 int set1 = ((max8997->buck125_gpioindex) >> 2) & 0x1; in max8997_set_gpio() 55 gpio_set_value(max8997->buck125_gpios[0], set1); in max8997_set_gpio() 56 gpio_set_value(max8997->buck125_gpios[1], set2); in max8997_set_gpio() 57 gpio_set_value(max8997->buck125_gpios[2], set3); in max8997_set_gpio() 244 struct max8997_data *max8997 = rdev_get_drvdata(rdev); in max8997_reg_is_enabled() local 245 struct i2c_client *i2c = max8997->iodev->i2c; in max8997_reg_is_enabled() 262 struct max8997_data *max8997 = rdev_get_drvdata(rdev); in max8997_reg_enable() local [all …]
|
D | Makefile | 79 obj-$(CONFIG_REGULATOR_MAX8997) += max8997-regulator.o
|
/linux-5.19.10/Documentation/devicetree/bindings/regulator/ |
D | maxim,max8997.yaml | 4 $id: http://devicetree.org/schemas/regulator/maxim,max8997.yaml# 22 const: maxim,max8997-pmic 33 max8997,pmic-buck1-dvs-voltage: 40 If none of max8997,pmic-buck[1/2/5]-uses-gpio-dvs optional property is 41 specified, the max8997,pmic-buck[1/2/5]-dvs-voltage property should 45 max8997,pmic-buck2-dvs-voltage: 52 If none of max8997,pmic-buck[1/2/5]-uses-gpio-dvs optional property is 53 specified, the max8997,pmic-buck[1/2/5]-dvs-voltage property should 57 max8997,pmic-buck5-dvs-voltage: 64 If none of max8997,pmic-buck[1/2/5]-uses-gpio-dvs optional property is [all …]
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | exynos4210-trats.dts | 138 /* Workaround for missing clock on max8997 PMIC */ 288 compatible = "maxim,max8997-pmic"; 294 max8997,pmic-buck1-uses-gpio-dvs; 295 max8997,pmic-buck2-uses-gpio-dvs; 296 max8997,pmic-buck5-uses-gpio-dvs; 298 max8997,pmic-ignore-gpiodvs-side-effect; 299 max8997,pmic-buck125-default-dvs-idx = <0>; 301 max8997,pmic-buck125-dvs-gpios = <&gpx0 5 GPIO_ACTIVE_HIGH>, 305 max8997,pmic-buck1-dvs-voltage = <1350000>, <1300000>, 310 max8997,pmic-buck2-dvs-voltage = <1100000>, <1000000>, [all …]
|
D | exynos4210-origen.dts | 105 /* Workaround for missing clock on max8997 PMIC */ 175 compatible = "maxim,max8997-pmic"; 182 max8997,pmic-buck1-dvs-voltage = <1350000>; 183 max8997,pmic-buck2-dvs-voltage = <1100000>; 184 max8997,pmic-buck5-dvs-voltage = <1200000>; 319 max8997_irq: max8997-irq-pins {
|
D | exynos4210-i9100.dts | 245 /* Workaround for missing clock on max8997 PMIC */ 407 compatible = "maxim,max8997-pmic"; 413 max8997,pmic-buck1-uses-gpio-dvs; 414 max8997,pmic-buck2-uses-gpio-dvs; 415 max8997,pmic-buck5-uses-gpio-dvs; 417 max8997,pmic-ignore-gpiodvs-side-effect; 418 max8997,pmic-buck125-default-dvs-idx = <0>; 420 max8997,pmic-buck125-dvs-gpios = <&gpx0 5 GPIO_ACTIVE_HIGH>, 424 max8997,pmic-buck1-dvs-voltage = <1350000>, <1300000>, 429 max8997,pmic-buck2-dvs-voltage = <1100000>, <1000000>, [all …]
|
/linux-5.19.10/drivers/rtc/ |
D | rtc-max8997.c | 66 struct max8997_dev *max8997; member 206 ret = max8997_read_reg(info->max8997->i2c, MAX8997_REG_STATUS1, &val); in max8997_rtc_read_alarm() 450 struct max8997_dev *max8997 = dev_get_drvdata(pdev->dev.parent); in max8997_rtc_probe() local 461 info->max8997 = max8997; in max8997_rtc_probe() 462 info->rtc = max8997->rtc; in max8997_rtc_probe() 487 virq = irq_create_mapping(max8997->irq_domain, MAX8997_PMICIRQ_RTCA1); in max8997_rtc_probe()
|
D | Makefile | 98 obj-$(CONFIG_RTC_DRV_MAX8997) += rtc-max8997.o
|
D | Kconfig | 374 will be called rtc-max8997.
|
/linux-5.19.10/include/linux/mfd/ |
D | max8997-private.h | 399 extern int max8997_irq_init(struct max8997_dev *max8997); 400 extern void max8997_irq_exit(struct max8997_dev *max8997); 401 extern int max8997_irq_resume(struct max8997_dev *max8997);
|
/linux-5.19.10/drivers/extcon/ |
D | extcon-max8997.c | 634 struct max8997_dev *max8997 = dev_get_drvdata(pdev->dev.parent); in max8997_muic_probe() local 635 struct max8997_platform_data *pdata = dev_get_platdata(max8997->dev); in max8997_muic_probe() 648 info->muic = max8997->muic; in max8997_muic_probe() 663 virq = irq_create_mapping(max8997->irq_domain, muic_irq->irq); in max8997_muic_probe()
|
D | Makefile | 19 obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
|
/linux-5.19.10/drivers/leds/ |
D | Makefile | 58 obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o
|
D | leds-max8997.c | 231 ATTRIBUTE_GROUPS(max8997);
|
/linux-5.19.10/drivers/power/supply/ |
D | Kconfig | 407 Supported devices: max8966, max8997, max17042, max17047, max17050,
|
/linux-5.19.10/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 20 "^(keypad|m25p|max8952|max8997|max8998|mpmc),.*": true
|
/linux-5.19.10/drivers/input/misc/ |
D | Kconfig | 245 module will be called max8997-haptic.
|