Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dsysfs.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 Dcodec.c2828 codec->power_off_acct += delta; in update_power_acct()
/linux/include/sound/
H A Dhda_codec.h264 unsigned long power_off_acct; member