Searched refs:p_rx_byte (Results 1 – 1 of 1) sorted by relevance
554 unsigned char *p_rx_byte) in rk_scr_read() argument564 if (!((n_rx_byte != 0) && (p_rx_byte))) { in rk_scr_read()577 scr->rx_buf = p_rx_byte; in rk_scr_read()644 unsigned int n_rx_byte, unsigned char *p_rx_byte) in rk_scr_transfer() argument657 (p_rx_byte))) { in rk_scr_transfer()679 scr->rx_buf = p_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() argument805 ret = rk_scr_read(id, n_rx_byte, p_rx_byte); in _scr_rx_byte()814 unsigned char *p_rx_byte) in _scr_tx_byte_rx_byte() argument819 ret = rk_scr_transfer(id, n_tx_byte, p_tx_byte, n_rx_byte, p_rx_byte); in _scr_tx_byte_rx_byte()