Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
Dspm_hotplug.c244 if (is_hotplug_ready() == 0) { in spm_hotplug_on()
265 if (is_hotplug_ready() == 0) { in spm_hotplug_off()
Dspm_mcdi.c456 if (is_hotplug_ready() == 1) in spm_mcdi_prepare_for_mtcmos()
475 if (is_hotplug_ready() == 1) in spm_mcdi_prepare_for_off_state()
Dspm.h324 int is_hotplug_ready(void);
Dspm.c56 int is_hotplug_ready(void) in is_hotplug_ready() function