Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
Dspm_hotplug.c242 if (is_hotplug_ready() == 0) { in spm_hotplug_on()
263 if (is_hotplug_ready() == 0) { in spm_hotplug_off()
Dspm_mcdi.c453 if (is_hotplug_ready() == 1) in spm_mcdi_prepare_for_mtcmos()
472 if (is_hotplug_ready() == 1) in spm_mcdi_prepare_for_off_state()
Dspm.h325 int is_hotplug_ready(void);
Dspm.c54 int is_hotplug_ready(void) in is_hotplug_ready() function