Searched refs:dev_counter (Results 1 – 2 of 2) sorted by relevance
90 int dev_counter[DEVICE_NUM]; member1295 priv->dev_counter[device], in mt_hp_event()1300 priv->dev_counter[device]++; in mt_hp_event()1301 if (priv->dev_counter[device] > 1) in mt_hp_event()1303 else if (priv->dev_counter[device] <= 0) in mt_hp_event()1306 priv->dev_counter[device]); in mt_hp_event()1316 priv->dev_counter[device]--; in mt_hp_event()1317 if (priv->dev_counter[device] > 0) { in mt_hp_event()1319 } else if (priv->dev_counter[device] < 0) { in mt_hp_event()1322 priv->dev_counter[device]); in mt_hp_event()[all …]
4271 int dev_counter[DEVICE_NUM]; member