Home
last modified time | relevance | path

Searched refs:device_bind_driver (Results 1 – 7 of 7) 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/input/gameport/
H A Dgameport.c224 error = device_bind_driver(&gameport->dev); in gameport_bind_driver()
/linux/include/linux/
H A Ddevice.h1128 int __must_check device_bind_driver(struct device *dev);
/linux/drivers/input/serio/
H A Dserio.c93 error = device_bind_driver(&serio->dev); in serio_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()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5223 err = device_bind_driver(data->dev); in mac80211_hwsim_new_radio()