|
Linux Kernel
3.7.1
|
#include <omap_device.h>
Data Fields | |
| u32 | deactivate_lat |
| u32 | deactivate_lat_worst |
| int(* | deactivate_func )(struct omap_device *od) |
| u32 | activate_lat |
| u32 | activate_lat_worst |
| int(* | activate_func )(struct omap_device *od) |
| u32 | flags |
Definition at line 150 of file omap_device.h.
| int(* activate_func)(struct omap_device *od) |
Definition at line 156 of file omap_device.h.
| u32 activate_lat |
Definition at line 154 of file omap_device.h.
| u32 activate_lat_worst |
Definition at line 155 of file omap_device.h.
| int(* deactivate_func)(struct omap_device *od) |
Definition at line 153 of file omap_device.h.
| u32 deactivate_lat |
Definition at line 151 of file omap_device.h.
| u32 deactivate_lat_worst |
Definition at line 152 of file omap_device.h.
| u32 flags |
Definition at line 157 of file omap_device.h.
1.8.2