Home
last modified time | relevance | path

Searched refs:device_driver_attach (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/dma/idxd/
H A Dcompat.c58 rc = device_driver_attach(alt_drv, dev); in bind_store()
H A Dinit.c815 err = device_driver_attach(drv, dev); in idxd_bind()
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Di915-kbl-skips.txt76 # device_driver_attach+0x42/0xa0
130 # device_driver_attach+0x42/0xa0
/linux-6.15/drivers/vfio/mdev/
H A Dmdev_core.c190 ret = device_driver_attach(&drv->driver, &mdev->dev); in mdev_device_create()
/linux-6.15/drivers/platform/x86/
H A Dlenovo-yoga-tab2-pro-1380-fastcharger.c273 ret = device_driver_attach(&yt2_1380_fc_serdev_driver.driver, &serdev->dev); in yt2_1380_fc_pdev_probe()
/linux-6.15/drivers/platform/x86/dell/
H A Ddell-uart-backlight.c372 ret = device_driver_attach(&dell_uart_bl_serdev_driver.driver, &serdev->dev); in dell_uart_bl_pdev_probe()
/linux-6.15/drivers/base/
H A Ddd.c1121 int device_driver_attach(const struct device_driver *drv, struct device *dev) in device_driver_attach() function
1136 EXPORT_SYMBOL_GPL(device_driver_attach);
H A Dbus.c267 err = device_driver_attach(drv, dev); in bind_store()
/linux-6.15/include/linux/
H A Ddevice.h1124 int __must_check device_driver_attach(const struct device_driver *drv,