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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-iops.c188 * ide_in_drive_list - look for drive in black/white list
196 int ide_in_drive_list(u16 *id, const struct drive_list_entry *table) function
205 EXPORT_SYMBOL_GPL(ide_in_drive_list); variable
232 int ivb = ide_in_drive_list(id, ivb_list);
H A Dide-dma.c118 return ide_in_drive_list(drive->id, drive_whitelist);
222 int blacklist = ide_in_drive_list(id, drive_blacklist);
H A Dide-disk.c305 if (ide_in_drive_list(drive->id, hpa_list)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dide.h1345 int ide_in_drive_list(u16 *, const struct drive_list_entry *);

Completed in 84 milliseconds