_te               154 drivers/of/of_private.h #define for_each_transaction_entry(_oft, _te) \
_te               155 drivers/of/of_private.h 	list_for_each_entry(_te, &(_oft)->te_list, node)
_te               158 drivers/of/of_private.h #define for_each_transaction_entry_reverse(_oft, _te) \
_te               159 drivers/of/of_private.h 	list_for_each_entry_reverse(_te, &(_oft)->te_list, node)