Searched refs:ide_raw_taskfile (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-disk.c37 * Version 1.15 convert all calls to ide_raw_taskfile
346 ide_raw_taskfile(drive, &args, NULL);
372 ide_raw_taskfile(drive, &args, NULL);
408 ide_raw_taskfile(drive, &args, NULL);
441 ide_raw_taskfile(drive, &args, NULL);
572 return ide_raw_taskfile(drive, &args, NULL);
589 return ide_raw_taskfile(drive, &args, buf);
605 return ide_raw_taskfile(drive, &args, buf);
811 err = ide_raw_taskfile(drive, &args, NULL);
832 return ide_raw_taskfile(driv
[all...]
H A Dide-taskfile.c94 return ide_raw_taskfile(drive, &args, buf);
514 int ide_raw_taskfile (ide_drive_t *drive, ide_task_t *args, u8 *buf) function
519 EXPORT_SYMBOL(ide_raw_taskfile); variable
H A Dide-acpi.c370 err = ide_raw_taskfile(drive, &args, NULL);
372 printk(KERN_ERR "%s: ide_raw_taskfile failed: %u\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h1170 extern int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *);

Completed in 66 milliseconds