Lines Matching defs:pnp
23 #include <linux/pnp.h>
183 if (!request_region(*port, length(port, end), "pnp"))
206 /* check for conflicts with other pnp devices */
246 if (!request_mem_region(*addr, length(addr, end), "pnp"))
269 /* check for conflicts with other pnp devices */
298 static int pci_dev_uses_irq(struct pnp_dev *pnp, struct pci_dev *pci,
305 pnp_dbg(&pnp->dev, " device %s using irq %d\n",
327 pnp_dbg(&pnp->dev, " legacy IDE device %s "
337 static int pci_uses_irq(struct pnp_dev *pnp, unsigned int irq)
343 if (pci_dev_uses_irq(pnp, pci, irq)) {
391 IRQF_PROBE_SHARED, "pnp", NULL))
396 /* check for conflicts with other pnp devices */
450 if (request_dma(*dma, "pnp"))
455 /* check for conflicts with other pnp devices */