Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | wake_dsp (struct bridge_dev_context *dev_context, void *pargs) |
int | sleep_dsp (struct bridge_dev_context *dev_context, u32 dw_cmd, void *pargs) |
void | interrupt_dsp (struct bridge_dev_context *dev_context, u16 mb_val) |
int | dsp_peripheral_clk_ctrl (struct bridge_dev_context *dev_context, void *pargs) |
int | handle_hibernation_from_dsp (struct bridge_dev_context *dev_context) |
int | post_scale_dsp (struct bridge_dev_context *dev_context, void *pargs) |
int | pre_scale_dsp (struct bridge_dev_context *dev_context, void *pargs) |
int | handle_constraints_set (struct bridge_dev_context *dev_context, void *pargs) |
void | dsp_clk_wakeup_event_ctrl (u32 clock_id, bool enable) |
Variables | |
struct mailbox_context | mboxsetting |
Definition at line 413 of file tiomap3430_pwr.c.
int dsp_peripheral_clk_ctrl | ( | struct bridge_dev_context * | dev_context, |
void * | pargs | ||
) |
Definition at line 281 of file tiomap3430_pwr.c.
int handle_constraints_set | ( | struct bridge_dev_context * | dev_context, |
void * | pargs | ||
) |
Definition at line 56 of file tiomap3430_pwr.c.
int handle_hibernation_from_dsp | ( | struct bridge_dev_context * | dev_context | ) |
Definition at line 80 of file tiomap3430_pwr.c.
void interrupt_dsp | ( | struct bridge_dev_context * | dev_context, |
u16 | mb_val | ||
) |
int post_scale_dsp | ( | struct bridge_dev_context * | dev_context, |
void * | pargs | ||
) |
Definition at line 375 of file tiomap3430_pwr.c.
int pre_scale_dsp | ( | struct bridge_dev_context * | dev_context, |
void * | pargs | ||
) |
Definition at line 342 of file tiomap3430_pwr.c.
int sleep_dsp | ( | struct bridge_dev_context * | dev_context, |
u32 | dw_cmd, | ||
void * | pargs | ||
) |
Definition at line 149 of file tiomap3430_pwr.c.
int wake_dsp | ( | struct bridge_dev_context * | dev_context, |
void * | pargs | ||
) |
Definition at line 255 of file tiomap3430_pwr.c.
struct mailbox_context mboxsetting |