Searched refs:thisdev (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Ddaisy.c458 int thisdev = numdevs; local
516 detected = numdevs - thisdev;
524 for (daisy = 0; thisdev < numdevs; thisdev++, daisy++)
525 parport_device_id (thisdev, deviceid, 1000);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/pci/
H A Dpciconf.c1289 struct pci_attach_args *thisdev; local
1292 thisdev = pcitree[port].args;
1294 if (PCI_CLASS(thisdev->pa_class) == class) {
1296 *tag = thisdev->pa_tag;
1302 thisdev++;
1313 struct pci_attach_args *thisdev; local
1316 thisdev = pcitree[port].args;
1318 if ((PCI_VENDOR(thisdev->pa_id) == vid) &&
1319 (PCI_PRODUCT(thisdev->pa_id) == did)) {
1321 *tag = thisdev
[all...]

Completed in 92 milliseconds