Home
last modified time | relevance | path

Searched refs:I2C_SMBUS_I2C_BLOCK_DATA (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/include/trace/events/
Dsmbus.h61 case I2C_SMBUS_I2C_BLOCK_DATA:
87 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
131 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" })
170 case I2C_SMBUS_I2C_BLOCK_DATA:
195 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
241 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
/Linux-v4.19/drivers/i2c/
Di2c-core-smbus.c271 I2C_SMBUS_I2C_BLOCK_DATA, &data); in i2c_smbus_read_i2c_block_data()
291 I2C_SMBUS_I2C_BLOCK_DATA, &data); in i2c_smbus_write_i2c_block_data()
427 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_smbus_xfer_emulated()
452 && size != I2C_SMBUS_I2C_BLOCK_DATA); in i2c_smbus_xfer_emulated()
494 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_smbus_xfer_emulated()
Di2c-dev.c330 (size != I2C_SMBUS_I2C_BLOCK_DATA) && in i2cdev_ioctl_smbus()
374 (size == I2C_SMBUS_I2C_BLOCK_DATA) || in i2cdev_ioctl_smbus()
382 size = I2C_SMBUS_I2C_BLOCK_DATA; in i2cdev_ioctl_smbus()
Di2c-stub.c221 case I2C_SMBUS_I2C_BLOCK_DATA: in stub_xfer()
Di2c-core-base.c2024 I2C_SMBUS_I2C_BLOCK_DATA, &raw_id); in i2c_get_device_id()
/Linux-v4.19/include/uapi/linux/
Di2c.h156 #define I2C_SMBUS_I2C_BLOCK_DATA 8 macro
/Linux-v4.19/drivers/i2c/busses/
Di2c-i801.c687 if (command == I2C_SMBUS_I2C_BLOCK_DATA && in i801_block_transaction_byte_by_byte()
729 && command != I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction_byte_by_byte()
777 if (command == I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction()
791 || command == I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction()
804 && command != I2C_SMBUS_I2C_BLOCK_DATA in i801_block_transaction()
813 if (command == I2C_SMBUS_I2C_BLOCK_DATA in i801_block_transaction()
841 && size != I2C_SMBUS_I2C_BLOCK_DATA; in i801_access()
880 case I2C_SMBUS_I2C_BLOCK_DATA: in i801_access()
Di2c-viapro.c234 case I2C_SMBUS_I2C_BLOCK_DATA: in vt596_access()
251 size = (size == I2C_SMBUS_I2C_BLOCK_DATA) ? in vt596_access()
Di2c-amd8111.c271 case I2C_SMBUS_I2C_BLOCK_DATA: in amd8111_access()
388 case I2C_SMBUS_I2C_BLOCK_DATA: in amd8111_access()
Di2c-ismt.c350 case I2C_SMBUS_I2C_BLOCK_DATA: in ismt_process_desc()
416 && (size != I2C_SMBUS_I2C_BLOCK_DATA)) in ismt_access()
518 case I2C_SMBUS_I2C_BLOCK_DATA: in ismt_access()
Di2c-opal.c165 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_opal_smbus_xfer()
Di2c-powermac.c97 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_powermac_smbus_xfer()
Di2c-highlander.c296 case I2C_SMBUS_I2C_BLOCK_DATA: in highlander_i2c_smbus_xfer()
Dscx200_acb.c309 case I2C_SMBUS_I2C_BLOCK_DATA: in scx200_acb_smbus_xfer()
Di2c-xgene-slimpro.c414 case I2C_SMBUS_I2C_BLOCK_DATA: in xgene_slimpro_i2c_xfer()
/Linux-v4.19/drivers/hid/
Dhid-cp2112.c698 case I2C_SMBUS_I2C_BLOCK_DATA: in cp2112_xfer()
796 case I2C_SMBUS_I2C_BLOCK_DATA: in cp2112_xfer()
/Linux-v4.19/drivers/media/i2c/
Dadv7511.c224 I2C_SMBUS_I2C_BLOCK_DATA, &data); in adv_smbus_read_i2c_block_data()
Dadv7842.c357 I2C_SMBUS_I2C_BLOCK_DATA, &data); in adv_smbus_write_i2c_block_data()