Lines Matching full:circuit
378 * qcom_labibb_check_sc_status - Check the Short Circuit Protection status
383 * experienced a short-circuit event.
385 * Returns: Zero if there is no short-circuit, 1 if in short-circuit or
412 * qcom_labibb_sc_recovery_worker - Handle Short Circuit event
415 * This is the worker function to handle the Short Circuit Protection
417 * signaling a short-circuit condition and will eventually never
448 /* Too many short-circuit events. Throw in the towel. */ in qcom_labibb_sc_recovery_worker()
454 * and IBB when a short-circuit event is detected, so we have to in qcom_labibb_sc_recovery_worker()
508 * Now that we have done basic handling of the short-circuit, in qcom_labibb_sc_recovery_worker()
518 * qcom_labibb_sc_isr - Interrupt routine for Short Circuit Protection
522 * Short Circuit Protection (SCP) will signal to the client driver
529 * circuit event.
540 /* Warn the user for short circuit */ in qcom_labibb_sc_isr()
541 dev_warn(vreg->dev, "Short-Circuit interrupt fired!\n"); in qcom_labibb_sc_isr()
553 /* Schedule the short-circuit handling as high-priority work */ in qcom_labibb_sc_isr()
808 "%s-short-circuit", in qcom_labibb_regulator_probe()
818 /* The Short Circuit interrupt is critical */ in qcom_labibb_regulator_probe()
826 "Short-circuit irq not found.\n"); in qcom_labibb_regulator_probe()