Searched refs:ide_other (Results 1 – 1 of 1) sorted by relevance
2060 static struct ide_table ide_other[] = { in is_pciide() local2085 for (size_t i = 0; i < ARRAY_SIZE(ide_other); i++) { in is_pciide()2086 if (ide_other[i].venid == prop->ppd_vendid && in is_pciide()2087 ide_other[i].devid == prop->ppd_devid) in is_pciide()