Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/memstick/core/
Dmspro_block.c530 *mrq = &card->current_mrq; in h_mspro_block_req_init()
691 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, in h_mspro_block_setup_cmd()
759 if (error || (card->current_mrq.tpc == MSPRO_CMD_STOP)) { in mspro_block_complete_req()
872 memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1); in mspro_block_wait_for_ced()
875 return card->current_mrq.error; in mspro_block_wait_for_ced()
892 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, &param, in mspro_block_set_interface()
896 return card->current_mrq.error; in mspro_block_set_interface()
941 memstick_init_req(&card->current_mrq, MS_TPC_GET_INT, NULL, 1); in mspro_block_switch_interface()
944 rc = card->current_mrq.error; in mspro_block_switch_interface()
1008 if (card->current_mrq.error) { in mspro_block_read_attributes()
[all …]
Dmemstick.c333 memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, NULL, in h_memstick_read_dev_id()
335 *mrq = &card->current_mrq; in h_memstick_read_dev_id()
355 memstick_init_req(&card->current_mrq, MS_TPC_SET_RW_REG_ADRS, in h_memstick_set_rw_addr()
358 *mrq = &card->current_mrq; in h_memstick_set_rw_addr()
377 return card->current_mrq.error; in memstick_set_rw_addr()
411 if (card->current_mrq.error) in memstick_alloc_card()
Dms_block.c231 memset(&card->current_mrq, 0, sizeof(card->current_mrq)); in msb_run_state_machine()
261 struct memstick_request *mrq = &msb->card->current_mrq; in msb_read_int_reg()
288 struct memstick_request *req = &msb->card->current_mrq; in msb_read_regs()
309 struct memstick_request *req = &msb->card->current_mrq; in msb_write_regs()
343 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_read_page()
479 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_write_block()
591 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_send_command()
662 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_reset()
684 struct memstick_request *mrq = *out_mrq = &card->current_mrq; in h_msb_parallel_switch()
/linux-4.4.14/include/linux/
Dmemstick.h260 struct memstick_request current_mrq; member