Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Di2c.h184 case I2C_SMBUS_I2C_BLOCK_DATA:
210 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
254 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" })
293 case I2C_SMBUS_I2C_BLOCK_DATA:
318 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
364 { I2C_SMBUS_I2C_BLOCK_DATA, "I2C_BLOCK_DATA" }),
/linux-4.4.14/include/uapi/linux/
Di2c.h150 #define I2C_SMBUS_I2C_BLOCK_DATA 8 macro
/linux-4.4.14/drivers/i2c/busses/
Di2c-i801.c576 if (command == I2C_SMBUS_I2C_BLOCK_DATA && in i801_block_transaction_byte_by_byte()
618 && command != I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction_byte_by_byte()
666 if (command == I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction()
680 || command == I2C_SMBUS_I2C_BLOCK_DATA) { in i801_block_transaction()
693 && command != I2C_SMBUS_I2C_BLOCK_DATA in i801_block_transaction()
702 if (command == I2C_SMBUS_I2C_BLOCK_DATA in i801_block_transaction()
722 && size != I2C_SMBUS_I2C_BLOCK_DATA; in i801_access()
761 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()
387 case I2C_SMBUS_I2C_BLOCK_DATA: in amd8111_access()
Di2c-ismt.c341 case I2C_SMBUS_I2C_BLOCK_DATA: in ismt_process_desc()
406 && (size != I2C_SMBUS_I2C_BLOCK_DATA)) in ismt_access()
508 case I2C_SMBUS_I2C_BLOCK_DATA: in ismt_access()
Di2c-opal.c169 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.c299 case I2C_SMBUS_I2C_BLOCK_DATA: in highlander_i2c_smbus_xfer()
Di2c-xgene-slimpro.c340 case I2C_SMBUS_I2C_BLOCK_DATA: in xgene_slimpro_i2c_xfer()
Dscx200_acb.c309 case I2C_SMBUS_I2C_BLOCK_DATA: in scx200_acb_smbus_xfer()
Di2c-bfin-twi.c425 case I2C_SMBUS_I2C_BLOCK_DATA: in bfin_twi_do_smbus_xfer()
/linux-4.4.14/drivers/misc/eeprom/
Dat24.c353 case I2C_SMBUS_I2C_BLOCK_DATA: in at24_eeprom_write()
535 use_smbus = I2C_SMBUS_I2C_BLOCK_DATA; in at24_probe()
551 use_smbus_write = I2C_SMBUS_I2C_BLOCK_DATA; in at24_probe()
/linux-4.4.14/drivers/i2c/
Di2c-dev.c346 (data_arg.size != I2C_SMBUS_I2C_BLOCK_DATA) && in i2cdev_ioctl_smbus()
390 (data_arg.size == I2C_SMBUS_I2C_BLOCK_DATA) || in i2cdev_ioctl_smbus()
398 data_arg.size = I2C_SMBUS_I2C_BLOCK_DATA; in i2cdev_ioctl_smbus()
Di2c-stub.c220 case I2C_SMBUS_I2C_BLOCK_DATA: in stub_xfer()
Di2c-core.c2809 I2C_SMBUS_I2C_BLOCK_DATA, &data); in i2c_smbus_read_i2c_block_data()
2829 I2C_SMBUS_I2C_BLOCK_DATA, &data); in i2c_smbus_write_i2c_block_data()
2938 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_smbus_xfer_emulated()
2959 && size != I2C_SMBUS_I2C_BLOCK_DATA); in i2c_smbus_xfer_emulated()
2996 case I2C_SMBUS_I2C_BLOCK_DATA: in i2c_smbus_xfer_emulated()
/linux-4.4.14/drivers/hid/
Dhid-cp2112.c642 case I2C_SMBUS_I2C_BLOCK_DATA: in cp2112_xfer()
/linux-4.4.14/drivers/media/i2c/
Dadv7511.c223 I2C_SMBUS_I2C_BLOCK_DATA, &data); in adv_smbus_read_i2c_block_data()
Dadv7842.c363 I2C_SMBUS_I2C_BLOCK_DATA, &data); in adv_smbus_write_i2c_block_data()