Searched refs:ide_tf_load (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-io-std.c | 90 void ide_tf_load(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) in ide_tf_load() function 115 EXPORT_SYMBOL_GPL(ide_tf_load); variable 257 .tf_load = ide_tf_load,
|
H A D | ns87415.c | 93 .tf_load = ide_tf_load, 279 .tf_load = ide_tf_load,
|
H A D | q40ide.c | 107 .tf_load = ide_tf_load,
|
H A D | falconide.c | 95 .tf_load = ide_tf_load,
|
H A D | ht6560b.c | 333 .tf_load = ide_tf_load,
|
H A D | trm290.c | 310 .tf_load = ide_tf_load,
|
H A D | tx4938ide.c | 107 .tf_load = ide_tf_load,
|
H A D | qd65xx.c | 322 .tf_load = ide_tf_load,
|
H A D | pmac.c | 962 .tf_load = ide_tf_load, 976 .tf_load = ide_tf_load,
|
H A D | tx4939ide.c | 438 ide_tf_load(drive, tf, valid); in tx4939ide_tf_load()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ide.h | 1147 void ide_tf_load(ide_drive_t *, struct ide_taskfile *, u8);
|
Completed in 10 milliseconds