Home
last modified time | relevance | path

Searched refs:device_bind_driver (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/base/
H A Ddd.c496 int device_bind_driver(struct device *dev) in device_bind_driver() function
509 EXPORT_SYMBOL_GPL(device_bind_driver);
1014 ret = device_bind_driver(dev); in __device_attach()
/linux/drivers/pnp/
H A Dcard.c330 if (device_bind_driver(&dev->dev)) in pnp_request_card_device()
/linux/drivers/input/gameport/
H A Dgameport.c224 error = device_bind_driver(&gameport->dev); in gameport_bind_driver()
/linux/drivers/usb/core/
H A Ddriver.c587 retval = device_bind_driver(dev); in usb_driver_claim_interface()
/linux/drivers/net/phy/
H A Dphy_device.c1670 err = device_bind_driver(d); in phy_attach_direct()