Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dbase.c92 match = __of_get_property(np, "device_type", &len); in __of_node_is_type()
296 const void *__of_get_property(const struct device_node *np, in __of_get_property() function
522 status = __of_get_property(device, "status", &statlen); in __of_device_is_status()
559 return !__of_get_property(device, "status", NULL) || in __of_device_is_available()