|
Linux Kernel
3.7.1
|
#include <devfreq.h>
Data Fields | |
| unsigned long | total_time |
| unsigned long | busy_time |
| unsigned long | current_frequency |
| void * | private_data |
struct devfreq_dev_status - Data given from devfreq user device to governors. Represents the performance statistics. The total time represented by this instance of devfreq_dev_status The time that the device was working among the total_time. The operating frequency. An entry not specified by the devfreq framework. A device and a specific governor may have their own protocol with private_data. However, because this is governor-specific, a governor using this will be only compatible with devices aware of it.
1.8.2