Home
last modified time | relevance | path

Searched refs:n_rx_byte (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/
H A Drk_scr.c553 static int rk_scr_read(int id, unsigned int n_rx_byte, in rk_scr_read() argument
564 if (!((n_rx_byte != 0) && (p_rx_byte))) { in rk_scr_read()
578 scr->rx_expected = n_rx_byte; in rk_scr_read()
644 unsigned int n_rx_byte, unsigned char *p_rx_byte) in rk_scr_transfer() argument
656 (n_rx_byte != 0) && in rk_scr_transfer()
680 scr->rx_expected = n_rx_byte; in rk_scr_transfer()
800 bool _scr_rx_byte(unsigned int n_rx_byte, unsigned char *p_rx_byte) in _scr_rx_byte() argument
805 ret = rk_scr_read(id, n_rx_byte, p_rx_byte); in _scr_rx_byte()
813 unsigned int n_rx_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()