Searched refs:ide_taskfile (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/ide/ |
D | ide-disk_proc.c | 13 struct ide_taskfile *tf = &cmd.tf; in smart_enable() 29 struct ide_taskfile *tf = &cmd.tf; in get_smart_data()
|
D | ide-lib.c | 11 struct ide_taskfile *tf = &cmd->tf; in ide_get_lba_addr() 28 struct ide_taskfile *tf = &cmd.tf; in ide_dump_sector()
|
D | ide-io-std.c | 89 void ide_tf_load(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) in ide_tf_load() 116 void ide_tf_read(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) in ide_tf_read()
|
D | ide-io.c | 77 struct ide_taskfile *tf = &cmd->tf; in ide_complete_cmd() 155 static void ide_tf_set_specify_cmd(ide_drive_t *drive, struct ide_taskfile *tf) in ide_tf_set_specify_cmd() 165 static void ide_tf_set_restore_cmd(ide_drive_t *drive, struct ide_taskfile *tf) in ide_tf_set_restore_cmd() 171 static void ide_tf_set_setmult_cmd(ide_drive_t *drive, struct ide_taskfile *tf) in ide_tf_set_setmult_cmd()
|
D | ide-iops.c | 40 struct ide_taskfile tf; in ide_read_error() 351 struct ide_taskfile tf; in ide_config_drive_speed()
|
D | ide-disk.c | 90 struct ide_taskfile *tf = &cmd.tf; in __ide_do_rw_disk() 209 struct ide_taskfile *tf = &cmd.tf; in idedisk_read_native_max_address() 243 struct ide_taskfile *tf = &cmd.tf; in idedisk_set_max_address()
|
D | ide-park.c | 66 struct ide_taskfile *tf = &cmd.tf; in ide_do_park_unpark()
|
D | ns87415.c | 64 static void superio_tf_read(ide_drive_t *drive, struct ide_taskfile *tf, in superio_tf_read()
|
D | ide-atapi.c | 335 struct ide_taskfile tf; in ide_read_bcount_and_ireason() 555 struct ide_taskfile tf; in ide_read_ireason()
|
D | ide-taskfile.c | 83 struct ide_taskfile *tf = &cmd->tf; in do_rw_taskfile() 154 struct ide_taskfile *tf = &cmd->tf; in task_no_data_intr()
|
D | ide-ioctls.c | 123 struct ide_taskfile *tf = &cmd.tf; in ide_cmd_ioctl()
|
D | tx4939ide.c | 437 static void tx4939ide_tf_load(ide_drive_t *drive, struct ide_taskfile *tf, in tx4939ide_tf_load()
|
D | ide-probe.c | 291 struct ide_taskfile tf; in ide_dev_read_id() 353 struct ide_taskfile tf; in ide_read_device()
|
/Linux-v4.19/include/linux/ |
D | ide.h | 311 struct ide_taskfile { struct 329 struct ide_taskfile tf; argument 330 struct ide_taskfile hob; 636 void (*tf_load)(ide_drive_t *, struct ide_taskfile *, u8); 637 void (*tf_read)(ide_drive_t *, struct ide_taskfile *, u8); 1132 void ide_tf_load(ide_drive_t *, struct ide_taskfile *, u8); 1133 void ide_tf_read(ide_drive_t *, struct ide_taskfile *, u8);
|