Home
last modified time | relevance | path

Searched refs:current_mrq (Results 1 – 4 of 4) 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()
793 return card->current_mrq.error; in mspro_block_wait_for_ced()
814 return card->current_mrq.error; in mspro_block_set_interface()
862 rc = card->current_mrq.error; in mspro_block_switch_interface()
926 if (card->current_mrq.error) { in mspro_block_read_attributes()
927 rc = card->current_mrq.error; in mspro_block_read_attributes()
1029 if (card->current_mrq.error) { in mspro_block_read_attributes()
1030 rc = card->current_mrq.error; in mspro_block_read_attributes()
1084 if (card->current_mrq.error) in mspro_block_init_card()
[all …]
H A Dmemstick.c328 memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, &id_reg, in h_memstick_read_dev_id()
330 *mrq = &card->current_mrq; in h_memstick_read_dev_id()
349 memstick_init_req(&card->current_mrq, MS_TPC_SET_RW_REG_ADRS, in h_memstick_set_rw_addr()
352 *mrq = &card->current_mrq; in h_memstick_set_rw_addr()
371 return card->current_mrq.error; in memstick_set_rw_addr()
405 if (card->current_mrq.error) in memstick_alloc_card()
H A Dms_block.c227 memset(&card->current_mrq, 0, sizeof(card->current_mrq)); in msb_run_state_machine()
257 struct memstick_request *mrq = &msb->card->current_mrq; in msb_read_int_reg()
284 struct memstick_request *req = &msb->card->current_mrq; in msb_read_regs()
305 struct memstick_request *req = &msb->card->current_mrq; in msb_write_regs()
339 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_read_page()
477 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_write_block()
589 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_send_command()
660 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_reset()
682 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_parallel_switch()
/linux/include/linux/
H A Dmemstick.h256 struct memstick_request current_mrq; member