Searched full:smbalert (Results 1 – 15 of 15) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/ |
D | adt7475.yaml | 90 - smbalert# 100 - smbalert# 125 adi,pin10-function = "smbalert#";
|
/linux-6.14.4/drivers/i2c/ |
D | i2c-smbus.c | 114 * responding, an SMBus device stops asserting SMBALERT#. in smbus_alert() 127 dev_dbg(&ara->dev, "SMBALERT# from dev 0x%02x, flag %d\n", in smbus_alert() 165 /* Setup SMBALERT# infrastructure */ 186 gpiod = devm_gpiod_get(adapter->dev.parent, "smbalert", GPIOD_IN); in smbalert_probe() 209 dev_info(&adapter->dev, "supports SMBALERT#\n"); in smbalert_probe()
|
D | i2c-core-smbus.c | 7 * (e.g. smbalert) are handled in a separate i2c-smbus module. 721 if (irq < 0 && !device_property_present(parent, "smbalert-gpios")) in i2c_setup_smbus_alert()
|
/linux-6.14.4/Documentation/hwmon/ |
D | lm85.rst | 193 The ADM1027, ADT7463 and ADT7468 chips have an optional SMBALERT output 196 they won't trigger SMBALERT. The SMBALERT output if configured replaces one
|
D | adm1026.rst | 51 limit. If the limit is exceeded, an interrupt (#SMBALERT) can be
|
/linux-6.14.4/Documentation/i2c/ |
D | slave-testunit-backend.rst | 205 This test raises an interrupt via the SMBAlert pin which the host controller 221 smbus_alert 0-000c: SMBALERT# from dev 0x64, flag 1
|
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-vicut1-12inch.dtsi | 59 "CAM2_MIRROR", "", "", "SMBALERT",
|
D | imx6dl-victgo.dts | 238 "CAM2_MIRROR", "", "", "SMBALERT",
|
D | imx6dl-prtmvt.dts | 341 "CAM2_MIRROR", "", "", "SMBALERT",
|
/linux-6.14.4/drivers/i2c/busses/ |
D | i2c-xlp9xx.c | 522 /* SMBAlert irq */ in xlp9xx_i2c_probe()
|
/linux-6.14.4/drivers/hwmon/ |
D | adt7475.c | 1516 else if (!strcmp("smbalert#", function)) in load_config3() 1545 else if (!strcmp("smbalert#", function)) in load_config4()
|
D | lm75.c | 226 .clr_mask = 1 << 1 | 1 << 7, /* disable SMBAlert and one-shot */
|
D | adm1026.c | 1739 "SMBALERT interrupts are enabled.\n"); in adm1026_init_client()
|
/linux-6.14.4/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 3410 dev_dbg_once(dev, "Failed to set smbalert for reg 0x%02x\n", in pmbus_irq_setup()
|
/linux-6.14.4/drivers/net/ethernet/marvell/ |
D | sky2.h | 1972 HCU_CCSR_SMBALERT_MONITOR= 1<<27, /* SMBALERT pin monitor */
|