Home
last modified time | relevance | path

Searched refs:I2C_CLIENT_HOST_NOTIFY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/i2c/
H A Di2c-core-of.c56 info->flags |= I2C_CLIENT_HOST_NOTIFY; in of_i2c_get_board_info()
H A Di2c-core-base.c506 if (client->flags & I2C_CLIENT_HOST_NOTIFY) { in i2c_device_probe()
612 if (client->flags & I2C_CLIENT_HOST_NOTIFY) in i2c_device_probe()
638 if (client->flags & I2C_CLIENT_HOST_NOTIFY) in i2c_device_remove()
/openbmc/linux/include/linux/
H A Di2c.h336 #define I2C_CLIENT_HOST_NOTIFY 0x40 /* We want to use I2C host notify */ macro
/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.c1801 .flags = I2C_CLIENT_HOST_NOTIFY, in synaptics_create_intertouch()
H A Delantech.c1935 .flags = I2C_CLIENT_HOST_NOTIFY, in elantech_create_smbus()