Searched refs:sh_sleep_data (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dasm-offsets.c37 DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode));
38 DEFINE(SH_SLEEP_SF_PRE, offsetof(struct sh_sleep_data, sf_pre));
39 DEFINE(SH_SLEEP_SF_POST, offsetof(struct sh_sleep_data, sf_post));
40 DEFINE(SH_SLEEP_RESUME, offsetof(struct sh_sleep_data, resume));
41 DEFINE(SH_SLEEP_VBR, offsetof(struct sh_sleep_data, vbr));
42 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc));
43 DEFINE(SH_SLEEP_SR, offsetof(struct sh_sleep_data, sr));
44 DEFINE(SH_SLEEP_SP, offsetof(struct sh_sleep_data, sp));
45 DEFINE(SH_SLEEP_BASE_ADDR, offsetof(struct sh_sleep_data, addr));
46 DEFINE(SH_SLEEP_BASE_DATA, offsetof(struct sh_sleep_data, dat
[all...]
/linux-master/arch/sh/include/asm/
H A Dsuspend.h59 struct sh_sleep_data { struct
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dpm.c49 struct sh_sleep_data *sdp = onchip_mem;
83 struct sh_sleep_data *sdp;

Completed in 186 milliseconds