Searched refs:wkup_m3_ipc (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dwkup_m3_ipc.h20 struct wkup_m3_ipc { struct
57 void (*set_mem_type)(struct wkup_m3_ipc *m3_ipc, int mem_type);
58 void (*set_resume_address)(struct wkup_m3_ipc *m3_ipc, void *addr);
59 int (*prepare_low_power)(struct wkup_m3_ipc *m3_ipc, int state);
60 int (*finish_low_power)(struct wkup_m3_ipc *m3_ipc);
61 int (*request_pm_status)(struct wkup_m3_ipc *m3_ipc);
62 const char *(*request_wake_src)(struct wkup_m3_ipc *m3_ipc);
63 void (*set_rtc_only)(struct wkup_m3_ipc *m3_ipc);
66 struct wkup_m3_ipc *wkup_m3_ipc_get(void);
67 void wkup_m3_ipc_put(struct wkup_m3_ipc *m3_ip
[all...]
/linux-master/drivers/soc/ti/
H A Dwkup_m3_ipc.c23 #include <linux/wkup_m3_ipc.h>
69 static struct wkup_m3_ipc *m3_ipc_state;
97 static unsigned long wkup_m3_copy_aux_data(struct wkup_m3_ipc *m3_ipc,
117 struct wkup_m3_ipc *m3_ipc = context;
144 static int wkup_m3_init_scale_data(struct wkup_m3_ipc *m3_ipc,
201 static int wkup_m3_ipc_dbg_init(struct wkup_m3_ipc *m3_ipc)
203 m3_ipc->dbg_path = debugfs_create_dir("wkup_m3_ipc", NULL);
216 static inline void wkup_m3_ipc_dbg_destroy(struct wkup_m3_ipc *m3_ipc)
221 static inline int wkup_m3_ipc_dbg_init(struct wkup_m3_ipc *m3_ipc)
226 static inline void wkup_m3_ipc_dbg_destroy(struct wkup_m3_ipc *m3_ip
[all...]
H A DMakefile9 obj-$(CONFIG_WKUP_M3_IPC) += wkup_m3_ipc.o
H A Dpm33xx.c29 #include <linux/wkup_m3_ipc.h>
61 static struct wkup_m3_ipc *m3_ipc;
522 pr_err("PM: Cannot get wkup_m3_ipc handle\n");
/linux-master/arch/arm/mach-omap2/
H A Dpm33xx-core.c19 #include <linux/wkup_m3_ipc.h>
327 * wkup_m3_ipc and booted am335x-pm-firmware.elf.
331 pr_warn("PM not initialized for pm33xx, wkup_m3_ipc, or am335x-pm-firmware.elf\n");

Completed in 288 milliseconds