Home
last modified time | relevance | path

Searched refs:power_off_acct (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/pci/hda/
Dhda_sysfs.c45 return sysfs_emit(buf, "%u\n", jiffies_to_msecs(codec->power_off_acct)); in power_off_acct_show()
49 static DEVICE_ATTR_RO(power_off_acct);
Dhda_codec.c2869 codec->power_off_acct += delta; in update_power_acct()
/linux-6.1.9/include/sound/
Dhda_codec.h265 unsigned long power_off_acct; member