Lines Matching refs:n_bytes
69 size_t n_bytes, loff_t *pos);
73 size_t n_bytes, loff_t *pos);
906 size_t n_bytes, loff_t *pos) in vfd_write() argument
930 if (n_bytes <= 0 || n_bytes > 32) { in vfd_write()
936 if (copy_from_user(ictx->tx.data_buf, buf, n_bytes)) { in vfd_write()
942 for (i = n_bytes; i < 32; ++i) in vfd_write()
976 return (!retval) ? n_bytes : retval; in vfd_write()
993 size_t n_bytes, loff_t *pos) in lcd_write() argument
1012 if (n_bytes != 8) { in lcd_write()
1014 (int)n_bytes); in lcd_write()
1030 __func__, (int) n_bytes); in lcd_write()
1034 return (!retval) ? n_bytes : retval; in lcd_write()