Home
last modified time | relevance | path

Searched refs:device_bind_driver (Results 1 – 4 of 4) 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/include/linux/
H A Ddevice.h1112 int __must_check device_bind_driver(struct device *dev);
/linux/drivers/usb/core/
H A Ddriver.c587 retval = device_bind_driver(dev); in usb_driver_claim_interface()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5436 err = device_bind_driver(data->dev); in mac80211_hwsim_new_radio()