memstick_init_req  315 drivers/memstick/core/memstick.c EXPORT_SYMBOL(memstick_init_req);
memstick_init_req  330 drivers/memstick/core/memstick.c 		memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, &id_reg,
memstick_init_req  352 drivers/memstick/core/memstick.c 		memstick_init_req(&card->current_mrq, MS_TPC_SET_RW_REG_ADRS,
memstick_init_req  276 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_GET_INT, NULL, 1);
memstick_init_req  293 drivers/memstick/core/ms_block.c 		memstick_init_req(req, MS_TPC_SET_RW_REG_ADRS,
memstick_init_req  298 drivers/memstick/core/ms_block.c 	memstick_init_req(req, MS_TPC_READ_REG, NULL, len);
memstick_init_req  314 drivers/memstick/core/ms_block.c 		memstick_init_req(req, MS_TPC_SET_RW_REG_ADRS,
memstick_init_req  319 drivers/memstick/core/ms_block.c 	memstick_init_req(req, MS_TPC_WRITE_REG, buf, len);
memstick_init_req  364 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
memstick_init_req  513 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
memstick_init_req  623 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_SET_CMD, &msb->command_value, 1);
memstick_init_req  665 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
memstick_init_req  707 drivers/memstick/core/ms_block.c 		memstick_init_req(mrq, MS_TPC_GET_INT, NULL, 1);
memstick_init_req  587 drivers/memstick/core/mspro_block.c 		memstick_init_req(*mrq, MS_TPC_SET_CMD, &msb->transfer_cmd, 1);
memstick_init_req  592 drivers/memstick/core/mspro_block.c 		memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1);
memstick_init_req  601 drivers/memstick/core/mspro_block.c 			memstick_init_req(*mrq, MS_TPC_SET_CMD, &t_val, 1);
memstick_init_req  619 drivers/memstick/core/mspro_block.c 					memstick_init_req(*mrq, MS_TPC_GET_INT,
memstick_init_req  627 drivers/memstick/core/mspro_block.c 			memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1);
memstick_init_req  652 drivers/memstick/core/mspro_block.c 			memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1);
memstick_init_req  687 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG,
memstick_init_req  862 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1);
memstick_init_req  882 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, &param,
memstick_init_req  931 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1);
memstick_init_req 1152 drivers/memstick/core/mspro_block.c 	memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, NULL,
memstick_init_req  320 include/linux/memstick.h void memstick_init_req(struct memstick_request *mrq, unsigned char tpc,