Searched refs:max_read_size (Results 1 – 2 of 2) sorted by relevance
721 if (length > p_t4t->max_read_size) in rw_t4t_read_file()723 length = (UINT8) (p_t4t->max_read_size); in rw_t4t_read_file()1527 p_t4t->max_read_size = RW_T4T_MAX_DATA_PER_READ; in rw_t4t_sm_detect_ndef()1531 p_t4t->max_read_size = p_t4t->cc_file.max_le; in rw_t4t_sm_detect_ndef()1535 if (p_t4t->max_read_size >= T4T_MAX_LENGTH_LE) in rw_t4t_sm_detect_ndef()1537 p_t4t->max_read_size = T4T_MAX_LENGTH_LE; in rw_t4t_sm_detect_ndef()2103 p_t4t->max_read_size = T4T_MAX_LENGTH_LE; in rw_t4t_select()
466 UINT16 max_read_size; /* max reading size per a command */ member