Home
last modified time | relevance | path

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

/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c655 static int ReadGpio(unsigned signal_type) { in ReadGpio() function
743 value = ReadGpio(GPIO_SIGNAL_TYPE_DEV); in VbGetArchPropertyInt()
745 value = ReadGpio(GPIO_SIGNAL_TYPE_RECOVERY); in VbGetArchPropertyInt()
747 value = ReadGpio(GPIO_SIGNAL_TYPE_WP); in VbGetArchPropertyInt()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c655 static int ReadGpio(unsigned signal_type) { in ReadGpio() function
743 value = ReadGpio(GPIO_SIGNAL_TYPE_DEV); in VbGetArchPropertyInt()
745 value = ReadGpio(GPIO_SIGNAL_TYPE_RECOVERY); in VbGetArchPropertyInt()
747 value = ReadGpio(GPIO_SIGNAL_TYPE_WP); in VbGetArchPropertyInt()