Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dsmbus.h57 case I2C_SMBUS_I2C_BLOCK_DATA:
83 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
127 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" })
166 case I2C_SMBUS_I2C_BLOCK_DATA:
191 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
237 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
/Linux-v5.4/drivers/staging/kpc2000/
Dkpc2000_i2c.c299 if (command == I2C_SMBUS_I2C_BLOCK_DATA) in i801_block_transaction_byte_by_byte()
304 if (command == I2C_SMBUS_I2C_BLOCK_DATA && read_write == I2C_SMBUS_READ) in i801_block_transaction_byte_by_byte()
323 if (i == 1 && read_write == I2C_SMBUS_READ && command != I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction_byte_by_byte()
362 if (command == I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction()
374 if (read_write == I2C_SMBUS_WRITE || command == I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction()
387 …if ((priv->features & FEATURE_BLOCK_BUFFER) && command != I2C_SMBUS_I2C_BLOCK_DATA && i801_set_blo… in i801_block_transaction()
393 if (command == I2C_SMBUS_I2C_BLOCK_DATA && read_write == I2C_SMBUS_WRITE) { in i801_block_transaction()
409 …US_PEC) && (flags & I2C_CLIENT_PEC) && size != I2C_SMBUS_QUICK && size != I2C_SMBUS_I2C_BLOCK_DATA; in i801_access()
449 case I2C_SMBUS_I2C_BLOCK_DATA: in i801_access()
/Linux-v5.4/drivers/i2c/
Di2c-core-smbus.c269 I2C_SMBUS_I2C_BLOCK_DATA, &data); in i2c_smbus_read_i2c_block_data()
289 I2C_SMBUS_I2C_BLOCK_DATA, &data); in i2c_smbus_write_i2c_block_data()
425 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_smbus_xfer_emulated()
450 && size != I2C_SMBUS_I2C_BLOCK_DATA); in i2c_smbus_xfer_emulated()
492 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_smbus_xfer_emulated()
Di2c-dev.c323 (size != I2C_SMBUS_I2C_BLOCK_DATA) && in i2cdev_ioctl_smbus()
367 (size == I2C_SMBUS_I2C_BLOCK_DATA) || in i2cdev_ioctl_smbus()
375 size = I2C_SMBUS_I2C_BLOCK_DATA; in i2cdev_ioctl_smbus()
Di2c-stub.c213 case I2C_SMBUS_I2C_BLOCK_DATA: in stub_xfer()
Di2c-core-base.c2103 I2C_SMBUS_I2C_BLOCK_DATA, &raw_id); in i2c_get_device_id()
/Linux-v5.4/include/uapi/linux/
Di2c.h156 #define I2C_SMBUS_I2C_BLOCK_DATA 8 macro
/Linux-v5.4/drivers/i2c/busses/
Di2c-i801.c705 if (command == I2C_SMBUS_I2C_BLOCK_DATA && in i801_block_transaction_byte_by_byte()
747 && command != I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction_byte_by_byte()
795 if (command == I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction()
809 || command == I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction()
822 && command != I2C_SMBUS_I2C_BLOCK_DATA in i801_block_transaction()
832 if (command == I2C_SMBUS_I2C_BLOCK_DATA in i801_block_transaction()
860 && size != I2C_SMBUS_I2C_BLOCK_DATA; in i801_access()
899 case I2C_SMBUS_I2C_BLOCK_DATA: in i801_access()
Di2c-viapro.c226 case I2C_SMBUS_I2C_BLOCK_DATA: in vt596_access()
243 size = (size == I2C_SMBUS_I2C_BLOCK_DATA) ? in vt596_access()
Di2c-amd8111.c268 case I2C_SMBUS_I2C_BLOCK_DATA: in amd8111_access()
385 case I2C_SMBUS_I2C_BLOCK_DATA: in amd8111_access()
Di2c-ismt.c352 case I2C_SMBUS_I2C_BLOCK_DATA: in ismt_process_desc()
418 && (size != I2C_SMBUS_I2C_BLOCK_DATA)) in ismt_access()
520 case I2C_SMBUS_I2C_BLOCK_DATA: in ismt_access()
Di2c-opal.c153 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_opal_smbus_xfer()
Di2c-powermac.c89 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.c301 case I2C_SMBUS_I2C_BLOCK_DATA: in scx200_acb_smbus_xfer()
Di2c-xgene-slimpro.c401 case I2C_SMBUS_I2C_BLOCK_DATA: in xgene_slimpro_i2c_xfer()
Di2c-stm32f7.c955 case I2C_SMBUS_I2C_BLOCK_DATA: in stm32f7_i2c_smbus_xfer_msg()
/Linux-v5.4/drivers/hid/
Dhid-cp2112.c691 case I2C_SMBUS_I2C_BLOCK_DATA: in cp2112_xfer()
789 case I2C_SMBUS_I2C_BLOCK_DATA: in cp2112_xfer()
/Linux-v5.4/drivers/media/i2c/
Dadv7511-v4l2.c229 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()