Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dpmi.h44 void (*handle_pmi_message) (pmi_message_t); member
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcbe_powerbutton.c31 .handle_pmi_message = cbe_powerbutton_handle_pmi,
/openbmc/linux/drivers/cpufreq/
H A Dppc_cbe_cpufreq_pmi.c100 .handle_pmi_message = cbe_cpufreq_handle_pmi,
/openbmc/linux/arch/powerpc/sysdev/
H A Dpmi.c108 handler->handle_pmi_message(data->msg); in pmi_notify_handlers()