Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
devfreq_dev_status Struct Reference

#include <devfreq.h>

Data Fields

unsigned long total_time
 
unsigned long busy_time
 
unsigned long current_frequency
 
voidprivate_data
 

Detailed Description

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.

Definition at line 39 of file devfreq.h.

Field Documentation

unsigned long busy_time

Definition at line 42 of file devfreq.h.

unsigned long current_frequency

Definition at line 43 of file devfreq.h.

void* private_data

Definition at line 44 of file devfreq.h.

unsigned long total_time

Definition at line 41 of file devfreq.h.


The documentation for this struct was generated from the following file: