tag | line | file | source code |
tuneproc | 227 | drivers/block/ali14xx.c | ide_hwifs[0].tuneproc = &ali14xx_tune_drive; |
tuneproc | 228 | drivers/block/ali14xx.c | ide_hwifs[1].tuneproc = &ali14xx_tune_drive; |
tuneproc | 410 | drivers/block/cmd640.c | ide_hwifs[0].tuneproc = &cmd640_tune_drive; |
tuneproc | 421 | drivers/block/cmd640.c | ide_hwifs[1].tuneproc = &cmd640_tune_drive; |
tuneproc | 123 | drivers/block/dtc2278.c | ide_hwifs[0].tuneproc = &tune_dtc2278; |
tuneproc | 228 | drivers/block/ht6560b.c | ide_hwifs[0].tuneproc = &tune_ht6560b; |
tuneproc | 229 | drivers/block/ht6560b.c | ide_hwifs[1].tuneproc = &tune_ht6560b; |
tuneproc | 1179 | drivers/block/ide.c | ide_tuneproc_t *tuneproc = HWIF(drive)->tuneproc; |
tuneproc | 1181 | drivers/block/ide.c | if (tuneproc != NULL) |
tuneproc | 1182 | drivers/block/ide.c | tuneproc(drive, drive->pio_req); |
tuneproc | 2072 | drivers/block/ide.c | if (!HWIF(drive)->tuneproc) |
tuneproc | 2381 | drivers/block/ide.c | ide_tuneproc_t *tuneproc = HWIF(drive)->tuneproc; |
tuneproc | 2382 | drivers/block/ide.c | if (tuneproc != NULL && drive->autotune == 1) |
tuneproc | 2383 | drivers/block/ide.c | tuneproc(drive, 255); /* auto-tune PIO mode */ |
tuneproc | 412 | drivers/block/ide.h | ide_tuneproc_t *tuneproc; /* routine to tune PIO mode for drives */ |
tuneproc | 64 | drivers/block/qd6580.c | ide_hwifs[0].tuneproc = &tune_qd6580; |
tuneproc | 146 | drivers/block/umc8672.c | ide_hwifs[0].tuneproc = &tune_umc; |
tuneproc | 147 | drivers/block/umc8672.c | ide_hwifs[1].tuneproc = &tune_umc; |