Lines Matching refs:n_bytes
69 size_t n_bytes, loff_t *pos);
73 size_t n_bytes, loff_t *pos);
948 size_t n_bytes, loff_t *pos) in vfd_write() argument
969 if (n_bytes <= 0 || n_bytes > 32) { in vfd_write()
975 if (copy_from_user(ictx->tx.data_buf, buf, n_bytes)) { in vfd_write()
981 for (i = n_bytes; i < 32; ++i) in vfd_write()
1015 return (!retval) ? n_bytes : retval; in vfd_write()
1032 size_t n_bytes, loff_t *pos) in lcd_write() argument
1048 if (n_bytes != 8) { in lcd_write()
1050 (int)n_bytes); in lcd_write()
1066 __func__, (int) n_bytes); in lcd_write()
1070 return (!retval) ? n_bytes : retval; in lcd_write()