Searched refs:active_duration (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/usb/core/
H A Dsysfs.c350 * been pre-subtracted from active_duration. We add the current time to
353 * If the device is suspended, the active_duration is up-to-date.
362 duration = jiffies_to_msecs(jiffies + udev->active_duration); active_duration_show()
364 duration = jiffies_to_msecs(udev->active_duration); active_duration_show()
367 static DEVICE_ATTR_RO(active_duration);
H A Dusb.c508 dev->active_duration = -jiffies; usb_alloc_dev()
H A Dhub.c1968 udev->active_duration -= jiffies; recursively_mark_NOTATTACHED()
2021 udev->active_duration -= jiffies; usb_set_device_state()
2024 udev->active_duration += jiffies; usb_set_device_state()
/linux-4.1.27/include/linux/
H A Dusb.h517 * @active_duration: total time device is not suspended
596 unsigned long active_duration; member in struct:usb_device
/linux-4.1.27/scripts/
H A Danalyze_suspend.py2888 'active_duration':'',
2937 ms2nice(power['active_duration']), \

Completed in 263 milliseconds