Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Ddpt_i2o.c192 struct pci_dev *pDev = NULL; in adpt_detect() local
199 while ((pDev = pci_get_device( PCI_DPT_VENDOR_ID, PCI_ANY_ID, pDev))) { in adpt_detect()
200 if(pDev->device == PCI_DPT_DEVICE_ID || in adpt_detect()
201 pDev->device == PCI_DPT_RAPTOR_DEVICE_ID){ in adpt_detect()
202 if(adpt_install_hba(sht, pDev) ){ in adpt_detect()
207 pci_dev_get(pDev); in adpt_detect()
328 buf = dma_alloc_coherent(&pHba->pDev->dev, 80, &addr, GFP_KERNEL); in adpt_inquiry()
392 dma_free_coherent(&pHba->pDev->dev, 80, buf, addr); in adpt_inquiry()
401 dma_free_coherent(&pHba->pDev->dev, 80, buf, addr); in adpt_inquiry()
422 struct adpt_device* pDev = NULL; /* dpt per device information */ in adpt_queue_lck() local
[all …]
Ddpti.h204 struct pci_dev *pDev; member
299 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ;
/linux-5.19.10/drivers/video/fbdev/kyro/
DSTG4000InitDevice.c241 int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev) in SetCoreClockPLL() argument
274 pci_read_config_word(pDev, PCI_CONFIG_SUBSYS_ID, &sub); in SetCoreClockPLL()
277 (u32)pDev->revision); in SetCoreClockPLL()
290 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
297 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
303 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
307 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
DSTG4000Interface.h38 extern int SetCoreClockPLL(volatile STG4000REG __iomem *pSTGReg, struct pci_dev *pDev);