Searched defs:status_event_data (Results 1 – 1 of 1) sorted by relevance
117 struct status_event_data { struct118 int buck_id; /* 0=core, 1/2-buck */119 int reg_index; /* index for status/event/mask register selection */120 int status_bit; /* bit masks... */121 int event_bit;122 int mask_bit;123 unsigned long notification; /* Notification for status inception */124 char *warn; /* if NULL, notify - otherwise dev_warn this string */