/Linux-v6.1/drivers/usb/host/ |
D | ohci-omap.c | 48 struct gpio_desc *overcurrent; member 152 /* board-specific power switching and overcurrent support */ in ohci_omap_reset() 165 /* gpio9 for overcurrent detction */ in ohci_omap_reset() 243 * This "overcurrent" GPIO line isn't really used in the code, in ohci_hcd_omap_probe() 245 * TODO: implement proper overcurrent handling. in ohci_hcd_omap_probe() 247 priv->overcurrent = devm_gpiod_get_optional(&pdev->dev, "overcurrent", in ohci_hcd_omap_probe() 249 if (IS_ERR(priv->overcurrent)) { in ohci_hcd_omap_probe() 250 retval = PTR_ERR(priv->overcurrent); in ohci_hcd_omap_probe() 253 if (priv->overcurrent) in ohci_hcd_omap_probe() 254 gpiod_set_consumer_name(priv->overcurrent, "OHCI overcurrent"); in ohci_hcd_omap_probe()
|
D | uhci-hub.c | 63 * overcurrent indications, causing massive log spam unless in get_hub_status_data() 66 * the motherboard; if the overcurrent input is left to float in get_hub_status_data() 270 /* Intel controllers report the OverCurrent bit active on. in uhci_hub_control()
|
D | ohci-at91.c | 504 dev_err(& pdev->dev, "overcurrent interrupt from unknown GPIO\n"); in ohci_hcd_at91_overcurrent_irq() 519 dev_dbg(& pdev->dev, "overcurrent situation %s\n", in ohci_hcd_at91_overcurrent_irq() 585 dev_err(&pdev->dev, "unable to claim gpio \"overcurrent\": %d\n", err); in ohci_hcd_at91_drv_probe() 595 dev_info(&pdev->dev, "failed to request gpio \"overcurrent\" IRQ\n"); in ohci_hcd_at91_drv_probe()
|
/Linux-v6.1/drivers/regulator/ |
D | tps65219-regulator.c | 35 { "LDO3_OC", "LDO3", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 38 { "LDO4_OC", "LDO4", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 41 { "LDO1_OC", "LDO1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 44 { "LDO2_OC", "LDO2", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 47 { "BUCK3_OC", "BUCK3", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 48 { "BUCK3_NEG_OC", "BUCK3", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 51 { "BUCK1_OC", "BUCK1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 52 { "BUCK1_NEG_OC", "BUCK1", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 55 { "BUCK2_OC", "BUCK2", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 56 { "BUCK2_NEG_OC", "BUCK2", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT },
|
D | tps65090-regulator.c | 30 #define MAX_OVERCURRENT_WAIT 3 /* Overcurrent wait must be <= this */ 54 * tps65090_reg_set_overcurrent_wait - Setup overcurrent wait 56 * This will set the overcurrent wait time based on what's in the regulator 73 dev_err(&rdev->dev, "Error updating overcurrent wait %#x\n", in tps65090_reg_set_overcurrent_wait() 125 * - We'll make sure that we bump the "overcurrent wait" to the maximum, which 387 if (of_property_read_u32(np, "ti,overcurrent-wait", in tps65090_parse_dt_reg_data()
|
D | qcom-labibb-regulator.c | 238 * qcom_labibb_ocp_isr - Interrupt routine for OverCurrent Protection 271 * damage at all costs, we assume that the overcurrent event was in qcom_labibb_ocp_isr() 288 /* Warn the user for overcurrent */ in qcom_labibb_ocp_isr() 296 /* Signal overcurrent event to drivers */ in qcom_labibb_ocp_isr() 830 /* OverCurrent Protection IRQ is optional */ in qcom_labibb_regulator_probe()
|
/Linux-v6.1/Documentation/hwmon/ |
D | ltc4245.rst | 67 curr1_max_alarm 12v overcurrent alarm 68 curr2_max_alarm 5v overcurrent alarm 69 curr3_max_alarm 3v overcurrent alarm 70 curr4_max_alarm Vee (-12v) overcurrent alarm
|
D | ltc2945.rst | 76 curr1_max Overcurrent threshold 81 curr1_max_alarm Overcurrent alarm
|
D | ltc2947.rst | 63 curr1_max Overcurrent threshold 68 curr1_max_alarm Overcurrent alarm
|
D | pm6764tr.rst | 31 response. The device assures fast and independent protection against load overcurrent,
|
D | adm1177.rst | 36 curr1_max_alarm Overcurrent alarm in microamperes.
|
D | ltc2992.rst | 48 currX_max_alarm An overcurrent occurred. Cleared on read.
|
D | ltc4215.rst | 55 curr1_max_alarm overcurrent alarm
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | tps65090.txt | 24 - ti,overcurrent-wait: This is applicable to FET registers, which have a 25 poorly defined "overcurrent wait" field. If this property is present it 27 "overcurrent wait" field and we'll leave it to the BIOS/EC to deal with.
|
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | adi,adm1177.yaml | 31 the current reading and overcurrent alert is disabled. 36 If not provided, the overcurrent alert is configured to max ADC range
|
/Linux-v6.1/Documentation/devicetree/bindings/power/supply/ |
D | maxim,max77693.yaml | 50 maxim,battery-overcurrent-microamp: 52 Overcurrent protection threshold in uA (current from battery to
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | exynos5250-snow-common.dtsi | 132 ti,overcurrent-wait = <3>; 137 ti,overcurrent-wait = <3>; 142 ti,overcurrent-wait = <3>; 146 ti,overcurrent-wait = <3>; 151 ti,overcurrent-wait = <3>; 155 ti,overcurrent-wait = <3>; 160 ti,overcurrent-wait = <3>;
|
D | armada-388-helios4.dts | 157 * 5-USB3 overcurrent 195 line-name = "usb-overcurrent-status";
|
/Linux-v6.1/drivers/input/misc/ |
D | twl6040-vibra.c | 61 dev_warn(info->dev, "Left Vibrator overcurrent detected\n"); in twl6040_vib_irq_handler() 66 dev_warn(info->dev, "Right Vibrator overcurrent detected\n"); in twl6040_vib_irq_handler() 88 * ERRATA: Disable overcurrent protection for at least in twl6040_vibra_enable() 90 * overcurrent detection in twl6040_vibra_enable()
|
/Linux-v6.1/arch/mips/cavium-octeon/ |
D | octeon-usb.c | 153 /* Overcurrent protection enable: 0x0 = unavailable, 0x1 = available */ 155 /* Overcurrent sene selection: 156 * 0x0 = Overcurrent indication from off-chip is active-low 157 * 0x1 = Overcurrent indication from off-chip is active-high 356 /* Step 2: Select GPIO for overcurrent indication, if desired. SKIP */ in dwc3_octeon_clocks_start()
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 63 - st,overcurrent-warning-adjustment: 64 If present, overcurrent warning adjustment is enabled.
|
/Linux-v6.1/include/linux/usb/ |
D | isp116x.h | 13 /* On-chip overcurrent detection */
|
D | isp1362.h | 15 /* On-chip overcurrent protection */
|
/Linux-v6.1/drivers/usb/typec/tipd/ |
D | trace.h | 30 { TPS_REG_INT_OVERCURRENT, "OVERCURRENT" }, \ 138 { TPS_STATUS_OVERCURRENT, "OVERCURRENT" }, \
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 425 /sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/overcurrent 458 - overcurrent : This file gives the total number of times the 459 max frequency is throttled due to 'Overcurrent'. 465 powercap, overtemp, supply_fault, overcurrent and occ_reset map to 475 /sys/devices/system/cpu/cpufreq/policyX/throttle_stats/overcurrent
|