Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/base/
Ddd.c496 int device_bind_driver(struct device *dev) in device_bind_driver() function
510 EXPORT_SYMBOL_GPL(device_bind_driver);
991 ret = device_bind_driver(dev); in __device_attach()
/linux-6.1.9/drivers/pnp/
Dcard.c362 if (device_bind_driver(&dev->dev)) in pnp_request_card_device()
/linux-6.1.9/drivers/input/gameport/
Dgameport.c224 error = device_bind_driver(&gameport->dev); in gameport_bind_driver()
/linux-6.1.9/drivers/input/serio/
Dserio.c99 error = device_bind_driver(&serio->dev); in serio_bind_driver()
/linux-6.1.9/include/linux/
Ddevice.h1005 int __must_check device_bind_driver(struct device *dev);
/linux-6.1.9/drivers/usb/core/
Ddriver.c574 retval = device_bind_driver(dev); in usb_driver_claim_interface()
/linux-6.1.9/drivers/net/phy/
Dphy_device.c1440 err = device_bind_driver(d); in phy_attach_direct()
/linux-6.1.9/drivers/net/wireless/
Dmac80211_hwsim.c4284 err = device_bind_driver(data->dev); in mac80211_hwsim_new_radio()