Home
last modified time | relevance | path

Searched refs:have_async (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/
H A Ddd.c825 * We'll set have_async to 'true' if, while scanning for matching
828 bool have_async; member
858 data->have_async = true; in __device_attach_driver()
934 if (!ret && allow_async && data.have_async) { in __device_attach()
/kernel/linux/linux-6.6/drivers/base/
H A Ddd.c915 * We'll set have_async to 'true' if, while scanning for matching
918 bool have_async; member
949 data->have_async = true; in __device_attach_driver()
1032 if (!ret && allow_async && data.have_async) { in __device_attach()

Completed in 4 milliseconds