Searched refs:event_gndx (Results 1 – 1 of 1) sorted by relevance
113 u32 event_gndx; member137 if (pndx == dp_priv->event_gndx) { in dp_add_event()139 dp_priv->event_pndx, dp_priv->event_gndx); in dp_add_event()161 if (dp_priv->event_pndx == dp_priv->event_gndx) { in dp_del_event()166 gndx = dp_priv->event_gndx; in dp_del_event()970 (dp_priv->event_pndx == dp_priv->event_gndx), in hpd_event_thread()974 (dp_priv->event_pndx != dp_priv->event_gndx)); in hpd_event_thread()977 todo = &dp_priv->event_list[dp_priv->event_gndx]; in hpd_event_thread()981 dp_priv->event_gndx++; in hpd_event_thread()982 dp_priv->event_gndx %= DP_EVENT_Q_MAX; in hpd_event_thread()[all …]