Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/driver-api/
Ddevice_link.rst90 ``DL_FLAG_AUTOREMOVE_SUPPLIER`` causes the device link to be automatically
/Linux-v4.19/include/linux/
Ddevice.h807 #define DL_FLAG_AUTOREMOVE_SUPPLIER BIT(4) macro
/Linux-v4.19/drivers/base/
Dcore.c558 link->flags & DL_FLAG_AUTOREMOVE_SUPPLIER) in device_links_driver_cleanup()