Searched refs:ide_tf_load (Results 1 - 13 of 13) sorted by relevance
/linux-4.4.14/drivers/ide/ |
H A D | ide-io-std.c | 89 void ide_tf_load(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) ide_tf_load() function 114 EXPORT_SYMBOL_GPL(ide_tf_load); variable 256 .tf_load = ide_tf_load,
|
H A D | falconide.c | 100 .tf_load = ide_tf_load,
|
H A D | q40ide.c | 107 .tf_load = ide_tf_load,
|
H A D | ns87415.c | 92 .tf_load = ide_tf_load, 278 .tf_load = ide_tf_load,
|
H A D | tx4938ide.c | 107 .tf_load = ide_tf_load,
|
H A D | ht6560b.c | 332 .tf_load = ide_tf_load,
|
H A D | qd65xx.c | 321 .tf_load = ide_tf_load,
|
H A D | trm290.c | 310 .tf_load = ide_tf_load,
|
H A D | au1xxx-ide.c | 469 .tf_load = ide_tf_load,
|
H A D | sgiioc4.c | 500 .tf_load = ide_tf_load,
|
H A D | tx4939ide.c | 440 ide_tf_load(drive, tf, valid); tx4939ide_tf_load()
|
H A D | pmac.c | 966 .tf_load = ide_tf_load, 980 .tf_load = ide_tf_load,
|
/linux-4.4.14/include/linux/ |
H A D | ide.h | 1101 void ide_tf_load(ide_drive_t *, struct ide_taskfile *, u8);
|
Completed in 861 milliseconds