Searched refs:pnpdev (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/mmc/host/ |
D | wbsd.c | 1775 wbsd_pnp_probe(struct pnp_dev *pnpdev, const struct pnp_device_id *dev_id) in wbsd_pnp_probe() argument 1782 io = pnp_port_start(pnpdev, 0); in wbsd_pnp_probe() 1783 irq = pnp_irq(pnpdev, 0); in wbsd_pnp_probe() 1784 if (pnp_dma_valid(pnpdev, 0)) in wbsd_pnp_probe() 1785 dma = pnp_dma(pnpdev, 0); in wbsd_pnp_probe() 1791 return wbsd_init(&pnpdev->dev, io, irq, dma, 1); in wbsd_pnp_probe()
|
/linux-6.1.9/drivers/scsi/ |
D | aha152x.c | 509 struct pnp_dev *pnpdev; member 880 if (HOSTDATA(shpnt)->pnpdev) in aha152x_release() 881 pnp_device_detach(HOSTDATA(shpnt)->pnpdev); in aha152x_release() 3122 struct pnp_dev *dev=NULL, *pnpdev[2] = {NULL, NULL}; in aha152x_init() local 3285 pnpdev[setup_count] = dev; in aha152x_init() 3370 } else if( pnpdev[i] ) { in aha152x_init() 3371 HOSTDATA(shpnt)->pnpdev=pnpdev[i]; in aha152x_init() 3372 pnpdev[i]=NULL; in aha152x_init() 3380 if( pnpdev[i] ) in aha152x_init() 3381 pnp_device_detach(pnpdev[i]); in aha152x_init()
|