Searched refs:I2C_FUNC_SMBUS_HOST_NOTIFY (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Di2c.h110 #define I2C_FUNC_SMBUS_HOST_NOTIFY 0x10000000 /* SMBus 2.0 or later */ macro
/linux-master/drivers/input/mouse/
H A Dpsmouse-smbus.c35 if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_HOST_NOTIFY))
205 if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_HOST_NOTIFY))
/linux-master/drivers/input/rmi4/
H A Drmi_smbus.c300 I2C_FUNC_SMBUS_HOST_NOTIFY)) {
/linux-master/drivers/i2c/busses/
H A Di2c-rcar.c1063 func |= I2C_FUNC_SMBUS_HOST_NOTIFY;
H A Di2c-i801.c951 I2C_FUNC_SMBUS_HOST_NOTIFY : 0);
H A Di2c-stm32f7.c2148 func |= I2C_FUNC_SMBUS_HOST_NOTIFY;
/linux-master/drivers/i2c/
H A Di2c-core-base.c1440 if (!i2c_check_functionality(adap, I2C_FUNC_SMBUS_HOST_NOTIFY))

Completed in 154 milliseconds