HomeSort by relevance Sort by last modified time
    Searched defs:uevent (Results 26 - 27 of 27) sorted by null

12

  /system/core/init/
devices.c 38 #include <cutils/uevent.h>
50 struct uevent { struct
277 static void parse_event(const char *msg, struct uevent *uevent)
279 uevent->action = "";
280 uevent->path = "";
281 uevent->subsystem = "";
282 uevent->firmware = "";
283 uevent->major = -1;
284 uevent->minor = -1
757 struct uevent uevent; local
    [all...]
  /system/core/charger/
charger.c 41 #include <cutils/uevent.h>
127 struct uevent { struct
354 static void parse_uevent(const char *msg, struct uevent *uevent)
356 uevent->action = "";
357 uevent->path = "";
358 uevent->subsystem = "";
359 uevent->ps_name = "";
360 uevent->ps_online = "";
361 uevent->ps_type = ""
496 struct uevent uevent; local
    [all...]

Completed in 37 milliseconds

12