Home
last modified time | relevance | path

Searched refs:dev_counter (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/char/hw_random/
Ds390-trng.c110 u64 dev_counter = atomic64_read(&trng_dev_counter); in trng_counter_show() local
119 dev_counter, hwrng_counter, arch_counter, in trng_counter_show()
120 dev_counter + hwrng_counter + arch_counter); in trng_counter_show()
/linux-6.12.1/sound/soc/codecs/
Dmt6358.c91 int dev_counter[DEVICE_NUM]; member
1401 priv->dev_counter[device], in mt_hp_event()
1406 priv->dev_counter[device]++; in mt_hp_event()
1407 if (priv->dev_counter[device] > 1) in mt_hp_event()
1409 else if (priv->dev_counter[device] <= 0) in mt_hp_event()
1412 priv->dev_counter[device]); in mt_hp_event()
1422 priv->dev_counter[device]--; in mt_hp_event()
1423 if (priv->dev_counter[device] > 0) { in mt_hp_event()
1425 } else if (priv->dev_counter[device] < 0) { in mt_hp_event()
1428 priv->dev_counter[device]); in mt_hp_event()
[all …]
Dmt6359.c1052 __func__, event, priv->dev_counter[device], mux); in mt_hp_event()
1056 priv->dev_counter[device]++; in mt_hp_event()
1061 priv->dev_counter[device]--; in mt_hp_event()
1178 if (priv->dev_counter[DEVICE_HP] == 0) in mt_lo_event()
1205 if (priv->dev_counter[DEVICE_HP] > 0) { in mt_lo_event()
1207 __func__, priv->dev_counter[DEVICE_HP]); in mt_lo_event()
1221 if (priv->dev_counter[DEVICE_HP] == 0) in mt_lo_event()
Dmt6359.h4271 int dev_counter[DEVICE_NUM]; member