Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Di2c.h107 #define I2C_FUNC_SMBUS_READ_I2C_BLOCK 0x04000000 /* I2C-like block xfer */ macro
119 #define I2C_FUNC_SMBUS_I2C_BLOCK (I2C_FUNC_SMBUS_READ_I2C_BLOCK | \
/Linux-v5.10/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()
Dmax6875.c83 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in max6875_update_slice()
Dee1004.c181 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in ee1004_probe()
Didt_89hpesx.c1230 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in idt_set_smbus_ops()
/Linux-v5.10/drivers/iio/accel/
Dbmc150-accel-i2c.c31 I2C_FUNC_SMBUS_READ_I2C_BLOCK); in bmc150_accel_probe()
/Linux-v5.10/drivers/iio/pressure/
Dms5611_i2c.c94 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in ms5611_i2c_probe()
Dms5637.c139 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in ms5637_probe()
Dhp206c.c365 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in hp206c_probe()
/Linux-v5.10/drivers/input/misc/
Dadxl34x-i2c.c92 I2C_FUNC_SMBUS_READ_I2C_BLOCK) ? in adxl34x_i2c_probe()
/Linux-v5.10/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-v5.10/drivers/iio/proximity/
Dvl53l0x-i2c.c204 I2C_FUNC_SMBUS_READ_I2C_BLOCK | in vl53l0x_probe()
/Linux-v5.10/drivers/iio/humidity/
Dhtu21.c191 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in htu21_probe()
/Linux-v5.10/drivers/gpu/drm/panel/
Dpanel-olimex-lcd-olinuxino.c214 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in lcd_olinuxino_probe()
/Linux-v5.10/drivers/input/touchscreen/
Dbu21029_ts.c344 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) { in bu21029_probe()
Dsilead.c470 I2C_FUNC_SMBUS_READ_I2C_BLOCK | in silead_ts_probe()
/Linux-v5.10/drivers/iio/light/
Dzopt2201.c512 I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in zopt2201_probe()
/Linux-v5.10/drivers/iio/chemical/
Dccs811.c413 | I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in ccs811_probe()
/Linux-v5.10/Documentation/i2c/
Dfunctionality.rst39 I2C_FUNC_SMBUS_READ_I2C_BLOCK Handles the SMBus read_i2c_block_data command
Dsmbus-protocol.rst305 Functionality flag: I2C_FUNC_SMBUS_READ_I2C_BLOCK
/Linux-v5.10/drivers/i2c/
Di2c-core-smbus.c646 if (i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in i2c_smbus_read_i2c_block_data_or_emulated()
Di2c-core-base.c2162 if (!i2c_check_functionality(adap, I2C_FUNC_SMBUS_READ_I2C_BLOCK)) in i2c_get_device_id()
/Linux-v5.10/drivers/staging/kpc2000/
Dkpc2000_i2c.c612 enable_flag_if(I2C_FUNC_SMBUS_READ_I2C_BLOCK, in i801_func()
/Linux-v5.10/drivers/i2c/busses/
Di2c-i801.c997 I2C_FUNC_SMBUS_READ_I2C_BLOCK : 0) | in i801_func()