Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/
Ddd.c134 if (!dev->can_match) in driver_deferred_probe_add()
766 dev->can_match = true; in __driver_probe_device()
912 dev->can_match = true; in __device_attach_driver()
1156 dev->can_match = true; in __driver_attach()
Dcore.c982 return (fw_devlink_best_effort && dev->can_match) || in dev_is_best_effort()
1041 !link->supplier->can_match) { in device_links_check_suppliers()
1327 !link->supplier->can_match) { in device_links_driver_bound()
1687 if (!link->supplier->can_match) in fw_devlink_no_driver()
3524 if (dev->fwnode && fw_devlink_drv_reg_done && !dev->can_match) in device_add()
/Linux-v6.1/include/linux/
Ddevice.h644 bool can_match:1; member