Lines Matching defs:pnp
24 #include <linux/pnp.h>
184 if (!request_region(*port, length(port, end), "pnp"))
207 /* check for conflicts with other pnp devices */
247 if (!request_mem_region(*addr, length(addr, end), "pnp"))
270 /* check for conflicts with other pnp devices */
299 static int pci_dev_uses_irq(struct pnp_dev *pnp, struct pci_dev *pci,
306 pnp_dbg(&pnp->dev, " device %s using irq %d\n",
328 pnp_dbg(&pnp->dev, " legacy IDE device %s "
338 static int pci_uses_irq(struct pnp_dev *pnp, unsigned int irq)
344 if (pci_dev_uses_irq(pnp, pci, irq)) {
392 IRQF_PROBE_SHARED, "pnp", NULL))
397 /* check for conflicts with other pnp devices */
451 if (request_dma(*dma, "pnp"))
456 /* check for conflicts with other pnp devices */