Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice-remove.c155 static bool flags_remove(uint flags, uint drv_flags) in flags_remove() function
190 if (drv->remove && flags_remove(flags, drv->flags)) { in device_remove()
204 if (flags_remove(flags, drv->flags)) { in device_remove()