Lines Matching refs:current_mrq
487 *mrq = &card->current_mrq; in h_mspro_block_req_init()
648 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, in h_mspro_block_setup_cmd()
715 if (error || (card->current_mrq.tpc == MSPRO_CMD_STOP)) { in mspro_block_complete_req()
823 memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1); in mspro_block_wait_for_ced()
826 return card->current_mrq.error; in mspro_block_wait_for_ced()
843 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, ¶m, in mspro_block_set_interface()
847 return card->current_mrq.error; in mspro_block_set_interface()
892 memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1); in mspro_block_switch_interface()
895 rc = card->current_mrq.error; in mspro_block_switch_interface()
959 if (card->current_mrq.error) { in mspro_block_read_attributes()
960 rc = card->current_mrq.error; in mspro_block_read_attributes()
1062 if (card->current_mrq.error) { in mspro_block_read_attributes()
1063 rc = card->current_mrq.error; in mspro_block_read_attributes()
1113 memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, NULL, in mspro_block_init_card()
1117 if (card->current_mrq.error) in mspro_block_init_card()
1118 return card->current_mrq.error; in mspro_block_init_card()