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