Home
last modified time | relevance | path

Searched refs:i2c_cmd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-amd-mp2.h46 enum i2c_cmd { enum
81 enum i2c_cmd i2c_cmd : 4; member
157 enum i2c_cmd reqcmd;
191 int amd_mp2_rw(struct amd_i2c_common *i2c_common, enum i2c_cmd reqcmd);
H A Di2c-owl.c258 unsigned int i2c_cmd, val; in owl_i2c_xfer_common() local
308 i2c_cmd = OWL_I2C_CMD_SECL | OWL_I2C_CMD_MSS | OWL_I2C_CMD_SE | in owl_i2c_xfer_common()
314 i2c_cmd |= OWL_I2C_CMD_AS(msgs[0].len + 1) | in owl_i2c_xfer_common()
329 i2c_cmd |= OWL_I2C_CMD_AS(1); in owl_i2c_xfer_common()
366 writel(i2c_cmd, i2c_dev->base + OWL_I2C_REG_CMD); in owl_i2c_xfer_common()
/linux/drivers/i2c/
H A Di2c-core-base.c2060 static int i2c_cmd(struct device *dev, void *_arg) in i2c_cmd() function
2081 device_for_each_child(&adap->dev, &cmd_arg, i2c_cmd); in i2c_clients_command()