Home
last modified time | relevance | path

Searched refs:I2C_FUNC_SMBUS_READ_I2C_BLOCK (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Di2c.h108 #define I2C_FUNC_SMBUS_READ_I2C_BLOCK 0x04000000 /* I2C-like block xfer */ macro
120 #define I2C_FUNC_SMBUS_I2C_BLOCK (I2C_FUNC_SMBUS_READ_I2C_BLOCK | \
/Linux-v6.1/drivers/misc/eeprom/
Deeprom.c53 if (i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in eeprom_update_client()
136 && !i2c_check_functionality(adapter, I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in eeprom_detect()
Dee1004.c176 I2C_FUNC_SMBUS_BYTE | I2C_FUNC_SMBUS_READ_I2C_BLOCK) && in ee1004_probe()
Dmax6875.c83 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in max6875_update_slice()
Didt_89hpesx.c1203 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in idt_set_smbus_ops()
/Linux-v6.1/drivers/input/misc/
Dadxl34x-i2c.c92 I2C_FUNC_SMBUS_READ_I2C_BLOCK) ? in adxl34x_i2c_probe()
/Linux-v6.1/drivers/iio/pressure/
Dms5611_i2c.c91 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in ms5611_i2c_probe()
Dms5637.c156 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in ms5637_probe()
Dhp206c.c365 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in hp206c_probe()
/Linux-v6.1/drivers/iio/temperature/
Dtsys02d.c135 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in tsys02d_probe()
Dtsys01.c188 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in tsys01_i2c_probe()
/Linux-v6.1/drivers/iio/accel/
Dbmc150-accel-i2c.c183 I2C_FUNC_SMBUS_READ_I2C_BLOCK); in bmc150_accel_probe()
/Linux-v6.1/drivers/iio/humidity/
Dhtu21.c191 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in htu21_probe()
/Linux-v6.1/drivers/iio/proximity/
Dvl53l0x-i2c.c236 I2C_FUNC_SMBUS_READ_I2C_BLOCK | in vl53l0x_probe()
/Linux-v6.1/drivers/gpu/drm/panel/
Dpanel-olimex-lcd-olinuxino.c214 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in lcd_olinuxino_probe()
/Linux-v6.1/drivers/input/touchscreen/
Dbu21029_ts.c344 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in bu21029_probe()
Dsilead.c664 I2C_FUNC_SMBUS_READ_I2C_BLOCK | in silead_ts_probe()
/Linux-v6.1/drivers/iio/chemical/
Dccs811.c413 | I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in ccs811_probe()
/Linux-v6.1/drivers/iio/light/
Dzopt2201.c512 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in zopt2201_probe()
/Linux-v6.1/Documentation/i2c/
Dfunctionality.rst39 I2C_FUNC_SMBUS_READ_I2C_BLOCK Handles the SMBus read_i2c_block_data command
Dsmbus-protocol.rst307 Functionality flag: I2C_FUNC_SMBUS_READ_I2C_BLOCK
/Linux-v6.1/drivers/i2c/
Di2c-core-smbus.c649 if (i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in i2c_smbus_read_i2c_block_data_or_emulated()
Di2c-core-base.c2223 if (!i2c_check_functionality(adap, I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in i2c_get_device_id()
/Linux-v6.1/drivers/i2c/busses/
Di2c-i801.c950 I2C_FUNC_SMBUS_READ_I2C_BLOCK : 0) | in i801_func()