Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof.h151 #define OF_DETACHED 2 /* detached from the device tree */ macro
/linux/lib/
H A Dvsprintf.c2256 tbuf[1] = of_node_check_flag(dn, OF_DETACHED) ? 'd' : '-'; in device_node_string()