Searched refs:event_gndx (Results 1 – 1 of 1) sorted by relevance
112 u32 event_gndx; member134 if (pndx == dp_priv->event_gndx) { in dp_add_event()136 dp_priv->event_pndx, dp_priv->event_gndx); in dp_add_event()158 if (dp_priv->event_pndx == dp_priv->event_gndx) { in dp_del_event()163 gndx = dp_priv->event_gndx; in dp_del_event()1058 (dp_priv->event_pndx == dp_priv->event_gndx), in hpd_event_thread()1062 (dp_priv->event_pndx != dp_priv->event_gndx)); in hpd_event_thread()1065 todo = &dp_priv->event_list[dp_priv->event_gndx]; in hpd_event_thread()1069 dp_priv->event_gndx++; in hpd_event_thread()1070 dp_priv->event_gndx %= DP_EVENT_Q_MAX; in hpd_event_thread()[all …]