Home
last modified time | relevance | path

Searched refs:I2C_CLIENT_TEN (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/i2c/
H A Di2c-smbus.c42 if (client->flags & I2C_CLIENT_TEN) in smbus_do_alert()
77 if (!client || (client->flags & I2C_CLIENT_TEN)) in smbus_do_alert_force()
H A Di2c-core-of.c43 info->flags |= I2C_CLIENT_TEN; in of_i2c_get_board_info()
H A Di2c-core-acpi.c126 info->flags |= I2C_CLIENT_TEN; in i2c_acpi_fill_info()
701 client->flags |= I2C_CLIENT_TEN; in i2c_acpi_space_handler()
/linux/drivers/i2c/busses/
H A Di2c-emev2.c323 if (slave->flags & I2C_CLIENT_TEN) in em_i2c_reg_slave()
H A Di2c-stm32f7.c1277 if (slave->flags & I2C_CLIENT_TEN) { in stm32f7_i2c_is_addr_match()
1407 (slave->flags & I2C_CLIENT_TEN)) in stm32f7_i2c_get_free_slave_id()
1933 if (slave->flags & I2C_CLIENT_TEN) { in stm32f7_i2c_reg_slave()
1948 if (slave->flags & I2C_CLIENT_TEN) { in stm32f7_i2c_reg_slave()
H A Di2c-gxp.c158 if (slave->flags & I2C_CLIENT_TEN) in gxp_i2c_reg_slave()
H A Di2c-axxia.c678 if (slave->flags & I2C_CLIENT_TEN) in axxia_i2c_reg_slave()
H A Di2c-bcm-iproc.c993 if (slave->flags & I2C_CLIENT_TEN) in bcm_iproc_i2c_reg_slave()
H A Di2c-cadence.c1199 if (slave->flags & I2C_CLIENT_TEN) in cdns_reg_slave()
H A Di2c-rcar.c1034 if (slave->flags & I2C_CLIENT_TEN) in rcar_reg_slave()
H A Di2c-mlxbf.c2126 if (slave->flags & (I2C_CLIENT_TEN | I2C_CLIENT_PEC)) { in mlxbf_i2c_reg_slave()
H A Di2c-npcm7xx.c1525 if (client->flags & I2C_CLIENT_TEN) in npcm_i2c_reg_slave()
/linux/include/linux/
H A Di2c.h334 #define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */ macro
/linux/drivers/net/mctp/
H A Dmctp-i2c.c135 if (client->flags & I2C_CLIENT_TEN) { in mctp_i2c_new_client()
/linux/drivers/media/usb/go7007/
H A Dgo7007-usb.c405 .flags = I2C_CLIENT_TEN,
/linux/drivers/i3c/
H A Dmaster.c2282 if (boardinfo->base.flags & I2C_CLIENT_TEN) { in of_i3c_master_add_i2c_boardinfo()