Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Dversion.map9 of_device_is_available;
H A Ddpaa_of.h122 bool of_device_is_available(const struct device_node *dev_node);
H A Ddpaa_of.c345 of_device_is_available(const struct device_node *dev_node) in of_device_is_available() function
/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c229 if (of_device_is_available(dpa_node) == false) in fman_if_init()