Searched refs:pnp_device_attach (Results 1 – 3 of 3) sorted by relevance
60 int pnp_device_attach(struct pnp_dev *pnp_dev) in pnp_device_attach() function71 EXPORT_SYMBOL(pnp_device_attach);91 error = pnp_device_attach(pnp_dev); in pnp_device_probe()
441 int pnp_device_attach(struct pnp_dev *pnp_dev);475 static inline int pnp_device_attach(struct pnp_dev *pnp_dev) { return -ENODEV; } in pnp_device_attach() function
254 if (pnp_device_attach(dev) < 0) in isapnp_fmi_probe()