/Linux-v5.10/include/linux/ |
D | ide.h | 329 struct ide_cmd { struct 649 void (*input_data)(ide_drive_t *, struct ide_cmd *, 651 void (*output_data)(ide_drive_t *, struct ide_cmd *, 695 int (*dma_setup)(struct ide_drive_s *, struct ide_cmd *); 701 int (*dma_check)(struct ide_drive_s *, struct ide_cmd *); 771 struct ide_cmd cmd; /* current command */ 857 typedef void (xfer_func_t)(ide_drive_t *, struct ide_cmd *, void *, unsigned); 1111 void ide_execute_command(ide_drive_t *, struct ide_cmd *, ide_handler_t *, 1135 void ide_complete_cmd(ide_drive_t *, struct ide_cmd *, u8, u8); 1138 void ide_tf_readback(ide_drive_t *drive, struct ide_cmd *cmd); [all …]
|
/Linux-v5.10/drivers/ide/ |
D | ide-taskfile.c | 29 void ide_tf_readback(ide_drive_t *drive, struct ide_cmd *cmd) in ide_tf_readback() 46 void ide_tf_dump(const char *s, struct ide_cmd *cmd) in ide_tf_dump() 61 struct ide_cmd cmd; in taskfile_lib_get_identify() 77 static ide_startstop_t pre_task_out_intr(ide_drive_t *, struct ide_cmd *); 80 ide_startstop_t do_rw_taskfile(ide_drive_t *drive, struct ide_cmd *orig_cmd) in do_rw_taskfile() 83 struct ide_cmd *cmd = &hwif->cmd; in do_rw_taskfile() 154 struct ide_cmd *cmd = &hwif->cmd; in task_no_data_intr() 226 void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_bytes() 274 static void ide_pio_datablock(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_datablock() 299 static void ide_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd) in ide_error_cmd() [all …]
|
D | ide-dma.c | 94 struct ide_cmd *cmd = &hwif->cmd; in ide_dma_intr() 133 static int ide_dma_map_sg(ide_drive_t *drive, struct ide_cmd *cmd) in ide_dma_map_sg() 164 void ide_dma_unmap_sg(ide_drive_t *drive, struct ide_cmd *cmd) in ide_dma_unmap_sg() 450 struct ide_cmd *cmd = &hwif->cmd; in ide_dma_timeout_retry() 531 int ide_dma_prepare(ide_drive_t *drive, struct ide_cmd *cmd) in ide_dma_prepare()
|
D | ide-disk.c | 56 static void ide_tf_set_cmd(ide_drive_t *drive, struct ide_cmd *cmd, u8 dma) in ide_tf_set_cmd() 89 struct ide_cmd cmd; in __ide_do_rw_disk() 208 struct ide_cmd cmd; in idedisk_read_native_max_address() 242 struct ide_cmd cmd; in idedisk_set_max_address() 432 struct ide_cmd *cmd; in idedisk_prep_rq() 510 struct ide_cmd cmd; in ide_do_setfeature() 584 struct ide_cmd cmd; in do_idedisk_flushcache() 765 struct ide_cmd cmd; in ide_disk_set_doorlock()
|
D | q40ide.c | 73 static void q40ide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, in q40ide_input_data() 86 static void q40ide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, in q40ide_output_data()
|
D | falconide.c | 61 static void falconide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, in falconide_input_data() 74 static void falconide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, in falconide_output_data()
|
D | ide-disk_proc.c | 12 struct ide_cmd cmd; in smart_enable() 28 struct ide_cmd cmd; in get_smart_data()
|
D | ide-io.c | 84 void ide_complete_cmd(ide_drive_t *drive, struct ide_cmd *cmd, u8 stat, u8 err) in ide_complete_cmd() 116 struct ide_cmd *orig_cmd = ide_req(rq)->special; in ide_complete_cmd() 197 struct ide_cmd cmd; in do_special() 233 void ide_map_sg(ide_drive_t *drive, struct ide_cmd *cmd) in ide_map_sg() 246 void ide_init_sg_cmd(struct ide_cmd *cmd, unsigned int nr_bytes) in ide_init_sg_cmd() 269 struct ide_cmd *cmd = ide_req(rq)->special; in execute_drive_cmd()
|
D | ide-lib.c | 10 u64 ide_get_lba_addr(struct ide_cmd *cmd, int lba48) in ide_get_lba_addr() 28 struct ide_cmd cmd; in ide_dump_sector()
|
D | trm290.c | 181 static int trm290_dma_check(ide_drive_t *drive, struct ide_cmd *cmd) in trm290_dma_check() 192 static int trm290_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd) in trm290_dma_setup()
|
D | tx4938ide.c | 74 static void tx4938ide_input_data_swap(ide_drive_t *drive, struct ide_cmd *cmd, in tx4938ide_input_data_swap() 86 static void tx4938ide_output_data_swap(ide_drive_t *drive, struct ide_cmd *cmd, in tx4938ide_output_data_swap()
|
D | tx4939ide.c | 234 static int tx4939ide_build_dmatable(ide_drive_t *drive, struct ide_cmd *cmd) in tx4939ide_build_dmatable() 287 static int tx4939ide_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd) in tx4939ide_dma_setup() 447 static void tx4939ide_input_data_swap(ide_drive_t *drive, struct ide_cmd *cmd, in tx4939ide_input_data_swap() 459 static void tx4939ide_output_data_swap(ide_drive_t *drive, struct ide_cmd *cmd, in tx4939ide_output_data_swap()
|
D | ide-dma-sff.c | 115 int ide_build_dmatable(ide_drive_t *drive, struct ide_cmd *cmd) in ide_build_dmatable() 188 int ide_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd) in ide_dma_setup()
|
D | ide-io-std.c | 165 void ide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, void *buf, in ide_input_data() 209 void ide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, void *buf, in ide_output_data()
|
D | ide-ioctls.c | 132 struct ide_cmd cmd; in ide_cmd_ioctl() 207 struct ide_cmd cmd; in ide_task_ioctl()
|
D | ide-atapi.c | 420 struct ide_cmd *cmd = &hwif->cmd; in ide_pc_intr() 558 static void ide_init_packet_cmd(struct ide_cmd *cmd, u8 valid_tf, in ide_init_packet_cmd() 697 ide_startstop_t ide_issue_pc(ide_drive_t *drive, struct ide_cmd *cmd) in ide_issue_pc()
|
D | ide-park.c | 67 struct ide_cmd cmd; in ide_do_park_unpark()
|
D | ide-floppy.c | 125 struct ide_cmd *cmd, in ide_floppy_issue_pc() 234 struct ide_cmd cmd; in ide_floppy_do_request()
|
D | ide-pm.c | 132 struct ide_cmd cmd = { }; in ide_start_power_step()
|
D | ide-cd.c | 417 static void ide_cd_request_sense_fixup(ide_drive_t *drive, struct ide_cmd *cmd) in ide_cd_request_sense_fixup() 516 static bool ide_cd_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd) in ide_cd_error_cmd() 610 struct ide_cmd *cmd = &hwif->cmd; in cdrom_newpc_intr() 879 struct ide_cmd cmd; in ide_cd_do_request()
|
D | ide-iops.c | 487 void ide_execute_command(ide_drive_t *drive, struct ide_cmd *cmd, in ide_execute_command()
|
D | alim15x3.c | 210 static int ali_dma_check(ide_drive_t *drive, struct ide_cmd *cmd) in ali_dma_check()
|
D | ide-eh.c | 129 struct ide_cmd *cmd = ide_req(rq)->special; in ide_error()
|
D | ide-acpi.c | 321 struct ide_cmd cmd; in do_drive_set_taskfiles()
|
D | icside.c | 309 static int icside_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd) in icside_dma_setup()
|