Searched refs:tuneproc (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dumc8672.c152 hwif->tuneproc = &tune_umc;
156 mate->tuneproc = &tune_umc;
H A Dqd65xx.c339 void (*tuneproc) (ide_drive_t *, u8 pio))
349 hwif->tuneproc = tuneproc;
363 void *tuneproc = (void *) hwif->tuneproc;
371 hwif->tuneproc = NULL;
373 if (tuneproc == (void *) qd6500_tune_drive) {
376 } else if (tuneproc == (void *) qd6580_tune_drive) {
H A Ddtc2278.c126 hwif->tuneproc = &tune_dtc2278;
H A Dali14xx.c215 hwif->tuneproc = &ali14xx_tune_drive;
219 mate->tuneproc = &ali14xx_tune_drive;
H A Dht6560b.c334 hwif->tuneproc = &tune_ht6560b;
340 mate->tuneproc = &tune_ht6560b;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dtriflex.c115 hwif->tuneproc = &triflex_tune_drive;
H A Djmicron.c149 hwif->tuneproc = &jmicron_tuneproc;
H A Datiixp.c253 hwif->tuneproc = &atiixp_tuneproc;
H A Dcs5520.c166 hwif->tuneproc = &cs5520_tune_drive;
H A Dcs5530.c308 hwif->tuneproc = &cs5530_tuneproc;
H A Dcs5535.c8 * - Reworked tuneproc, set_drive, misc mods to prep for mainline
207 hwif->tuneproc = &cs5535_tuneproc;
H A Dhpt34x.c160 hwif->tuneproc = &hpt34x_tune_drive;
H A Dit8213.c237 hwif->tuneproc = &it8213_tuneproc;
H A Dopti621.c243 /* Main tune procedure, called from tuneproc. */
334 hwif->tuneproc = &opti621_tune_drive;
H A Dslc90e66.c186 hwif->tuneproc = &slc90e66_tune_drive;
H A Dtc86c001.c184 hwif->tuneproc = &tc86c001_tune_drive;
H A Dcmd640.c772 cmd_hwif0->tuneproc = &cmd640_tune_drive;
827 cmd_hwif1->tuneproc = &cmd640_tune_drive;
H A Dcy82c693.c450 hwif->tuneproc = &cy82c693_tune_drive;
H A Dsl82c105.c398 hwif->tuneproc = &sl82c105_tune_drive;
H A Daec62xx.c230 hwif->tuneproc = &aec62xx_tune_drive;
H A Dpiix.c428 hwif->tuneproc = &piix_tune_drive;
H A Dsc1200.c289 * bad abuse of ->tuneproc interface
460 hwif->tuneproc = &sc1200_tuneproc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dmpc8xx.c307 ide_hwifs[data_port].tuneproc = m8xx_ide_tuneproc;
393 ide_hwifs[data_port].tuneproc = m8xx_ide_tuneproc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-io.c199 if (drive->hwif->tuneproc != NULL)
200 drive->hwif->tuneproc(drive, 255);
800 if (HWIF(drive)->tuneproc != NULL)
801 HWIF(drive)->tuneproc(drive, drive->tune_req);
H A Dide.c454 hwif->tuneproc = tmp_hwif->tuneproc;
925 if (!HWIF(drive)->tuneproc)

Completed in 171 milliseconds

12