Searched refs:memstick_init_req (Results 1 – 2 of 2) sorted by relevance
/drivers/memstick/core/ |
D | mspro_block.c | 583 memstick_init_req(*mrq, MS_TPC_SET_CMD, &msb->transfer_cmd, 1); in h_mspro_block_transfer_data() 588 memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1); in h_mspro_block_transfer_data() 597 memstick_init_req(*mrq, MS_TPC_SET_CMD, &t_val, 1); in h_mspro_block_transfer_data() 615 memstick_init_req(*mrq, MS_TPC_GET_INT, in h_mspro_block_transfer_data() 623 memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1); in h_mspro_block_transfer_data() 648 memstick_init_req(*mrq, MS_TPC_GET_INT, NULL, 1); in h_mspro_block_transfer_data() 702 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, in mspro_block_issue_req() 847 memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1); in mspro_block_wait_for_ced() 867 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, ¶m, in mspro_block_set_interface() 916 memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1); in mspro_block_switch_interface() [all …]
|
D | memstick.c | 296 void memstick_init_req(struct memstick_request *mrq, unsigned char tpc, in memstick_init_req() function 316 EXPORT_SYMBOL(memstick_init_req); 331 memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, NULL, in h_memstick_read_dev_id() 353 memstick_init_req(&card->current_mrq, MS_TPC_SET_RW_REG_ADRS, in h_memstick_set_rw_addr()
|