Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/
Di2c-core-of.c56 info->flags |= I2C_CLIENT_HOST_NOTIFY; in of_i2c_get_board_info()
Di2c-core-base.c455 if (client->flags & I2C_CLIENT_HOST_NOTIFY) { in i2c_device_probe()
546 if (client->flags & I2C_CLIENT_HOST_NOTIFY) in i2c_device_probe()
573 if (client->flags & I2C_CLIENT_HOST_NOTIFY) in i2c_device_remove()
/kernel/linux/linux-5.10/include/linux/
Di2c.h320 #define I2C_CLIENT_HOST_NOTIFY 0x40 /* We want to use I2C host notify */ macro
/kernel/linux/linux-5.10/drivers/input/mouse/
Dsynaptics.c1765 .flags = I2C_CLIENT_HOST_NOTIFY, in synaptics_create_intertouch()
Delantech.c1903 .flags = I2C_CLIENT_HOST_NOTIFY, in elantech_create_smbus()