Searched refs:event_gndx (Results 1 – 1 of 1) sorted by relevance
114 u32 event_gndx; member204 if (pndx == dp_priv->event_gndx) { in dp_add_event()206 dp_priv->event_pndx, dp_priv->event_gndx); in dp_add_event()228 if (dp_priv->event_pndx == dp_priv->event_gndx) { in dp_del_event()233 gndx = dp_priv->event_gndx; in dp_del_event()1067 (dp_priv->event_pndx == dp_priv->event_gndx) || in hpd_event_thread()1071 (dp_priv->event_pndx != dp_priv->event_gndx) || in hpd_event_thread()1079 todo = &dp_priv->event_list[dp_priv->event_gndx]; in hpd_event_thread()1083 dp_priv->event_gndx++; in hpd_event_thread()1084 dp_priv->event_gndx %= DP_EVENT_Q_MAX; in hpd_event_thread()[all …]