Searched refs:get_pcf (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/i2c/ |
D | i2c-algo-pcf.c | 58 #define get_pcf(adap, ctl) adap->getpcf(adap->data, ctl) macro 91 status = get_pcf(adap, 1); in wait_for_bb() 95 status = get_pcf(adap, 1); in wait_for_bb() 116 *status = get_pcf(adap, 1); in wait_for_pin() 120 *status = get_pcf(adap, 1); in wait_for_pin() 144 DEB3(printk(KERN_DEBUG "i2c-algo-pcf.o: PCF state 0x%02x\n", get_pcf(adap, 1))); in pcf_init_8584() 151 if ((temp = get_pcf(adap, 1)) != (0)) { in pcf_init_8584() 167 if ((temp = get_pcf(adap, 1)) != I2C_PCF_ES1) { in pcf_init_8584() 184 if ((temp = get_pcf(adap, 1)) != (I2C_PCF_PIN | I2C_PCF_BB)) { in pcf_init_8584() 205 status = get_pcf(adap, 1); in try_address()
|