Home
last modified time | relevance | path

Searched refs:current_mrq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/memstick/core/
H A Dmspro_block.c454 *mrq = &card->current_mrq; in h_mspro_block_req_init()
615 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, in h_mspro_block_setup_cmd()
680 if (error || (card->current_mrq.tpc == MSPRO_CMD_STOP)) { in mspro_block_complete_req()
788 memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1); in mspro_block_wait_for_ced()
791 return card->current_mrq.error; in mspro_block_wait_for_ced()
808 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, &param, in mspro_block_set_interface()
812 return card->current_mrq.error; in mspro_block_set_interface()
857 memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1); in mspro_block_switch_interface()
860 rc = card->current_mrq.error; in mspro_block_switch_interface()
924 if (card->current_mrq in mspro_block_read_attributes()
[all...]
H A Dmemstick.c330 memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, &id_reg, in h_memstick_read_dev_id()
332 *mrq = &card->current_mrq; in h_memstick_read_dev_id()
351 memstick_init_req(&card->current_mrq, MS_TPC_SET_RW_REG_ADRS, in h_memstick_set_rw_addr()
354 *mrq = &card->current_mrq; in h_memstick_set_rw_addr()
375 return card->current_mrq.error; in memstick_set_rw_addr()
409 if (card->current_mrq.error) in memstick_alloc_card()
/linux/include/linux/
H A Dmemstick.h256 struct memstick_request current_mrq; member