Home
last modified time | relevance | path

Searched refs:max77843 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dmax77843.c72 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 DMakefile166 obj-$(CONFIG_MFD_MAX77843) += max77843.o
/openbmc/linux/drivers/extcon/
H A Dextcon-max77843.c201 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 DMakefile18 obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max77843.yaml4 $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 Dmaxim,max77843.yaml4 $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 Dmaxim,max77843.yaml4 $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 Dexynos5433-tm2-common.dtsi862 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 Dusb-connector.yaml275 muic-max77843 {
392 muic-max77843 {
/openbmc/linux/
H A DMAINTAINERS13005 F: Documentation/devicetree/bindings/*/maxim,max77843.yaml
13007 F: drivers/*/*max77843.c