Lines Matching refs:recv_data_count
55 unsigned recv_data_count; member
970 rk_scr->recv_data_count = 0; in scr_write()
981 rk_scr->recv_data_count = _scr_get_num_rx_bytes(); in scr_write()
1023 data_available = rk_scr->recv_data_count in scr_read()
1063 rk_scr->recv_data_count = 0; in scr_open()
1097 rk_scr->recv_data_count = 0; in scr_reset()
1107 rk_scr->recv_data_count = _scr_get_num_rx_bytes(); in scr_reset()
1111 if ((rk_scr->recv_data_count <= SMC_ATR_MAX_LENGTH) && in scr_reset()
1112 (rk_scr->recv_data_count > 0)) { in scr_reset()
1114 rk_scr->recv_data_count); in scr_reset()
1115 rk_scr->atr_length = rk_scr->recv_data_count; in scr_reset()
1118 rk_scr->recv_data_count); in scr_reset()
1125 for (i = 0; i < rk_scr->recv_data_count; i++) in scr_reset()