Searched refs:set_pcf (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/i2c/algos/ |
| H A D | i2c-algo-pcf.c | 30 #define set_pcf(adap, ctl, val) adap->setpcf(adap->data, ctl, val) macro 41 set_pcf(adap, 1, I2C_PCF_START); in i2c_start() 46 set_pcf(adap, 1, I2C_PCF_REPSTART); in i2c_repstart() 51 set_pcf(adap, 1, I2C_PCF_STOP); in i2c_stop() 62 set_pcf(adap, 1, I2C_PCF_PIN); in handle_lab() 63 set_pcf(adap, 1, I2C_PCF_ESO); in handle_lab() 137 set_pcf(adap, 1, I2C_PCF_PIN); in pcf_init_8584() 154 set_pcf(adap, 1, I2C_PCF_PIN | I2C_PCF_ES1); in pcf_init_8584() 168 set_pcf(adap, 1, I2C_PCF_IDLE); in pcf_init_8584() 238 set_pcf(adap, 1, I2C_PCF_ESO); in pcf_readbytes()
|