Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/
Ddd.c134 if (!dev->can_match) in driver_deferred_probe_add()
788 dev->can_match = true; in __driver_probe_device()
934 dev->can_match = true; in __device_attach_driver()
1178 dev->can_match = true; in __driver_attach()
Dcore.c1000 return (fw_devlink_best_effort && dev->can_match) || in dev_is_best_effort()
1071 !link->supplier->can_match) { in device_links_check_suppliers()
1363 !link->supplier->can_match) { in device_links_driver_bound()
1751 if (!link->supplier->can_match) in fw_devlink_no_driver()
3638 if (dev->fwnode && fw_devlink_drv_reg_done && !dev->can_match) in device_add()
/linux-6.6.21/include/linux/
Ddevice.h799 bool can_match:1; member