Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Ddd.c134 if (!dev->can_match) in driver_deferred_probe_add()
787 dev->can_match = true; in __driver_probe_device()
933 dev->can_match = true; in __device_attach_driver()
1177 dev->can_match = true; in __driver_attach()
H A Dcore.c1015 return (fw_devlink_best_effort && dev->can_match) || in dev_is_best_effort()
1083 !link->supplier->can_match) { in device_links_check_suppliers()
1374 !link->supplier->can_match) { in device_links_driver_bound()
1762 if (!link->supplier->can_match) in fw_devlink_no_driver()
3699 if (dev->fwnode && fw_devlink_drv_reg_done && !dev->can_match) in device_add()
/linux-6.15/include/linux/
H A Ddevice.h714 bool can_match:1; member