Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Ddd.c135 if (!dev->can_match) in driver_deferred_probe_add()
789 dev->can_match = true; in __driver_probe_device()
935 dev->can_match = true; in __device_attach_driver()
1179 dev->can_match = true; in __driver_attach()
H A Dcore.c1014 return (fw_devlink_best_effort && dev->can_match) || in dev_is_best_effort()
1082 !link->supplier->can_match) { in device_links_check_suppliers()
1373 !link->supplier->can_match) { in device_links_driver_bound()
1761 if (!link->supplier->can_match) in fw_devlink_no_driver()
3696 if (dev->fwnode && fw_devlink_drv_reg_done && !dev->can_match) in device_add()
/linux/include/linux/
H A Ddevice.h676 bool can_match:1; member