Searched defs:PAGE_LEN (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/ste_rmi4/
H A Dsynaptics_i2c_rmi4.c43 #define PAGE_LEN 2 macro
199 unsigned char txbuf[PAGE_LEN];
208 retval = i2c_master_send(i2c, txbuf, PAGE_LEN);
209 if (retval != PAGE_LEN)
214 retval = PAGE_LEN;
237 if (retval != PAGE_LEN)
277 if (retval != PAGE_LEN)

Completed in 60 milliseconds