Lines Matching defs:len
89 * @len: Size of buffer.
101 int len)
117 dwordcnt = len >> 2;
118 final = len - (dwordcnt << 2); /* final = trailing bytes */
200 * @len: Size of buffer.
208 int len)
211 pti_write_to_aperture(mc, (u8 *)buf, len);
501 * @len: # of byte to write.
508 const unsigned char *buf, int len)
512 pti_write_to_aperture(pti_tty_data->mc, (u8 *)buf, len);
513 return len;
587 * @len: # of byte to write.
601 size_t len, loff_t *ppose)
620 if (len - n > USER_COPY_SIZE)
623 size = len - n;
634 } while (len > n);
637 return len;
667 * @len: Length of buf.
669 static void pti_console_write(struct console *c, const char *buf, unsigned len)
677 pti_write_full_frame_to_aperture(&mc, buf, len);