Lines Matching defs:uevent
132 struct uevent { struct
133 const char *action;
134 const char *path;
135 const char *subsystem;
136 const char *ps_name;
137 const char *ps_type;
138 const char *ps_online;
374 static void parse_uevent(const char *msg, struct uevent *uevent) in parse_uevent()
418 static void process_ps_uevent(struct charger *charger, struct uevent *uevent) in process_ps_uevent()
500 static void process_uevent(struct charger *charger, struct uevent *uevent) in process_uevent()
516 struct uevent uevent; in handle_uevent_fd() local