Searched refs:pnpdev (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
D | wbsd.c | 1779 wbsd_pnp_probe(struct pnp_dev *pnpdev, const struct pnp_device_id *dev_id) in wbsd_pnp_probe() argument 1786 io = pnp_port_start(pnpdev, 0); in wbsd_pnp_probe() 1787 irq = pnp_irq(pnpdev, 0); in wbsd_pnp_probe() 1788 if (pnp_dma_valid(pnpdev, 0)) in wbsd_pnp_probe() 1789 dma = pnp_dma(pnpdev, 0); in wbsd_pnp_probe() 1795 return wbsd_init(&pnpdev->dev, io, irq, dma, 1); in wbsd_pnp_probe()
|
/linux-4.1.27/drivers/scsi/ |
D | aha152x.c | 502 struct pnp_dev *pnpdev; member 870 if (HOSTDATA(shpnt)->pnpdev) in aha152x_release() 871 pnp_device_detach(HOSTDATA(shpnt)->pnpdev); in aha152x_release() 3084 struct pnp_dev *dev=NULL, *pnpdev[2] = {NULL, NULL}; in aha152x_init() local 3247 pnpdev[setup_count] = dev; in aha152x_init() 3332 } else if( pnpdev[i] ) { in aha152x_init() 3333 HOSTDATA(shpnt)->pnpdev=pnpdev[i]; in aha152x_init() 3334 pnpdev[i]=NULL; in aha152x_init() 3342 if( pnpdev[i] ) in aha152x_init() 3343 pnp_device_detach(pnpdev[i]); in aha152x_init()
|