Lines Matching refs:efb_read_bit
13 static int efb_read_bit(void *, int, const efb_i2c_functions_t *, int *);
104 if ((status = efb_read_bit(efb_priv, port, fcns, &b7)) != EFB_I2C_OK ||
105 (status = efb_read_bit(efb_priv, port, fcns, &b6)) != EFB_I2C_OK ||
106 (status = efb_read_bit(efb_priv, port, fcns, &b5)) != EFB_I2C_OK ||
107 (status = efb_read_bit(efb_priv, port, fcns, &b4)) != EFB_I2C_OK ||
108 (status = efb_read_bit(efb_priv, port, fcns, &b3)) != EFB_I2C_OK ||
109 (status = efb_read_bit(efb_priv, port, fcns, &b2)) != EFB_I2C_OK ||
110 (status = efb_read_bit(efb_priv, port, fcns, &b1)) != EFB_I2C_OK ||
111 (status = efb_read_bit(efb_priv, port, fcns, &b0)) != EFB_I2C_OK) {
178 efb_read_bit(void *efb_priv, int port,