Searched refs:nbyte (Results 1 – 4 of 4) sorted by relevance
269 int nbyte; in cyttsp5_get_touch_axis() local271 for (nbyte = 0, *axis = 0; nbyte < size; nbyte++) in cyttsp5_get_touch_axis()272 *axis += ((xy_data[nbyte] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
43 static int seqbuf_read(struct seqbuf *seqbuf, void *buf, size_t nbyte) in seqbuf_read() argument45 nbyte = min(nbyte, seqbuf_avail(seqbuf)); in seqbuf_read()46 memcpy(buf, seqbuf->buf + seqbuf->pos, nbyte); in seqbuf_read()47 seqbuf->pos += nbyte; in seqbuf_read()
47 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
832 u32 *dst, size_t nbyte) in allegro_mbox_read() argument855 if (size > nbyte) in allegro_mbox_read()
Completed in 19 milliseconds