Searched refs:memstick_dev (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/include/linux/ |
D | memstick.h | 251 struct memstick_dev { struct 259 int (*check)(struct memstick_dev *card); argument 261 int (*next_request)(struct memstick_dev *card, argument 264 void (*stop)(struct memstick_dev *card); argument 266 void (*start)(struct memstick_dev *card); argument 282 struct memstick_dev *card; argument 297 int (*probe)(struct memstick_dev *card); 298 void (*remove)(struct memstick_dev *card); 299 int (*suspend)(struct memstick_dev *card, 301 int (*resume)(struct memstick_dev *card); [all …]
|
/linux-5.19.10/drivers/memstick/core/ |
D | memstick.c | 28 static int memstick_dev_match(struct memstick_dev *card, in memstick_dev_match() 43 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_bus_match() 62 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_uevent() 79 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_probe() 96 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_remove() 114 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_suspend() 127 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_resume() 149 struct memstick_dev *card = container_of(dev, struct memstick_dev, \ 165 ATTRIBUTE_GROUPS(memstick_dev); 192 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_free_card() [all …]
|
D | mspro_block.c | 135 struct memstick_dev *card; 155 int (*mrq_handler)(struct memstick_dev *card, 162 void (*setup_transfer)(struct memstick_dev *card, 176 static int mspro_block_complete_req(struct memstick_dev *card, int error); 482 static int h_mspro_block_req_init(struct memstick_dev *card, in h_mspro_block_req_init() 492 static int h_mspro_block_default(struct memstick_dev *card, in h_mspro_block_default() 498 static int h_mspro_block_default_bad(struct memstick_dev *card, in h_mspro_block_default_bad() 504 static int h_mspro_block_get_ro(struct memstick_dev *card, in h_mspro_block_get_ro() 520 static int h_mspro_block_wait_for_ced(struct memstick_dev *card, in h_mspro_block_wait_for_ced() 535 static int h_mspro_block_transfer_data(struct memstick_dev *card, in h_mspro_block_transfer_data() [all …]
|
D | ms_block.c | 218 (struct memstick_dev *card, struct memstick_request **req)) in msb_run_state_machine() 220 struct memstick_dev *card = msb->card; in msb_run_state_machine() 324 static int h_msb_default_bad(struct memstick_dev *card, in h_msb_default_bad() 335 static int h_msb_read_page(struct memstick_dev *card, in h_msb_read_page() 473 static int h_msb_write_block(struct memstick_dev *card, in h_msb_write_block() 585 static int h_msb_send_command(struct memstick_dev *card, in h_msb_send_command() 655 static int h_msb_reset(struct memstick_dev *card, in h_msb_reset() 678 static int h_msb_parallel_switch(struct memstick_dev *card, in h_msb_parallel_switch() 728 struct memstick_dev *card = msb->card; in msb_reset() 1698 static int msb_init_card(struct memstick_dev *card) in msb_init_card() [all …]
|
D | ms_block.h | 146 struct memstick_dev *card; 273 static int h_msb_default_bad(struct memstick_dev *card,
|
/linux-5.19.10/drivers/memstick/host/ |
D | rtsx_pci_ms.c | 136 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
|
D | rtsx_usb_ms.c | 239 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
|