Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Ddd.c495 int device_bind_driver(struct device *dev) in device_bind_driver() function
508 EXPORT_SYMBOL_GPL(device_bind_driver);
1013 ret = device_bind_driver(dev); in __device_attach()
/linux/drivers/pnp/
H A Dcard.c362 if (device_bind_driver(&dev->dev)) in pnp_request_card_device()
/linux/drivers/input/gameport/
H A Dgameport.c223 error = device_bind_driver(&gameport->dev); in gameport_bind_driver()
/linux/include/linux/
H A Ddevice.h1232 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()