Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/
H A Di2c-smbus.c41 if (client->flags & I2C_CLIENT_TEN) in smbus_do_alert()
76 if (!client || (client->flags & I2C_CLIENT_TEN)) in smbus_do_alert_force()
H A Di2c-core-slave.c31 if (!(client->flags & I2C_CLIENT_TEN)) { in i2c_slave_register()
H A Di2c-core-base.c483 if (client->flags & I2C_CLIENT_TEN) in i2c_smbus_host_notify_to_irq()
736 if (client->flags & I2C_CLIENT_TEN) in i2c_encode_flags_to_addr()
749 if (flags & I2C_CLIENT_TEN) { in i2c_check_addr_validity()
925 if (!(flags & I2C_CLIENT_TEN) && in i2c_lock_addr()
935 if (!(flags & I2C_CLIENT_TEN)) in i2c_unlock_addr()
982 client->flags & I2C_CLIENT_TEN ? 10 : 7, client->addr); in i2c_new_client_device()
1286 info.flags |= I2C_CLIENT_TEN; in new_device_store()
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()
700 client->flags |= I2C_CLIENT_TEN; in i2c_acpi_space_handler()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-at91-slave.c72 if (slave->flags & I2C_CLIENT_TEN) in at91_reg_slave()
H A Di2c-designware-slave.c67 if (slave->flags & I2C_CLIENT_TEN) in i2c_dw_reg_slave()
H A Di2c-emev2.c324 if (slave->flags & I2C_CLIENT_TEN) in em_i2c_reg_slave()
H A Di2c-stm32f7.c1252 if (slave->flags & I2C_CLIENT_TEN) { in stm32f7_i2c_is_addr_match()
1382 (slave->flags & I2C_CLIENT_TEN)) in stm32f7_i2c_get_free_slave_id()
1922 if (slave->flags & I2C_CLIENT_TEN) { in stm32f7_i2c_reg_slave()
1937 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.c691 if (slave->flags & I2C_CLIENT_TEN) in axxia_i2c_reg_slave()
H A Di2c-bcm-iproc.c1201 if (slave->flags & I2C_CLIENT_TEN) in bcm_iproc_i2c_reg_slave()
H A Di2c-cadence.c960 if (slave->flags & I2C_CLIENT_TEN) in cdns_reg_slave()
H A Di2c-rcar.c976 if (slave->flags & I2C_CLIENT_TEN) in rcar_reg_slave()
H A Di2c-mlxbf.c2165 if (slave->flags & (I2C_CLIENT_TEN | I2C_CLIENT_PEC)) { in mlxbf_i2c_reg_slave()
H A Di2c-npcm7xx.c1530 if (client->flags & I2C_CLIENT_TEN) in npcm_i2c_reg_slave()
/openbmc/linux/include/linux/
H A Di2c.h333 #define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */ macro
/openbmc/linux/drivers/net/mctp/
H A Dmctp-i2c.c135 if (client->flags & I2C_CLIENT_TEN) { in mctp_i2c_new_client()
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-usb.c405 .flags = I2C_CLIENT_TEN,
/openbmc/linux/drivers/i3c/
H A Dmaster.c2201 if (boardinfo->base.flags & I2C_CLIENT_TEN) { in of_i3c_master_add_i2c_boardinfo()