Home
last modified time | relevance | path

Searched refs:driver_probe_device (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/
H A Ddd.c729 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device() function
858 return driver_probe_device(drv, dev); in __device_attach_driver()
1030 ret = driver_probe_device(drv, dev); in device_driver_attach()
1052 ret = driver_probe_device(drv, dev); in __driver_attach_async_helper()
H A Dbase.h136 extern int driver_probe_device(struct device_driver *drv, struct device *dev);