/kernel/linux/linux-5.10/drivers/memstick/core/ |
H A 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() 115 struct memstick_dev *car in memstick_device_suspend() 166 ATTRIBUTE_GROUPS(memstick_dev); global() variable [all...] |
H A D | mspro_block.c | 135 struct memstick_dev *card; 156 int (*mrq_handler)(struct memstick_dev *card, 163 void (*setup_transfer)(struct memstick_dev *card, 177 static int mspro_block_complete_req(struct memstick_dev *card, int error); 521 static int h_mspro_block_req_init(struct memstick_dev *card, in h_mspro_block_req_init() 531 static int h_mspro_block_default(struct memstick_dev *card, in h_mspro_block_default() 537 static int h_mspro_block_default_bad(struct memstick_dev *card, in h_mspro_block_default_bad() 543 static int h_mspro_block_get_ro(struct memstick_dev *card, in h_mspro_block_get_ro() 559 static int h_mspro_block_wait_for_ced(struct memstick_dev *card, in h_mspro_block_wait_for_ced() 574 static int h_mspro_block_transfer_data(struct memstick_dev *car [all...] |
H A 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() 471 static int h_msb_write_block(struct memstick_dev *card, in h_msb_write_block() 583 static int h_msb_send_command(struct memstick_dev *card, in h_msb_send_command() 653 static int h_msb_reset(struct memstick_dev *card, in h_msb_reset() 676 static int h_msb_parallel_switch(struct memstick_dev *card, in h_msb_parallel_switch() 725 struct memstick_dev *card = msb->card; in msb_reset() 1690 static int msb_init_card(struct memstick_dev *car [all...] |
H A D | ms_block.h | 147 struct memstick_dev *card; 274 static int h_msb_default_bad(struct memstick_dev *card,
|
/kernel/linux/linux-6.6/drivers/memstick/core/ |
H A 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 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 *car in memstick_device_suspend() 165 ATTRIBUTE_GROUPS(memstick_dev); global() variable [all...] |
H A 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); 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 *car [all...] |
H A 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 *car [all...] |
H A D | ms_block.h | 146 struct memstick_dev *card; 273 static int h_msb_default_bad(struct memstick_dev *card,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | memstick.h | 251 struct memstick_dev { struct 259 int (*check)(struct memstick_dev *card); 261 int (*next_request)(struct memstick_dev *card, 264 void (*stop)(struct memstick_dev *card); 266 void (*start)(struct memstick_dev *card); 282 struct memstick_dev *card; 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 *car [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | memstick.h | 251 struct memstick_dev { struct 259 int (*check)(struct memstick_dev *card); 261 int (*next_request)(struct memstick_dev *card, 264 void (*stop)(struct memstick_dev *card); 266 void (*start)(struct memstick_dev *card); 282 struct memstick_dev *card; 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 *car [all...] |
/kernel/linux/linux-5.10/drivers/memstick/host/ |
H A D | rtsx_pci_ms.c | 136 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
|
H A D | rtsx_usb_ms.c | 239 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
|
/kernel/linux/linux-6.6/drivers/memstick/host/ |
H A D | rtsx_pci_ms.c | 136 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
|
H A D | rtsx_usb_ms.c | 239 struct memstick_dev *card = host->msh->card; in ms_transfer_data()
|