Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_api.h1567 typedef void (*UPWR_RX_CALLB_FUNC_T)(void); typedef
1613 int upwr_rx_callback(UPWR_RX_CALLB_FUNC_T callback);
H A Dupower_api.c54 static UPWR_RX_CALLB_FUNC_T sgrp_callback[UPWR_SG_COUNT];
94 static UPWR_RX_CALLB_FUNC_T mu_rx_callb;
248 UPWR_RX_CALLB_FUNC_T sg_callb; /* service group callback */ in upwr_mu_int_callback()
3071 int upwr_rx_callback(UPWR_RX_CALLB_FUNC_T callback) in upwr_rx_callback()