Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/base/
Ddd.c133 if (!dev->can_match) in driver_deferred_probe_add()
739 dev->can_match = true; in __driver_probe_device()
879 dev->can_match = true; in __device_attach_driver()
1113 dev->can_match = true; in __driver_attach()
Dcore.c1645 if (!link->supplier->can_match) in fw_devlink_no_driver()
3403 if (dev->fwnode && fw_devlink_drv_reg_done && !dev->can_match) in device_add()
/Linux-v5.15/include/linux/
Ddevice.h569 bool can_match:1; member