Searched refs:pnpdev (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/mmc/host/ |
D | wbsd.c | 1785 wbsd_pnp_probe(struct pnp_dev *pnpdev, const struct pnp_device_id *dev_id) in wbsd_pnp_probe() argument 1792 io = pnp_port_start(pnpdev, 0); in wbsd_pnp_probe() 1793 irq = pnp_irq(pnpdev, 0); in wbsd_pnp_probe() 1794 if (pnp_dma_valid(pnpdev, 0)) in wbsd_pnp_probe() 1795 dma = pnp_dma(pnpdev, 0); in wbsd_pnp_probe() 1801 return wbsd_init(&pnpdev->dev, io, irq, dma, 1); in wbsd_pnp_probe()
|
/linux-3.4.99/drivers/scsi/ |
D | aha152x.c | 558 struct pnp_dev *pnpdev; member 931 if (HOSTDATA(shpnt)->pnpdev) in aha152x_release() 932 pnp_device_detach(HOSTDATA(shpnt)->pnpdev); in aha152x_release() 3642 struct pnp_dev *dev=NULL, *pnpdev[2] = {NULL, NULL}; in aha152x_init() local 3820 pnpdev[setup_count] = dev; in aha152x_init() 3908 } else if( pnpdev[i] ) { in aha152x_init() 3909 HOSTDATA(shpnt)->pnpdev=pnpdev[i]; in aha152x_init() 3910 pnpdev[i]=NULL; in aha152x_init() 3918 if( pnpdev[i] ) in aha152x_init() 3919 pnp_device_detach(pnpdev[i]); in aha152x_init()
|