Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-viai2c-common.c39 if (i2c->platform == VIAI2C_PLAT_WMT && !(pmsg->flags & I2C_M_NOSTART)) { in viai2c_write()
52 if (i2c->platform == VIAI2C_PLAT_WMT && pmsg->flags & I2C_M_NOSTART) { in viai2c_write()
71 if (i2c->platform == VIAI2C_PLAT_WMT && !(pmsg->flags & I2C_M_NOSTART)) in viai2c_read()
85 if ((i2c->platform == VIAI2C_PLAT_WMT && (pmsg->flags & I2C_M_NOSTART)) || in viai2c_read()
108 if (i2c->platform == VIAI2C_PLAT_WMT && !(pmsg->flags & I2C_M_NOSTART)) { in viai2c_xfer()
162 if (i2c->platform == VIAI2C_PLAT_WMT && !i2c->last) in viai2c_irq_xfer()
H A Di2c-viai2c-common.h54 VIAI2C_PLAT_WMT, enumerator
H A Di2c-viai2c-wmt.c109 err = viai2c_init(pdev, &i2c, VIAI2C_PLAT_WMT); in wmt_i2c_probe()