Searched refs:get_pcf (Results 1 – 1 of 1) sorted by relevance
| /drivers/i2c/algos/ |
| A D | i2c-algo-pcf.c | 40 #define get_pcf(adap, ctl) adap->getpcf(adap->data, ctl) macro 93 get_pcf(adap, 1))); in handle_lab() 102 status = get_pcf(adap, 1); in wait_for_bb() 106 status = get_pcf(adap, 1); in wait_for_bb() 122 *status = get_pcf(adap, 1); in wait_for_pin() 126 *status = get_pcf(adap, 1); in wait_for_pin() 155 get_pcf(adap, 1))); in pcf_init_8584() 163 if (((temp = get_pcf(adap, 1)) & 0x7f) != (0)) { in pcf_init_8584() 179 if (((temp = get_pcf(adap, 1)) & 0x7f) != I2C_PCF_ES1) { in pcf_init_8584() 196 if ((temp = get_pcf(adap, 1)) != (I2C_PCF_PIN | I2C_PCF_BB)) { in pcf_init_8584()
|
Completed in 5 milliseconds