Searched refs:i2c_wait (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-mpc.c77 static int i2c_wait(struct mpc_i2c *i2c, unsigned timeout, int writing) function
173 if (i2c_wait(i2c, timeout, 1) < 0)
180 if (i2c_wait(i2c, timeout, 1) < 0)
202 if (i2c_wait(i2c, timeout, 1) < 0)
215 if (i2c_wait(i2c, timeout, 0) < 0)

Completed in 48 milliseconds