Home
last modified time | relevance | path

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

/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c539 char chiplabel[128]; in FindGpioChipOffsetByLabel() local
555 if (ReadFileString(chiplabel, sizeof(chiplabel), filename)) { in FindGpioChipOffsetByLabel()
556 if (!strncasecmp(chiplabel, name, strlen(name))) in FindGpioChipOffsetByLabel()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c539 char chiplabel[128]; in FindGpioChipOffsetByLabel() local
555 if (ReadFileString(chiplabel, sizeof(chiplabel), filename)) { in FindGpioChipOffsetByLabel()
556 if (!strncasecmp(chiplabel, name, strlen(name))) in FindGpioChipOffsetByLabel()