Searched defs:uevent (Results 1 – 2 of 2) sorted by relevance
58 struct uevent { struct59 const char *action;60 const char *path;61 const char *subsystem;62 const char *firmware;63 const char *partition_name;64 const char *device_name;65 int partition_num;66 int major;67 int minor;[all …]
132 struct uevent { struct133 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()[all …]