Searched refs:I2C_CLIENT_PEC (Results 1 – 21 of 21) sorted by relevance
279 client->flags &= ~I2C_CLIENT_PEC; in sbs_update_presence()304 client->flags &= ~I2C_CLIENT_PEC; in sbs_update_presence()313 client->flags |= I2C_CLIENT_PEC; in sbs_update_presence()315 client->flags &= ~I2C_CLIENT_PEC; in sbs_update_presence()318 && client->flags & I2C_CLIENT_PEC) { in sbs_update_presence()320 client->flags &= ~I2C_CLIENT_PEC; in sbs_update_presence()323 dev_dbg(&client->dev, "PEC: %s\n", (client->flags & I2C_CLIENT_PEC) ? in sbs_update_presence()432 bool pec = client->flags & I2C_CLIENT_PEC; in sbs_read_string_data()433 client->flags &= ~I2C_CLIENT_PEC; in sbs_read_string_data()436 client->flags |= I2C_CLIENT_PEC; in sbs_read_string_data()
534 client->flags & ~I2C_CLIENT_PEC, in adm1032_write_byte()548 if (client->flags & I2C_CLIENT_PEC) { in lm90_read_reg()995 return sprintf(buf, "%d\n", !!(client->flags & I2C_CLIENT_PEC)); in pec_show()1011 client->flags &= ~I2C_CLIENT_PEC; in pec_store()1014 client->flags |= I2C_CLIENT_PEC; in pec_store()1527 info->flags |= I2C_CLIENT_PEC; in lm90_detect()1897 client->flags &= ~I2C_CLIENT_PEC; in lm90_probe()1971 if (client->flags & I2C_CLIENT_PEC) { in lm90_probe()
113 client->flags | I2C_CLIENT_PEC, in mlx90614_write_word()123 client->flags | I2C_CLIENT_PEC, in mlx90614_write_word()430 data->client->flags | I2C_CLIENT_PEC, in mlx90614_sleep()
350 bool wants_pec = ((flags & I2C_CLIENT_PEC) && size != I2C_SMBUS_QUICK in i2c_smbus_xfer_emulated()575 flags &= I2C_M_TEN | I2C_CLIENT_PEC | I2C_CLIENT_SCCB; in __i2c_smbus_xfer()
426 client->flags |= I2C_CLIENT_PEC; in i2cdev_ioctl()428 client->flags &= ~I2C_CLIENT_PEC; in i2cdev_ioctl()
130 i2c_msg.flags = client->flags & I2C_CLIENT_PEC; in ipmb_i2c_write()
1829 ssif_info->client->flags |= I2C_CLIENT_PEC; in ssif_probe()
189 pec = (flags & I2C_CLIENT_PEC) ? NVIDIA_SMB_PRTCL_PEC : 0; in nforce2_access()
199 pec = (flags & I2C_CLIENT_PEC) ? AMD_SMB_PRTCL_PEC : 0; in amd8111_access()
358 priv->client_pec = msg->flags & I2C_CLIENT_PEC; in xlp9xx_i2c_xfer_msg()
1257 if (client->flags & I2C_CLIENT_PEC) in npcm_i2c_reg_slave()2071 if (msg0->flags & I2C_CLIENT_PEC) in npcm_i2c_master_xfer()2087 if (msg1->flags & I2C_CLIENT_PEC) in npcm_i2c_master_xfer()
1064 if ((flags & I2C_CLIENT_PEC) && f7_msg->size != I2C_SMBUS_QUICK) { in stm32f7_i2c_smbus_xfer_msg()1790 if ((flags & I2C_CLIENT_PEC) && size != I2C_SMBUS_QUICK && read_write) { in stm32f7_i2c_smbus_xfer()1850 if (slave->flags & I2C_CLIENT_PEC) { in stm32f7_i2c_reg_slave()
420 if ((flags & I2C_CLIENT_PEC) && (size != I2C_SMBUS_QUICK) in ismt_access()
493 len += (flags & I2C_CLIENT_PEC) ? 2 : 1; in i2c_dw_recv_len()
542 ((msg->flags & I2C_CLIENT_PEC) ? 2 : 1); in aspeed_i2c_master_irq()
841 hwpec = (priv->features & FEATURE_SMBUS_PEC) && (flags & I2C_CLIENT_PEC) in i801_access()
2141 if (slave->flags & (I2C_CLIENT_TEN | I2C_CLIENT_PEC)) in mlxbf_i2c_reg_slave()
120 if (client->flags & I2C_CLIENT_PEC) { in adm1266_pmbus_block_xfer()
2329 client->flags |= I2C_CLIENT_PEC; in pmbus_init_common()2502 *val = !!(client->flags & I2C_CLIENT_PEC); in pmbus_debugfs_get_pec()2513 client->flags &= ~I2C_CLIENT_PEC; in pmbus_debugfs_set_pec()2527 client->flags |= I2C_CLIENT_PEC; in pmbus_debugfs_set_pec()
336 #define I2C_CLIENT_PEC 0x04 /* Use Packet Error Checking */ macro
1165 client->flags |= I2C_CLIENT_PEC; in idt_create_pdev()
Completed in 62 milliseconds