Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/include/lpm/
H A Dmt_lp_api.h47 PUBLISH_EVENT_ARG(lpm_publish_event, (const void *)(x)); })
49 PUBLISH_EVENT_ARG(suspend_publish_event, (const void *)(x)); })
/rk3399_ARM-atf/plat/mediatek/include/lpm_v2/
H A Dmt_lp_api.h48 PUBLISH_EVENT_ARG(lpm_publish_event, (const void *)(x)); })
50 PUBLISH_EVENT_ARG(suspend_publish_event, (const void *)(x)); })
/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dpubsub.h91 #define PUBLISH_EVENT_ARG(event, arg) \ macro
100 #define PUBLISH_EVENT(event) PUBLISH_EVENT_ARG(event, NULL)
/rk3399_ARM-atf/lib/psci/
H A Dpsci_suspend.c51 PUBLISH_EVENT_ARG(psci_suspend_pwrdown_start, &idx); in psci_suspend_to_pwrdown_start()
343 PUBLISH_EVENT_ARG(psci_suspend_pwrdown_finish, &cpu_idx); in psci_cpu_suspend_to_powerdown_finish()
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/
H A Dpwr_ctrl.c31 PUBLISH_EVENT_ARG(mt_cpupm_publish_pwr_on, (const void *)(x)); })
34 PUBLISH_EVENT_ARG(mt_cpupm_publish_pwr_off, (const void *)(x)); })
37 PUBLISH_EVENT_ARG(mt_cpupm_publish_afflv_pwr_on, (const void *)(x)); })
40 PUBLISH_EVENT_ARG(mt_cpupm_publish_afflv_pwr_off, (const void *)(x)); })
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/
H A Dpwr_ctrl.c36 PUBLISH_EVENT_ARG(mt_cpupm_publish_pwr_on, \
40 PUBLISH_EVENT_ARG(mt_cpupm_publish_pwr_off, \
44 PUBLISH_EVENT_ARG(mt_cpupm_publish_afflv_pwr_on, \
48 PUBLISH_EVENT_ARG(mt_cpupm_publish_afflv_pwr_off, \
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst2518 - ``PUBLISH_EVENT_ARG(event, arg)``: Publishes a defined event, by iterating
2522 - ``PUBLISH_EVENT(event)``: Like ``PUBLISH_EVENT_ARG``, except that the value