tag | line | file | source code |
device_id | 382 | arch/alpha/kernel/bios32.c | int pcibios_find_device (unsigned short vendor, unsigned short device_id, |
device_id | 390 | arch/alpha/kernel/bios32.c | if (dev->vendor == vendor && dev->device == device_id) { |
device_id | 230 | arch/i386/kernel/bios32.c | int pcibios_find_device (unsigned short vendor, unsigned short device_id, |
device_id | 243 | arch/i386/kernel/bios32.c | "c" (device_id), |
device_id | 206 | arch/ppc/kernel/pci.c | pcibios_find_device (unsigned short vendor, unsigned short device_id, |
device_id | 210 | arch/ppc/kernel/pci.c | unsigned int w, desired = (device_id << 16) | vendor; |
device_id | 3039 | drivers/char/cyclades.c | unsigned short device_id,dev_index = 0,board_index = 0; |
device_id | 3046 | drivers/char/cyclades.c | while((device_id = cy_pci_dev_id[dev_index]) != 0) { |
device_id | 3048 | drivers/char/cyclades.c | device_id,board_index, |
device_id | 3058 | drivers/char/cyclades.c | if (device_id == 0) break; |
device_id | 385 | drivers/net/tulip.c | unsigned int vendor_id, device_id; |
device_id | 464 | drivers/net/tulip.c | card_type(struct tulip_private *tp, int device_id, int vendor_id) |
device_id | 468 | drivers/net/tulip.c | for (n = 0; cardVendor[n].device_id; n ++) |
device_id | 469 | drivers/net/tulip.c | if (cardVendor[n].device_id == device_id |
device_id | 1176 | drivers/net/tulip.c | int irq, int device_id) |
device_id | 1192 | drivers/net/tulip.c | device_id == PCI_DEVICE_ID_DEC_TULIP_FAST, |
device_id | 1193 | drivers/net/tulip.c | device_id == PCI_DEVICE_ID_DEC_TULIP_PLUS); |
device_id | 1200 | drivers/net/tulip.c | if (device_id == PCI_DEVICE_ID_DEC_TULIP_PLUS |
device_id | 1203 | drivers/net/tulip.c | device_id = PCI_DEVICE_ID_DEC_TULIP; |
device_id | 1211 | drivers/net/tulip.c | if (device_id == PCI_DEVICE_ID_DEC_TULIP) { |
device_id | 1256 | drivers/net/tulip.c | if (card_type(tp, device_id, |
device_id | 1409 | drivers/scsi/53c7,8xx.c | unsigned short vendor_id, device_id, command; |
device_id | 1434 | drivers/scsi/53c7,8xx.c | &device_id)) || |
device_id | 1500 | drivers/scsi/53c7,8xx.c | if (device_id == pci_chip_ids[i].pci_device_id) { |
device_id | 1509 | drivers/scsi/53c7,8xx.c | if (chip && device_id != expected_id) |
device_id | 1512 | drivers/scsi/53c7,8xx.c | (unsigned int) device_id, (unsigned int) expected_id ); |
device_id | 172 | drivers/scsi/AM53C974.c | unsigned short vendor_id, device_id, command, status, scratch[8]; |
device_id | 180 | drivers/scsi/AM53C974.c | device_id = AM53C974_PCIREG_READ_WORD(instance, PCI_DEVICE_ID); |
device_id | 195 | drivers/scsi/AM53C974.c | printk("PCI_DEVICE_ID: 0x%x\n", device_id); |
device_id | 3915 | drivers/scsi/aic7xxx.c | unsigned short device_id; |
device_id | 3949 | drivers/scsi/aic7xxx.c | aic7xxx_pci_devices[i].device_id, |
device_id | 307 | include/asm-alpha/dma.h | extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */ |
device_id | 267 | include/asm-i386/dma.h | extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */ |
device_id | 157 | include/asm-i386/floppy.h | static int vdma_request_dma(unsigned int dmanr, const char * device_id) |
device_id | 221 | include/asm-i386/floppy.h | int (*_request_dma)(unsigned int dmanr, const char * device_id); |
device_id | 9 | include/asm-m68k/dma.h | extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */ |
device_id | 276 | include/asm-mips/dma.h | extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */ |
device_id | 43 | kernel/dma.c | const char *device_id; |
device_id | 65 | kernel/dma.c | dma_chan_busy[i].device_id); |
device_id | 72 | kernel/dma.c | int request_dma(unsigned int dmanr, const char * device_id) |
device_id | 80 | kernel/dma.c | dma_chan_busy[dmanr].device_id = device_id; |