Searched refs:dev_counter (Results 1 – 4 of 4) sorted by relevance
109 u64 dev_counter = atomic64_read(&trng_dev_counter); in trng_counter_show() local118 dev_counter, hwrng_counter, arch_counter, in trng_counter_show()119 dev_counter + hwrng_counter + arch_counter); in trng_counter_show()
91 int dev_counter[DEVICE_NUM]; member1366 priv->dev_counter[device], in mt_hp_event()1371 priv->dev_counter[device]++; in mt_hp_event()1372 if (priv->dev_counter[device] > 1) in mt_hp_event()1374 else if (priv->dev_counter[device] <= 0) in mt_hp_event()1377 priv->dev_counter[device]); in mt_hp_event()1387 priv->dev_counter[device]--; in mt_hp_event()1388 if (priv->dev_counter[device] > 0) { in mt_hp_event()1390 } else if (priv->dev_counter[device] < 0) { in mt_hp_event()1393 priv->dev_counter[device]); in mt_hp_event()[all …]
963 __func__, event, priv->dev_counter[device], mux); in mt_hp_event()967 priv->dev_counter[device]++; in mt_hp_event()972 priv->dev_counter[device]--; in mt_hp_event()1088 if (priv->dev_counter[DEVICE_HP] == 0) in mt_lo_event()1116 if (priv->dev_counter[DEVICE_HP] == 0) in mt_lo_event()
4271 int dev_counter[DEVICE_NUM]; member