Home
last modified time | relevance | path

Searched refs:tf_load (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/ide/
Dns87415.c92 .tf_load = ide_tf_load,
278 .tf_load = ide_tf_load,
Dfalconide.c100 .tf_load = ide_tf_load,
Dq40ide.c107 .tf_load = ide_tf_load,
Dtrm290.c310 .tf_load = ide_tf_load,
Dtx4938ide.c107 .tf_load = ide_tf_load,
Dht6560b.c332 .tf_load = ide_tf_load,
Dtx4939ide.c482 .tf_load = tx4939ide_tf_load,
498 .tf_load = tx4939ide_tf_load,
Dide-io-std.c256 .tf_load = ide_tf_load,
Dide-taskfile.c119 tp_ops->tf_load(drive, &cmd->hob, cmd->valid.out.hob); in do_rw_taskfile()
120 tp_ops->tf_load(drive, &cmd->tf, cmd->valid.out.tf); in do_rw_taskfile()
Dqd65xx.c321 .tf_load = ide_tf_load,
Dide-iops.c382 tp_ops->tf_load(drive, &tf, IDE_VALID_FEATURE | IDE_VALID_NSECT); in ide_config_drive_speed()
Dsgiioc4.c500 .tf_load = ide_tf_load,
Dau1xxx-ide.c469 .tf_load = ide_tf_load,
Dpmac.c966 .tf_load = ide_tf_load,
980 .tf_load = ide_tf_load,
Dide-probe.c295 tp_ops->tf_load(drive, &tf, IDE_VALID_FEATURE); in ide_dev_read_id()
/Linux-v4.19/Documentation/driver-api/
Dlibata.rst104 ``->tf_load()`` is called to load the given taskfile into hardware
131 causes an ATA command, previously loaded with ``->tf_load()``, to be
269 :c:func:`ata_qc_issue_prot` calls ``->tf_load()``, ``->bmdma_setup()``, and
/Linux-v4.19/include/linux/
Dide.h636 void (*tf_load)(ide_drive_t *, struct ide_taskfile *, u8); member