Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c224 DPAAX_HWWARN(alive, "Double-init of device-tree driver!"); in of_init_path()
265 DPAAX_HWWARN(!alive, "Double-finish of device-tree driver!"); in of_finish()
307 DPAAX_HWWARN(!alive, "Device-tree driver not initialised!"); in of_find_compatible_node()
332 DPAAX_HWWARN(!alive, "Device-tree driver not initialised!"); in of_get_property()
349 DPAAX_HWWARN(!alive, "Device-tree driver not initialised!"); in of_device_is_available()
365 DPAAX_HWWARN(!alive, "Device-tree driver not initialised!"); in of_find_node_by_phandle()
378 DPAAX_HWWARN(!alive, "Device-tree driver not initialised!"); in of_get_parent()
394 DPAAX_HWWARN(!alive, "Device-tree driver not initialised!"); in of_get_next_child()
401 DPAAX_HWWARN((c->parent != p), "Parent/child mismatch"); in of_get_next_child()
422 DPAAX_HWWARN(!alive, "Device-tree driver not initialised"); in of_n_addr_cells()
[all …]
H A Ddpaax_logs.h13 #define DPAAX_HWWARN(cond, fmt, args...) \ macro
19 #define DPAAX_HWWARN(cond, fmt, args...) do { } while (0) macro