|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | ssb_freeze_context |
Macros | |
| #define | PFX "ssb: " |
| #define | ssb_printk printk |
| #define | ssb_dprintk(fmt, x...) do { /* nothing */ } while (0) |
| #define | SSB_WARN_ON(x) __ssb_do_nothing(unlikely(!!(x))) |
| #define | SSB_BUG_ON(x) __ssb_do_nothing(unlikely(!!(x))) |
| #define PFX "ssb: " |
Definition at line 8 of file ssb_private.h.
Definition at line 29 of file ssb_private.h.
Definition at line 20 of file ssb_private.h.
| #define ssb_printk printk |
Definition at line 13 of file ssb_private.h.
Definition at line 28 of file ssb_private.h.
| int ssb_devices_freeze | ( | struct ssb_bus * | bus, |
| struct ssb_freeze_context * | ctx | ||
| ) |
| int ssb_devices_thaw | ( | struct ssb_freeze_context * | ctx | ) |
| u32 ssb_pmu_get_controlclock | ( | struct ssb_chipcommon * | cc | ) |
Definition at line 634 of file driver_chipcommon_pmu.c.
| u32 ssb_pmu_get_cpu_clock | ( | struct ssb_chipcommon * | cc | ) |
Definition at line 618 of file driver_chipcommon_pmu.c.
1.8.2