Searched refs:n_tx_byte (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | rk_scr.c | 590 static int rk_scr_write(int id, unsigned int n_tx_byte, in rk_scr_write() argument 606 if (!((n_tx_byte != 0) && (p_tx_byte))) { in rk_scr_write() 620 scr->tx_expected = n_tx_byte; in rk_scr_write() 643 unsigned int n_tx_byte, unsigned char *p_tx_byte, in rk_scr_transfer() argument 654 if (!((n_tx_byte != 0) && in rk_scr_transfer() 676 scr->tx_expected = n_tx_byte; in rk_scr_transfer() 788 bool _scr_tx_byte(unsigned int n_tx_byte, in _scr_tx_byte() argument 794 ret = rk_scr_write(id, n_tx_byte, p_tx_byte); in _scr_tx_byte() 811 bool _scr_tx_byte_rx_byte(unsigned int n_tx_byte, in _scr_tx_byte_rx_byte() argument 819 ret = rk_scr_transfer(id, n_tx_byte, p_tx_byte, n_rx_byte, p_rx_byte); in _scr_tx_byte_rx_byte()
|