Searched defs:pDev (Results 1 - 4 of 4) sorted by relevance

/drivers/video/fbdev/kyro/
H A DSTG4000InitDevice.c243 int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev) argument
277 pci_read_config_word(pDev, PCI_CONFIG_SUBSYS_ID, &sub);
280 (u32)pDev->revision);
293 pci_write_config_word(pDev, CorePllControl, tmp);
300 pci_write_config_word(pDev, CorePllControl, tmp);
306 pci_write_config_word(pDev, CorePllControl, tmp);
310 pci_write_config_word(pDev, CorePllControl, tmp);
/drivers/staging/unisys/virtpci/
H A Dvirtpci.c433 struct device *pDev = &virtpci_rootbus_device; local
435 if ((checkforroot) && match_busid(vbus, (void *) BUS_ID(pDev))) {
909 struct device *pDev; local
1011 pDev = &virtpcidev->generic_dev;
1013 BUS_ID(pDev),
1034 pDev = &virtpcidev->generic_dev;
1036 BUS_ID(pDev),
/drivers/scsi/
H A Ddpt_i2o.c192 struct pci_dev *pDev = NULL; local
199 while ((pDev = pci_get_device( PCI_DPT_VENDOR_ID, PCI_ANY_ID, pDev))) {
200 if(pDev->device == PCI_DPT_DEVICE_ID ||
201 pDev->device == PCI_DPT_RAPTOR_DEVICE_ID){
202 if(adpt_install_hba(sht, pDev) ){
207 pci_dev_get(pDev);
330 buf = dma_alloc_coherent(&pHba->pDev->dev, 80, &addr, GFP_KERNEL);
394 dma_free_coherent(&pHba->pDev->dev, 80, buf, addr);
403 dma_free_coherent(&pHba->pDev
429 struct adpt_device* pDev = NULL; /* dpt per device information */ local
906 adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) argument
1085 struct adpt_device* pDev; local
1467 struct adpt_device* pDev; local
2523 struct adpt_device* pDev = NULL; local
[all...]
H A Ddpti.h208 struct pci_dev *pDev; member in struct:_adpt_hba
304 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ;

Completed in 171 milliseconds