|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>Go to the source code of this file.
Data Structures | |
| struct | omap_vc_common |
| struct | omap_vc_channel |
Macros | |
| #define | OMAP_VC_CHANNEL_DEFAULT BIT(0) |
| #define | OMAP_VC_CHANNEL_CFG_MUTANT BIT(1) |
Functions | |
| void | omap_vc_init_channel (struct voltagedomain *voltdm) |
| int | omap_vc_pre_scale (struct voltagedomain *voltdm, unsigned long target_volt, u8 *target_vsel, u8 *current_vsel) |
| void | omap_vc_post_scale (struct voltagedomain *voltdm, unsigned long target_volt, u8 target_vsel, u8 current_vsel) |
| int | omap_vc_bypass_scale (struct voltagedomain *voltdm, unsigned long target_volt) |
Variables | |
| struct omap_vc_channel | omap3_vc_mpu |
| struct omap_vc_channel | omap3_vc_core |
| struct omap_vc_channel | omap4_vc_mpu |
| struct omap_vc_channel | omap4_vc_iva |
| struct omap_vc_channel | omap4_vc_core |
| int omap_vc_bypass_scale | ( | struct voltagedomain * | voltdm, |
| unsigned long | target_volt | ||
| ) |
| void omap_vc_init_channel | ( | struct voltagedomain * | voltdm | ) |
| struct omap_vc_channel omap3_vc_core |
Definition at line 62 of file vc3xxx_data.c.
| struct omap_vc_channel omap3_vc_mpu |
Definition at line 48 of file vc3xxx_data.c.
| struct omap_vc_channel omap4_vc_core |
Definition at line 77 of file vc44xx_data.c.
| struct omap_vc_channel omap4_vc_iva |
Definition at line 64 of file vc44xx_data.c.
| struct omap_vc_channel omap4_vc_mpu |
Definition at line 50 of file vc44xx_data.c.
1.8.2