Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c146 static bool flags_remove(uint flags, uint drv_flags) in flags_remove() function
181 if (drv->remove && flags_remove(flags, drv->flags)) { in device_remove()
195 if (flags_remove(flags, drv->flags)) { in device_remove()