Searched refs:event_gndx (Results 1 – 1 of 1) sorted by relevance
113 u32 event_gndx; member200 if (pndx == dp_priv->event_gndx) { in dp_add_event()202 dp_priv->event_pndx, dp_priv->event_gndx); in dp_add_event()224 if (dp_priv->event_pndx == dp_priv->event_gndx) { in dp_del_event()229 gndx = dp_priv->event_gndx; in dp_del_event()1107 (dp_priv->event_pndx == dp_priv->event_gndx) || in hpd_event_thread()1111 (dp_priv->event_pndx != dp_priv->event_gndx) || in hpd_event_thread()1119 todo = &dp_priv->event_list[dp_priv->event_gndx]; in hpd_event_thread()1123 dp_priv->event_gndx++; in hpd_event_thread()1124 dp_priv->event_gndx %= DP_EVENT_Q_MAX; in hpd_event_thread()[all …]