Searched refs:uevent (Results 1 – 3 of 3) sorted by relevance
110 std::string uevent = cp; in parseUevent() local112 if (uevent.find("SUBSYSTEM=") == 0) { in parseUevent()113 if (uevent.find("SUBSYSTEM=thermal") != std::string::npos) { in parseUevent()120 auto start_pos = uevent.find("NAME="); in parseUevent()123 std::string name = uevent.substr(start_pos); in parseUevent()
70 "uevent.c",
45 // The implementation does NOT start the uevent loop for polling.