| /kernel/linux/linux-5.10/drivers/extcon/ |
| D | extcon-max14577.c | 3 // extcon-max14577.c - MAX14577/77836 extcon driver to support MUIC 35 * @irq: the index of irq list of MUIC device. 46 { MAX14577_IRQ_INT1_ADC, "muic-ADC" }, 47 { MAX14577_IRQ_INT1_ADCLOW, "muic-ADCLOW" }, 48 { MAX14577_IRQ_INT1_ADCERR, "muic-ADCError" }, 49 { MAX14577_IRQ_INT2_CHGTYP, "muic-CHGTYP" }, 50 { MAX14577_IRQ_INT2_CHGDETRUN, "muic-CHGDETRUN" }, 51 { MAX14577_IRQ_INT2_DCDTMR, "muic-DCDTMR" }, 52 { MAX14577_IRQ_INT2_DBCHG, "muic-DBCHG" }, 53 { MAX14577_IRQ_INT2_VBVOLT, "muic-VBVOLT" }, [all …]
|
| D | extcon-max8997.c | 3 // extcon-max8997.c - MAX8997 extcon driver to support MAX8997 MUIC 21 #define DEV_NAME "max8997-muic" 38 { MAX8997_MUICIRQ_ADCError, "muic-ADCERROR" }, 39 { MAX8997_MUICIRQ_ADCLow, "muic-ADCLOW" }, 40 { MAX8997_MUICIRQ_ADC, "muic-ADC" }, 41 { MAX8997_MUICIRQ_VBVolt, "muic-VBVOLT" }, 42 { MAX8997_MUICIRQ_DBChg, "muic-DBCHG" }, 43 { MAX8997_MUICIRQ_DCDTmr, "muic-DCDTMR" }, 44 { MAX8997_MUICIRQ_ChgDetRun, "muic-CHGDETRUN" }, 45 { MAX8997_MUICIRQ_ChgTyp, "muic-CHGTYP" }, [all …]
|
| D | extcon-max77693.c | 3 // extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC 23 #define DEV_NAME "max77693-muic" 27 * Default value of MAX77693 register to bring up MUIC device. 28 * If user don't set some initial value for MUIC device through platform data, 30 * of MAX77693 MUIC device. 117 * @irq: the index of irq list of MUIC device. 128 { MAX77693_MUIC_IRQ_INT1_ADC, "muic-ADC" }, 129 { MAX77693_MUIC_IRQ_INT1_ADC_LOW, "muic-ADCLOW" }, 130 { MAX77693_MUIC_IRQ_INT1_ADC_ERR, "muic-ADCError" }, 131 { MAX77693_MUIC_IRQ_INT1_ADC1K, "muic-ADC1K" }, [all …]
|
| D | Kconfig | 89 If you say yes here you get support for the MUIC device of 90 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory 108 If you say yes here you get support for the MUIC device of 109 Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory 118 If you say yes here you get support for the MUIC device of 119 Maxim MAX77843. The MAX77843 MUIC is a USB port accessory 126 If you say yes here you get support for the MUIC device of 127 Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory 159 If you say yes here you get support for the MUIC device of 171 If you say yes here you get support for the MUIC device of
|
| D | extcon-max77843.c | 4 // MUIC(Micro USB Interface Controller) 141 { MAX77843_MUIC_IRQ_INT1_ADC, "MUIC-ADC" }, 142 { MAX77843_MUIC_IRQ_INT1_ADCERROR, "MUIC-ADC_ERROR" }, 143 { MAX77843_MUIC_IRQ_INT1_ADC1K, "MUIC-ADC1K" }, 144 { MAX77843_MUIC_IRQ_INT2_CHGTYP, "MUIC-CHGTYP" }, 145 { MAX77843_MUIC_IRQ_INT2_CHGDETRUN, "MUIC-CHGDETRUN" }, 146 { MAX77843_MUIC_IRQ_INT2_DCDTMR, "MUIC-DCDTMR" }, 147 { MAX77843_MUIC_IRQ_INT2_DXOVP, "MUIC-DXOVP" }, 148 { MAX77843_MUIC_IRQ_INT2_VBVOLT, "MUIC-VBVOLT" }, 149 { MAX77843_MUIC_IRQ_INT3_VBADC, "MUIC-VBADC" }, [all …]
|
| D | extcon-rt8973a.c | 70 /* Default value of RT8973A register to bring up MUIC device. */ 152 { RT8973A_INT1_ATTACH, "muic-attach" }, 153 { RT8973A_INT1_DETACH, "muic-detach" }, 154 { RT8973A_INT1_CHGDET, "muic-chgdet" }, 155 { RT8973A_INT1_DCD_T, "muic-dcd-t" }, 156 { RT8973A_INT1_OVP, "muic-ovp" }, 157 { RT8973A_INT1_CONNECT, "muic-connect" }, 158 { RT8973A_INT1_ADC_CHG, "muic-adc-chg" }, 159 { RT8973A_INT1_OTP, "muic-otp" }, 160 { RT8973A_INT2_UVLO, "muic-uvlo" }, [all …]
|
| D | extcon-sm5502.c | 65 /* Default value of SM5502 register to bring up MUIC device. */ 153 { SM5502_IRQ_INT1_ATTACH, "muic-attach" }, 154 { SM5502_IRQ_INT1_DETACH, "muic-detach" }, 155 { SM5502_IRQ_INT1_KP, "muic-kp" }, 156 { SM5502_IRQ_INT1_LKP, "muic-lkp" }, 157 { SM5502_IRQ_INT1_LKR, "muic-lkr" }, 158 { SM5502_IRQ_INT1_OVP_EVENT, "muic-ovp-event" }, 159 { SM5502_IRQ_INT1_OCP_EVENT, "muic-ocp-event" }, 160 { SM5502_IRQ_INT1_OVP_OCP_DIS, "muic-ovp-ocp-dis" }, 161 { SM5502_IRQ_INT2_VBUS_DET, "muic-vbus-det" }, [all …]
|
| /kernel/linux/linux-6.6/drivers/extcon/ |
| D | extcon-max14577.c | 3 // extcon-max14577.c - MAX14577/77836 extcon driver to support MUIC 36 * @irq: the index of irq list of MUIC device. 47 { MAX14577_IRQ_INT1_ADC, "muic-ADC" }, 48 { MAX14577_IRQ_INT1_ADCLOW, "muic-ADCLOW" }, 49 { MAX14577_IRQ_INT1_ADCERR, "muic-ADCError" }, 50 { MAX14577_IRQ_INT2_CHGTYP, "muic-CHGTYP" }, 51 { MAX14577_IRQ_INT2_CHGDETRUN, "muic-CHGDETRUN" }, 52 { MAX14577_IRQ_INT2_DCDTMR, "muic-DCDTMR" }, 53 { MAX14577_IRQ_INT2_DBCHG, "muic-DBCHG" }, 54 { MAX14577_IRQ_INT2_VBVOLT, "muic-VBVOLT" }, [all …]
|
| D | extcon-max8997.c | 3 // extcon-max8997.c - MAX8997 extcon driver to support MAX8997 MUIC 22 #define DEV_NAME "max8997-muic" 39 { MAX8997_MUICIRQ_ADCError, "muic-ADCERROR" }, 40 { MAX8997_MUICIRQ_ADCLow, "muic-ADCLOW" }, 41 { MAX8997_MUICIRQ_ADC, "muic-ADC" }, 42 { MAX8997_MUICIRQ_VBVolt, "muic-VBVOLT" }, 43 { MAX8997_MUICIRQ_DBChg, "muic-DBCHG" }, 44 { MAX8997_MUICIRQ_DCDTmr, "muic-DCDTMR" }, 45 { MAX8997_MUICIRQ_ChgDetRun, "muic-CHGDETRUN" }, 46 { MAX8997_MUICIRQ_ChgTyp, "muic-CHGTYP" }, [all …]
|
| D | extcon-sm5502.c | 73 /* Default value of SM5502 register to bring up MUIC device. */ 101 /* Default value of SM5504 register to bring up MUIC device. */ 189 { SM5502_IRQ_INT1_ATTACH, "muic-attach" }, 190 { SM5502_IRQ_INT1_DETACH, "muic-detach" }, 191 { SM5502_IRQ_INT1_KP, "muic-kp" }, 192 { SM5502_IRQ_INT1_LKP, "muic-lkp" }, 193 { SM5502_IRQ_INT1_LKR, "muic-lkr" }, 194 { SM5502_IRQ_INT1_OVP_EVENT, "muic-ovp-event" }, 195 { SM5502_IRQ_INT1_OCP_EVENT, "muic-ocp-event" }, 196 { SM5502_IRQ_INT1_OVP_OCP_DIS, "muic-ovp-ocp-dis" }, [all …]
|
| D | extcon-max77693.c | 3 // extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC 24 #define DEV_NAME "max77693-muic" 28 * Default value of MAX77693 register to bring up MUIC device. 29 * If user don't set some initial value for MUIC device through platform data, 31 * of MAX77693 MUIC device. 118 * @irq: the index of irq list of MUIC device. 129 { MAX77693_MUIC_IRQ_INT1_ADC, "muic-ADC" }, 130 { MAX77693_MUIC_IRQ_INT1_ADC_LOW, "muic-ADCLOW" }, 131 { MAX77693_MUIC_IRQ_INT1_ADC_ERR, "muic-ADCError" }, 132 { MAX77693_MUIC_IRQ_INT1_ADC1K, "muic-ADC1K" }, [all …]
|
| D | Kconfig | 84 If you say yes here you get support for the MUIC device of 85 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory 103 If you say yes here you get support for the MUIC device of 104 Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory 113 If you say yes here you get support for the MUIC device of 114 Maxim MAX77843. The MAX77843 MUIC is a USB port accessory 122 If you say yes here you get support for the MUIC device of 123 Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory 156 If you say yes here you get support for the MUIC device of 168 If you say yes here you get support for the MUIC device of
|
| D | extcon-max77843.c | 4 // MUIC(Micro USB Interface Controller) 141 { MAX77843_MUIC_IRQ_INT1_ADC, "MUIC-ADC" }, 142 { MAX77843_MUIC_IRQ_INT1_ADCERROR, "MUIC-ADC_ERROR" }, 143 { MAX77843_MUIC_IRQ_INT1_ADC1K, "MUIC-ADC1K" }, 144 { MAX77843_MUIC_IRQ_INT2_CHGTYP, "MUIC-CHGTYP" }, 145 { MAX77843_MUIC_IRQ_INT2_CHGDETRUN, "MUIC-CHGDETRUN" }, 146 { MAX77843_MUIC_IRQ_INT2_DCDTMR, "MUIC-DCDTMR" }, 147 { MAX77843_MUIC_IRQ_INT2_DXOVP, "MUIC-DXOVP" }, 148 { MAX77843_MUIC_IRQ_INT2_VBVOLT, "MUIC-VBVOLT" }, 149 { MAX77843_MUIC_IRQ_INT3_VBADC, "MUIC-VBADC" }, [all …]
|
| D | extcon-rt8973a.c | 70 /* Default value of RT8973A register to bring up MUIC device. */ 152 { RT8973A_INT1_ATTACH, "muic-attach" }, 153 { RT8973A_INT1_DETACH, "muic-detach" }, 154 { RT8973A_INT1_CHGDET, "muic-chgdet" }, 155 { RT8973A_INT1_DCD_T, "muic-dcd-t" }, 156 { RT8973A_INT1_OVP, "muic-ovp" }, 157 { RT8973A_INT1_CONNECT, "muic-connect" }, 158 { RT8973A_INT1_ADC_CHG, "muic-adc-chg" }, 159 { RT8973A_INT1_OTP, "muic-otp" }, 160 { RT8973A_INT2_UVLO, "muic-uvlo" }, [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/extcon/ |
| D | siliconmitus,sm5502-muic.yaml | 4 $id: http://devicetree.org/schemas/extcon/siliconmitus,sm5502-muic.yaml# 7 title: SM5502/SM5504 MUIC (Micro-USB Interface Controller) device 13 The Silicon Mitus SM5502 is a MUIC (Micro-USB Interface Controller) device 21 - siliconmitus,sm5502-muic 22 - siliconmitus,sm5504-muic 23 - siliconmitus,sm5703-muic 52 compatible = "siliconmitus,sm5502-muic";
|
| D | extcon-rt8973a.txt | 12 - compatible: Should be "richtek,rt8973a-muic" 13 - reg: Specifies the I2C slave address of the MUIC block. It should be 0x14 19 compatible = "richtek,rt8973a-muic";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | max14577.txt | 43 - max14577-muic/max77836-muic : 46 - compatible : "maxim,max14577-muic" or "maxim,max77836-muic" 76 muic: max14577-muic { 77 compatible = "maxim,max14577-muic"; 111 muic: max77836-muic { 112 compatible = "maxim,max77836-muic";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/extcon/ |
| D | extcon-sm5502.txt | 2 * SM5502 MUIC (Micro-USB Interface Controller) device 4 The Silicon Mitus SM5502 is a MUIC (Micro-USB Interface Controller) device 10 - compatible: Should be "siliconmitus,sm5502-muic" 11 - reg: Specifies the I2C slave address of the MUIC block. It should be 0x25 17 compatible = "siliconmitus,sm5502-muic";
|
| D | extcon-rt8973a.txt | 12 - compatible: Should be "richtek,rt8973a-muic" 13 - reg: Specifies the I2C slave address of the MUIC block. It should be 0x14 19 compatible = "richtek,rt8973a-muic";
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | msm8916-samsung-j5-common.dtsi | 65 i2c_muic: i2c-muic { 76 muic: extcon@25 { label 77 compatible = "siliconmitus,sm5703-muic"; 133 extcon = <&muic>, <&muic>; 138 extcon = <&muic>; 166 muic_i2c_default: muic-i2c-default-state { 174 muic_int_default: muic-int-default-state {
|
| D | msm8916-samsung-e2015-common.dtsi | 13 i2c-muic { 14 /* SM5504 MUIC instead of SM5502 */ 17 muic: extcon@14 { label 18 compatible = "siliconmitus,sm5504-muic";
|
| D | msm8916-samsung-a2015-common.dtsi | 108 i2c-muic { 119 muic: extcon@25 { label 120 compatible = "siliconmitus,sm5502-muic"; 280 extcon = <&muic>, <&muic>; 284 extcon = <&muic>; 348 muic_i2c_default: muic-i2c-default-state { 356 muic_int_default: muic-int-default-state {
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | maxim,max77693.yaml | 15 Integrated Circuit (MUIC). 37 max77693-muic: 44 const: maxim,max77693-muic 49 muic: 55 const: maxim,max77693-muic 126 muic { 127 compatible = "maxim,max77693-muic";
|
| D | maxim,max14577.yaml | 14 Integrated Circuit (MUIC). 46 - maxim,max14577-muic 47 - maxim,max77836-muic 76 const: maxim,max14577-muic 90 const: maxim,max77836-muic 113 compatible = "maxim,max14577-muic"; 157 compatible = "maxim,max77836-muic";
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
| D | msm8916-samsung-a2015-common.dtsi | 76 i2c-muic { 87 muic: extcon@25 { label 88 compatible = "siliconmitus,sm5502-muic"; 164 extcon = <&muic>, <&muic>; 168 extcon = <&muic>; 326 muic_i2c_default: muic-i2c-default { 334 muic_int_default: muic-int-default {
|