Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dhda_sysfs.c44 return sysfs_emit(buf, "%u\n", jiffies_to_msecs(codec->power_off_acct)); in power_off_acct_show()
48 static DEVICE_ATTR_RO(power_off_acct);
H A Dhda_codec.c2878 codec->power_off_acct += delta; in update_power_acct()
/linux/include/sound/
H A Dhda_codec.h261 unsigned long power_off_acct; member