Searched refs:pDev (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c178 struct pci_dev *pDev = NULL; local
186 while ((pDev = pci_get_device( PCI_DPT_VENDOR_ID, PCI_ANY_ID, pDev))) {
187 if(pDev->device == PCI_DPT_DEVICE_ID ||
188 pDev->device == PCI_DPT_RAPTOR_DEVICE_ID){
189 if(adpt_install_hba(sht, pDev) ){
194 pci_dev_get(pDev);
385 struct adpt_device* pDev = NULL; /* dpt per device information */ local
423 if((pDev = (struct adpt_device*) (cmd->device->hostdata)) == NULL) {
429 if ((pDev
885 adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) argument
1029 struct adpt_device* pDev; local
1391 struct adpt_device* pDev; local
2373 struct adpt_device* pDev = NULL; local
[all...]
H A Ddpti.h210 struct pci_dev *pDev; member in struct:_adpt_hba
302 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ;
H A Dinitio.c2630 struct pci_dev *pDev = NULL; /* Start from none */ local
2640 while ((pDev = pci_find_device(i91u_pci_devices[i].vendor, i91u_pci_devices[i].device, pDev)) != NULL) {
2641 if (pci_enable_device(pDev))
2643 pci_read_config_dword(pDev, 0x44, (u32 *) & dRegValue);
2648 if (pci_set_dma_mask(pDev, DMA_32BIT_MASK)) {
2655 (pDev->resource[0].start),
2656 pDev->irq,
2657 pDev->bus->number,
2658 (pDev
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/kyro/
H A DSTG4000InitDevice.c243 int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev) argument
278 pci_read_config_word(pDev, PCI_CONFIG_SUBSYS_ID, &sub);
279 pci_read_config_byte(pDev, PCI_REVISION_ID, &rev);
294 pci_write_config_word(pDev, CorePllControl, tmp);
301 pci_write_config_word(pDev, CorePllControl, tmp);
307 pci_write_config_word(pDev, CorePllControl, tmp);
311 pci_write_config_word(pDev, CorePllControl, tmp);
H A DSTG4000Interface.h38 extern int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dcpwatchdog.c669 struct wd_device* pDev = (struct wd_device*)data; local
680 if(pDev->watchdog[id].runstatus & WD_STAT_BSTOP) {
682 wd_resetbrokentimer(&pDev->watchdog[id]);

Completed in 81 milliseconds