Searched refs:pht (Results 1 – 1 of 1) sorted by relevance
339 struct phantom_device *pht; in phantom_probe() local365 pht = kzalloc_obj(*pht); in phantom_probe()366 if (pht == NULL) { in phantom_probe()371 pht->caddr = pci_iomap(pdev, 0, 0); in phantom_probe()372 if (pht->caddr == NULL) { in phantom_probe()376 pht->iaddr = pci_iomap(pdev, 2, 0); in phantom_probe()377 if (pht->iaddr == NULL) { in phantom_probe()381 pht->oaddr = pci_iomap(pdev, 3, 0); in phantom_probe()382 if (pht->oaddr == NULL) { in phantom_probe()387 mutex_init(&pht->open_lock); in phantom_probe()[all …]