Searched refs:memstick_dev (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/memstick/core/ |
D | memstick.c | 31 static int memstick_dev_match(struct memstick_dev *card, in memstick_dev_match() 46 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_bus_match() 65 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_uevent() 82 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_probe() 99 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_remove() 118 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_suspend() 131 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_resume() 153 struct memstick_dev *card = container_of(dev, struct memstick_dev, \ 169 ATTRIBUTE_GROUPS(memstick_dev); 196 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_free_card() [all …]
|
D | mspro_block.c | 139 struct memstick_dev *card; 160 int (*mrq_handler)(struct memstick_dev *card, 167 void (*setup_transfer)(struct memstick_dev *card, 181 static int mspro_block_complete_req(struct memstick_dev *card, int error); 525 static int h_mspro_block_req_init(struct memstick_dev *card, in h_mspro_block_req_init() 535 static int h_mspro_block_default(struct memstick_dev *card, in h_mspro_block_default() 541 static int h_mspro_block_default_bad(struct memstick_dev *card, in h_mspro_block_default_bad() 547 static int h_mspro_block_get_ro(struct memstick_dev *card, in h_mspro_block_get_ro() 563 static int h_mspro_block_wait_for_ced(struct memstick_dev *card, in h_mspro_block_wait_for_ced() 578 static int h_mspro_block_transfer_data(struct memstick_dev *card, in h_mspro_block_transfer_data() [all …]
|
D | ms_block.c | 222 (struct memstick_dev *card, struct memstick_request **req)) in msb_run_state_machine() 224 struct memstick_dev *card = msb->card; in msb_run_state_machine() 328 static int h_msb_default_bad(struct memstick_dev *card, in h_msb_default_bad() 339 static int h_msb_read_page(struct memstick_dev *card, in h_msb_read_page() 475 static int h_msb_write_block(struct memstick_dev *card, in h_msb_write_block() 587 static int h_msb_send_command(struct memstick_dev *card, in h_msb_send_command() 657 static int h_msb_reset(struct memstick_dev *card, in h_msb_reset() 680 static int h_msb_parallel_switch(struct memstick_dev *card, in h_msb_parallel_switch() 729 struct memstick_dev *card = msb->card; in msb_reset() 1693 static int msb_init_card(struct memstick_dev *card) in msb_init_card() [all …]
|
D | ms_block.h | 151 struct memstick_dev *card; 277 static int h_msb_default_bad(struct memstick_dev *card,
|
/linux-4.4.14/include/linux/ |
D | memstick.h | 255 struct memstick_dev { struct 263 int (*check)(struct memstick_dev *card); argument 265 int (*next_request)(struct memstick_dev *card, argument 268 void (*stop)(struct memstick_dev *card); argument 270 void (*start)(struct memstick_dev *card); argument 286 struct memstick_dev *card; argument 300 int (*probe)(struct memstick_dev *card); 301 void (*remove)(struct memstick_dev *card); 302 int (*suspend)(struct memstick_dev *card, 304 int (*resume)(struct memstick_dev *card); [all …]
|
/linux-4.4.14/drivers/memstick/host/ |
D | rtsx_pci_ms.c | 148 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
|
D | rtsx_usb_ms.c | 251 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
|