Home
last modified time | relevance | path

Searched refs:can_match (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/base/
H A Ddd.c134 if (!dev->can_match) in driver_deferred_probe_add()
786 dev->can_match = true; in __driver_probe_device()
932 dev->can_match = true; in __device_attach_driver()
1176 dev->can_match = true; in __driver_attach()
H A Dcore.c1017 return (fw_devlink_best_effort && dev->can_match) || in dev_is_best_effort()
1089 !link->supplier->can_match) { in device_links_check_suppliers()
1381 !link->supplier->can_match) { in device_links_driver_bound()
1769 if (!link->supplier->can_match) in fw_devlink_no_driver()
3686 if (dev->fwnode && fw_devlink_drv_reg_done && !dev->can_match) in device_add()
/linux/include/linux/
H A Ddevice.h813 bool can_match:1; member