Searched refs:match_mt (Results 1 – 1 of 1) sorted by relevance
/external/cpuinfo/src/arm/linux/ |
D | chipset.c | 555 static bool match_mt( in match_mt() function 2298 if (match_mt(pos, hardware_end, true, &chipset)) { in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware() 2608 if (match_mt(board, board_end, true, &chipset)) { in cpuinfo_arm_android_decode_chipset_from_ro_product_board() 2886 if (match_mt(platform, platform_end, true, &chipset)) { in cpuinfo_arm_android_decode_chipset_from_ro_board_platform() 3025 if (match_mt(platform, platform_end, false, &chipset)) { in cpuinfo_arm_android_decode_chipset_from_ro_mediatek_platform() 3114 if (match_mt(chipname, chipname_end, true, &chipset)) { in cpuinfo_arm_android_decode_chipset_from_ro_chipname()
|