Symbol: memstick_init_req
drivers/memstick/core/memstick.c
315
EXPORT_SYMBOL(memstick_init_req);
drivers/memstick/core/memstick.c
330
memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, &id_reg,
drivers/memstick/core/memstick.c
351
memstick_init_req(&card->current_mrq, MS_TPC_SET_RW_REG_ADRS,
drivers/memstick/core/ms_block.c
276
memstick_init_req(mrq, MS_TPC_GET_INT, NULL, 1);
drivers/memstick/core/ms_block.c
293
memstick_init_req(req, MS_TPC_SET_RW_REG_ADRS,
drivers/memstick/core/ms_block.c
298
memstick_init_req(req, MS_TPC_READ_REG, NULL, len);
drivers/memstick/core/ms_block.c
314
memstick_init_req(req, MS_TPC_SET_RW_REG_ADRS,
drivers/memstick/core/ms_block.c
319
memstick_init_req(req, MS_TPC_WRITE_REG, buf, len);
drivers/memstick/core/ms_block.c
365
memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
drivers/memstick/core/ms_block.c
515
memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
drivers/memstick/core/ms_block.c
625
memstick_init_req(mrq, MS_TPC_SET_CMD, &msb->command_value, 1);
drivers/memstick/core/ms_block.c
667
memstick_init_req(mrq, MS_TPC_SET_CMD, &command, 1);
drivers/memstick/core/ms_block.c
710
memstick_init_req(mrq, MS_TPC_GET_INT, NULL, 1);
drivers/memstick/core/mspro_block.c
1076
memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, NULL,
drivers/memstick/core/mspro_block.c
515
memstick_init_req(*mrq, MS_TPC_SET_CMD, &msb->transfer_cmd, 1);
drivers/memstick/core/mspro_block.c
520
memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1);
drivers/memstick/core/mspro_block.c
529
memstick_init_req(*mrq, MS_TPC_SET_CMD, &t_val, 1);
drivers/memstick/core/mspro_block.c
547
memstick_init_req(*mrq, MS_TPC_GET_INT,
drivers/memstick/core/mspro_block.c
555
memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1);
drivers/memstick/core/mspro_block.c
579
memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1);
drivers/memstick/core/mspro_block.c
614
memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG,
drivers/memstick/core/mspro_block.c
787
memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1);
drivers/memstick/core/mspro_block.c
807
memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, &param,
drivers/memstick/core/mspro_block.c
856
memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1);
include/linux/memstick.h
321
void memstick_init_req(struct memstick_request *mrq, unsigned char tpc,