Lines Matching defs:device
78 int device;
99 * Perform cable detection according to the device and subvendor
108 while(cb->device) {
109 if (cb->device == pdev->device &&
123 * @pdev: PCI device to check
125 * Returns true if the device being checked is known to be a CSB
126 * series device.
131 switch (pdev->device) {
145 * @adev: ATA device
148 * Filter the offered modes for the device to apply controller
163 * @adev: ATA device
192 * @adev: ATA device
220 * @adev: ATA device
367 switch (pdev->device) {
426 if (pdev->device == PCI_DEVICE_ID_SERVERWORKS_OSB4IDE) {
433 else if ((pdev->device == PCI_DEVICE_ID_SERVERWORKS_CSB5IDE) ||
434 (pdev->device == PCI_DEVICE_ID_SERVERWORKS_CSB6IDE) ||
435 (pdev->device == PCI_DEVICE_ID_SERVERWORKS_CSB6IDE2)) {
443 if (pdev->device == PCI_DEVICE_ID_SERVERWORKS_CSB6IDE2)