Home
last modified time | relevance | path

Searched refs:pDev (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/
Ddpt_i2o.c195 struct pci_dev *pDev = NULL; in adpt_detect() local
202 while ((pDev = pci_get_device( PCI_DPT_VENDOR_ID, PCI_ANY_ID, pDev))) { in adpt_detect()
203 if(pDev->device == PCI_DPT_DEVICE_ID || in adpt_detect()
204 pDev->device == PCI_DPT_RAPTOR_DEVICE_ID){ in adpt_detect()
205 if(adpt_install_hba(sht, pDev) ){ in adpt_detect()
210 pci_dev_get(pDev); in adpt_detect()
333 buf = dma_alloc_coherent(&pHba->pDev->dev, 80, &addr, GFP_KERNEL); in adpt_inquiry()
397 dma_free_coherent(&pHba->pDev->dev, 80, buf, addr); in adpt_inquiry()
406 dma_free_coherent(&pHba->pDev->dev, 80, buf, addr); in adpt_inquiry()
430 struct adpt_device* pDev = NULL; /* dpt per device information */ in adpt_queue_lck() local
[all …]
Ddpti.h208 struct pci_dev *pDev; member
304 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ;
/drivers/video/fbdev/kyro/
DSTG4000InitDevice.c243 int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev) in SetCoreClockPLL() argument
277 pci_read_config_word(pDev, PCI_CONFIG_SUBSYS_ID, &sub); in SetCoreClockPLL()
280 (u32)pDev->revision); in SetCoreClockPLL()
293 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
300 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
306 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
310 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
DSTG4000Interface.h38 extern int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev);