Searched defs:status_event_data (Results 1 – 1 of 1) sorted by relevance
134 struct status_event_data { struct135 int buck_id; /* 0=core, 1/2-buck */136 int reg_index; /* index for status/event/mask register selection */137 int status_bit; /* bit masks... */138 int event_bit;139 int mask_bit;140 unsigned long notification; /* Notification for status inception */141 char *warn; /* if NULL, notify - otherwise dev_warn this string */