Searched refs:max77843 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | max77843.c | 72 max77843->i2c_chg = i2c_new_dummy_device(max77843->i2c->adapter, I2C_ADDR_CHG); in max77843_chg_init() 78 i2c_set_clientdata(max77843->i2c_chg, max77843); in max77843_chg_init() 80 max77843->regmap_chg = devm_regmap_init_i2c(max77843->i2c_chg, in max77843_chg_init() 102 max77843 = devm_kzalloc(&i2c->dev, sizeof(*max77843), GFP_KERNEL); in max77843_probe() 103 if (!max77843) in max77843_probe() 107 max77843->dev = &i2c->dev; in max77843_probe() 108 max77843->i2c = i2c; in max77843_probe() 109 max77843->irq = i2c->irq; in max77843_probe() 119 ret = regmap_add_irq_chip(max77843->regmap, max77843->irq, in max77843_probe() 162 regmap_del_irq_chip(max77843->irq, max77843->irq_data_topsys); in max77843_probe() [all …]
|
H A D | Makefile | 166 obj-$(CONFIG_MFD_MAX77843) += max77843.o
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon-max77843.c | 201 struct max77693_dev *max77843 = info->max77843; in max77843_muic_set_path() local 248 struct max77693_dev *max77843 = info->max77843; in max77843_charger_set_otg_vbus() local 630 struct max77693_dev *max77843 = info->max77843; in max77843_muic_irq_work() local 706 struct max77693_dev *max77843 = info->max77843; in max77843_muic_detect_cable_wq() local 747 struct max77693_dev *max77843 = info->max77843; in max77843_muic_set_debounce_time() local 784 i2c_set_clientdata(max77843->i2c_muic, max77843); in max77843_init_muic_regmap() 793 ret = regmap_add_irq_chip(max77843->regmap_muic, max77843->irq, in max77843_init_muic_regmap() 823 info->max77843 = max77843; in max77843_muic_probe() 925 regmap_del_irq_chip(max77843->irq, max77843->irq_data_muic); in max77843_muic_probe() 934 struct max77693_dev *max77843 = info->max77843; in max77843_muic_remove() local [all …]
|
H A D | Makefile | 18 obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | maxim,max77843.yaml | 4 $id: http://devicetree.org/schemas/mfd/maxim,max77843.yaml# 22 const: maxim,max77843 31 $ref: /schemas/extcon/maxim,max77843.yaml 38 const: maxim,max77843-haptic 52 $ref: /schemas/regulator/maxim,max77843.yaml 70 compatible = "maxim,max77843"; 76 compatible = "maxim,max77843-muic"; 118 compatible = "maxim,max77843-regulator"; 140 compatible = "maxim,max77843-haptic";
|
/openbmc/linux/Documentation/devicetree/bindings/extcon/ |
H A D | maxim,max77843.yaml | 4 $id: http://devicetree.org/schemas/extcon/maxim,max77843.yaml# 17 See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for 22 const: maxim,max77843-muic
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max77843.yaml | 4 $id: http://devicetree.org/schemas/regulator/maxim,max77843.yaml# 16 See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for 21 const: maxim,max77843-regulator
|
/openbmc/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos5433-tm2-common.dtsi | 862 compatible = "maxim,max77843"; 868 compatible = "maxim,max77843-muic"; 910 compatible = "maxim,max77843-regulator"; 931 compatible = "maxim,max77843-haptic";
|
/openbmc/linux/Documentation/devicetree/bindings/connector/ |
H A D | usb-connector.yaml | 275 muic-max77843 { 392 muic-max77843 {
|
/openbmc/linux/ |
H A D | MAINTAINERS | 13005 F: Documentation/devicetree/bindings/*/maxim,max77843.yaml 13007 F: drivers/*/*max77843.c
|