Searched refs:sh_sleep_data (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/sh/kernel/ |
D | asm-offsets.c | 37 DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode)); in main() 38 DEFINE(SH_SLEEP_SF_PRE, offsetof(struct sh_sleep_data, sf_pre)); in main() 39 DEFINE(SH_SLEEP_SF_POST, offsetof(struct sh_sleep_data, sf_post)); in main() 40 DEFINE(SH_SLEEP_RESUME, offsetof(struct sh_sleep_data, resume)); in main() 41 DEFINE(SH_SLEEP_VBR, offsetof(struct sh_sleep_data, vbr)); in main() 42 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main() 43 DEFINE(SH_SLEEP_SR, offsetof(struct sh_sleep_data, sr)); in main() 44 DEFINE(SH_SLEEP_SP, offsetof(struct sh_sleep_data, sp)); in main() 45 DEFINE(SH_SLEEP_BASE_ADDR, offsetof(struct sh_sleep_data, addr)); in main() 46 DEFINE(SH_SLEEP_BASE_DATA, offsetof(struct sh_sleep_data, data)); in main()
|
/linux-6.1.9/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 49 struct sh_sleep_data *sdp = onchip_mem; in sh_mobile_call_standby() 83 struct sh_sleep_data *sdp; in sh_mobile_register_self_refresh()
|
/linux-6.1.9/arch/sh/include/asm/ |
D | suspend.h | 59 struct sh_sleep_data { struct
|