Lines Matching refs:n_bytes
69 size_t n_bytes, loff_t *pos);
73 size_t n_bytes, loff_t *pos);
942 size_t n_bytes, loff_t *pos) in vfd_write() argument
964 if (n_bytes <= 0 || n_bytes > 32) { in vfd_write()
970 if (copy_from_user(ictx->tx.data_buf, buf, n_bytes)) { in vfd_write()
976 for (i = n_bytes; i < 32; ++i) in vfd_write()
1010 return (!retval) ? n_bytes : retval; in vfd_write()
1027 size_t n_bytes, loff_t *pos) in lcd_write() argument
1043 if (n_bytes != 8) { in lcd_write()
1045 (int)n_bytes); in lcd_write()
1061 __func__, (int) n_bytes); in lcd_write()
1065 return (!retval) ? n_bytes : retval; in lcd_write()