Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Ddd.c264 int device_bind_driver(struct device *dev) in device_bind_driver() function
273 EXPORT_SYMBOL_GPL(device_bind_driver);
554 ret = device_bind_driver(dev); in __device_attach()
/linux-4.4.14/drivers/pnp/
Dcard.c361 if (device_bind_driver(&dev->dev)) in pnp_request_card_device()
/linux-4.4.14/drivers/input/gameport/
Dgameport.c228 error = device_bind_driver(&gameport->dev); in gameport_bind_driver()
/linux-4.4.14/drivers/input/serio/
Dserio.c118 error = device_bind_driver(&serio->dev); in serio_bind_driver()
/linux-4.4.14/drivers/net/phy/
Dphy_device.c650 err = device_bind_driver(d); in phy_attach_direct()
/linux-4.4.14/include/linux/
Ddevice.h1039 extern int __must_check device_bind_driver(struct device *dev);
/linux-4.4.14/drivers/usb/core/
Ddriver.c559 retval = device_bind_driver(dev); in usb_driver_claim_interface()
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c2330 err = device_bind_driver(data->dev); in mac80211_hwsim_new_radio()