Searched refs:pht (Results 1 – 1 of 1) sorted by relevance
337 struct phantom_device *pht; in phantom_probe() local363 pht = kzalloc(sizeof(*pht), GFP_KERNEL); in phantom_probe()364 if (pht == NULL) { in phantom_probe()370 if (pht->caddr == NULL) { in phantom_probe()375 if (pht->iaddr == NULL) { in phantom_probe()380 if (pht->oaddr == NULL) { in phantom_probe()415 free_irq(pdev->irq, pht); in phantom_probe()423 kfree(pht); in phantom_probe()441 cdev_del(&pht->cdev); in phantom_remove()445 free_irq(pdev->irq, pht); in phantom_remove()[all …]