Home
last modified time | relevance | path

Searched refs:memstick_dev (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/linux/
Dmemstick.h251 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-6.6.21/drivers/memstick/core/
Dmemstick.c28 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 const struct memstick_dev *card = container_of_const(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 …]
Dmspro_block.c135 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);
449 static int h_mspro_block_req_init(struct memstick_dev *card, in h_mspro_block_req_init()
459 static int h_mspro_block_default(struct memstick_dev *card, in h_mspro_block_default()
465 static int h_mspro_block_default_bad(struct memstick_dev *card, in h_mspro_block_default_bad()
471 static int h_mspro_block_get_ro(struct memstick_dev *card, in h_mspro_block_get_ro()
487 static int h_mspro_block_wait_for_ced(struct memstick_dev *card, in h_mspro_block_wait_for_ced()
502 static int h_mspro_block_transfer_data(struct memstick_dev *card, in h_mspro_block_transfer_data()
[all …]
Dms_block.c218 (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 …]
Dms_block.h146 struct memstick_dev *card;
273 static int h_msb_default_bad(struct memstick_dev *card,
/linux-6.6.21/drivers/memstick/host/
Drtsx_pci_ms.c136 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
Drtsx_usb_ms.c239 struct memstick_dev *card = host->msh->card; in ms_transfer_data()