current_mrq       330 drivers/memstick/core/memstick.c 		memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, &id_reg,
current_mrq       332 drivers/memstick/core/memstick.c 		*mrq = &card->current_mrq;
current_mrq       352 drivers/memstick/core/memstick.c 		memstick_init_req(&card->current_mrq, MS_TPC_SET_RW_REG_ADRS,
current_mrq       355 drivers/memstick/core/memstick.c 		*mrq = &card->current_mrq;
current_mrq       374 drivers/memstick/core/memstick.c 	return card->current_mrq.error;
current_mrq       408 drivers/memstick/core/memstick.c 		if (card->current_mrq.error)
current_mrq       227 drivers/memstick/core/ms_block.c 	memset(&card->current_mrq, 0, sizeof(card->current_mrq));
current_mrq       257 drivers/memstick/core/ms_block.c 	struct memstick_request *mrq = &msb->card->current_mrq;
current_mrq       284 drivers/memstick/core/ms_block.c 	struct memstick_request *req = &msb->card->current_mrq;
current_mrq       305 drivers/memstick/core/ms_block.c 	struct memstick_request *req = &msb->card->current_mrq;
current_mrq       339 drivers/memstick/core/ms_block.c 	struct memstick_request *mrq = *out_mrq = &card->current_mrq;
current_mrq       475 drivers/memstick/core/ms_block.c 	struct memstick_request *mrq = *out_mrq = &card->current_mrq;
current_mrq       587 drivers/memstick/core/ms_block.c 	struct memstick_request *mrq = *out_mrq = &card->current_mrq;
current_mrq       658 drivers/memstick/core/ms_block.c 	struct memstick_request *mrq = *out_mrq = &card->current_mrq;
current_mrq       680 drivers/memstick/core/ms_block.c 	struct memstick_request *mrq = *out_mrq = &card->current_mrq;
current_mrq       526 drivers/memstick/core/mspro_block.c 	*mrq = &card->current_mrq;
current_mrq       687 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG,
current_mrq       754 drivers/memstick/core/mspro_block.c 		if (error || (card->current_mrq.tpc == MSPRO_CMD_STOP)) {
current_mrq       862 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1);
current_mrq       865 drivers/memstick/core/mspro_block.c 	return card->current_mrq.error;
current_mrq       882 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, &param,
current_mrq       886 drivers/memstick/core/mspro_block.c 	return card->current_mrq.error;
current_mrq       931 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1);
current_mrq       934 drivers/memstick/core/mspro_block.c 	rc = card->current_mrq.error;
current_mrq       998 drivers/memstick/core/mspro_block.c 	if (card->current_mrq.error) {
current_mrq       999 drivers/memstick/core/mspro_block.c 		rc = card->current_mrq.error;
current_mrq      1101 drivers/memstick/core/mspro_block.c 		if (card->current_mrq.error) {
current_mrq      1102 drivers/memstick/core/mspro_block.c 			rc = card->current_mrq.error;
current_mrq      1152 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, NULL,
current_mrq      1156 drivers/memstick/core/mspro_block.c 	if (card->current_mrq.error)
current_mrq      1157 drivers/memstick/core/mspro_block.c 		return card->current_mrq.error;
current_mrq       256 include/linux/memstick.h 	struct memstick_request  current_mrq;