Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/
Ddd.c455 int device_bind_driver(struct device *dev) in device_bind_driver() function
467 EXPORT_SYMBOL_GPL(device_bind_driver);
895 ret = device_bind_driver(dev); in __device_attach()
/Linux-v5.10/drivers/pnp/
Dcard.c362 if (device_bind_driver(&dev->dev)) in pnp_request_card_device()
/Linux-v5.10/drivers/input/gameport/
Dgameport.c224 error = device_bind_driver(&gameport->dev); in gameport_bind_driver()
/Linux-v5.10/include/linux/
Ddevice.h837 int __must_check device_bind_driver(struct device *dev);
/Linux-v5.10/drivers/input/serio/
Dserio.c102 error = device_bind_driver(&serio->dev); in serio_bind_driver()
/Linux-v5.10/drivers/usb/core/
Ddriver.c578 retval = device_bind_driver(dev); in usb_driver_claim_interface()
/Linux-v5.10/drivers/net/phy/
Dphy_device.c1362 err = device_bind_driver(d); in phy_attach_direct()
/Linux-v5.10/drivers/net/wireless/
Dmac80211_hwsim.c2988 err = device_bind_driver(data->dev); in mac80211_hwsim_new_radio()