Home
last modified time | relevance | path

Searched refs:wrcount (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/i2c/algos/
H A Di2c-algo-pcf.c184 int wrcount, status, timeout; in pcf_sendbytes() local
186 for (wrcount = 0; wrcount < count; ++wrcount) { in pcf_sendbytes()
187 i2c_outb(adap, buf[wrcount]); in pcf_sendbytes()
208 return wrcount; in pcf_sendbytes()