Home
last modified time | relevance | path

Searched full:ibb (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dqcom-labibb-regulator.yaml7 title: Qualcomm's LAB(LCD AMOLED Boost)/IBB(Inverting Buck Boost) Regulator
13 LAB can be used as a positive boost power supply and IBB can be used as a
19 const: qcom,pmi8998-lab-ibb
48 ibb:
64 Short-circuit and over-current interrupts for ibb.
86 compatible = "qcom,pmi8998-lab-ibb";
94 ibb {
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dpmi8998.dtsi56 compatible = "qcom,pmi8998-lab-ibb";
58 ibb: ibb { label
Dsdm845-lg-judyln.dts25 ibb-supply = <&ibb>;
Dmsm8998-sony-xperia-yoshino-lilac.dts17 &ibb {
Dmsm8998-sony-xperia-yoshino-poplar.dts17 &ibb {
Dmsm8998-sony-xperia-yoshino-maple.dts29 &ibb {
Dsdm845-sony-xperia-tama-akatsuki.dts31 &ibb {
Dsdm845-xiaomi-beryllium-common.dtsi255 &ibb {
284 vddneg-supply = <&ibb>;
Dsdm845-xiaomi-polaris.dts405 &ibb {
484 vddneg-supply = <&ibb>;
Dsdm845-sony-xperia-tama.dtsi495 &ibb {
531 vsn-supply = <&ibb>;
Dsm8250-sony-xperia-edo.dtsi268 * ibb: 800000-5400000
Dsm8250-xiaomi-elish-common.dtsi296 * ibb: 800000-5400000
Dmsm8998-sony-xperia-yoshino.dtsi274 &ibb {
/linux-6.12.1/drivers/regulator/
Dqcom-labibb-regulator.c170 * of the LAB and IBB regulators will be forced (regulators will be
173 * As last, if the writes to shut down the LAB/IBB regulators fail
334 /* IRQ polarities - LAB: trigger-low, IBB: trigger-high */ in qcom_labibb_set_ocp()
381 * This function checks the STATUS1 register on both LAB and IBB regulators
454 * and IBB when a short-circuit event is detected, so we have to in qcom_labibb_sc_recovery_worker()
526 * The LAB and IBB regulators will be automatically disabled by the
634 /* IBB discharge resistor values in KOhms */
751 {"ibb", QCOM_IBB_TYPE, PMI8998_IBB_REG_BASE, &pmi8998_ibb_desc},
756 { .compatible = "qcom,pmi8998-lab-ibb", .data = &pmi8998_labibb_data},
855 /* IBB Limits: 0-1550mA */ in qcom_labibb_regulator_probe()
[all …]
DKconfig1714 tristate "QCOM LAB/IBB regulator support"
1717 This driver supports Qualcomm's LAB/IBB regulators present on the
1718 Qualcomm's PMIC chip pmi8998. QCOM LAB and IBB are SPMI
1720 boost regulator and IBB can be used as a negative boost regulator
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Debbg,ft8719.yaml62 vddneg-supply = <&ibb>;
Dsony,td4353-jdi.yaml74 vsn-supply = <&ibb>;
Dnovatek,nt36672a.yaml77 vddneg-supply = <&ibb>;
Dnovatek,nt35950.yaml84 avee-supply = <&ibb>;
/linux-6.12.1/net/ipv4/
Dinet_diag.c1105 struct inet_bind_hashbucket *ibb; in inet_diag_dump_icsk() local
1114 ibb = &hashinfo->bhash2[i]; in inet_diag_dump_icsk()
1116 if (hlist_empty(&ibb->chain)) { in inet_diag_dump_icsk()
1120 spin_lock_bh(&ibb->lock); in inet_diag_dump_icsk()
1121 inet_bind_bucket_for_each(tb2, &ibb->chain) { in inet_diag_dump_icsk()
1152 spin_unlock_bh(&ibb->lock); in inet_diag_dump_icsk()
/linux-6.12.1/drivers/dma/
Dmv_xor_v2.c670 * (OBB/IBB) requests to the maximal value. in mv_xor_v2_descq_init()
/linux-6.12.1/drivers/i2c/busses/
Di2c-imx.c1291 "<%s> STATUS: ICF=%d, IAAS=%d, IBB=%d, IAL=%d, SRW=%d, IIF=%d, RXAK=%d\n", in i2c_imx_xfer_common()