Searched refs:sleep_mode (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/arm/mach-prima2/ |
D | pm.c | 46 u32 sleep_mode = sirfsoc_rtc_iobrg_readl(sirfsoc_pwrc_base + in sirfsoc_set_sleep_mode() local 48 sleep_mode &= ~(SIRFSOC_SLEEP_MODE_MASK << 1); in sirfsoc_set_sleep_mode() 49 sleep_mode |= mode << 1; in sirfsoc_set_sleep_mode() 50 sirfsoc_rtc_iobrg_writel(sleep_mode, sirfsoc_pwrc_base + in sirfsoc_set_sleep_mode()
|
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
D | idle.c | 33 struct sleep_mode { struct 38 static struct sleep_mode modes[] = { argument
|
/linux-4.1.27/include/media/ |
D | adv7343.h | 39 bool sleep_mode; member
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | smp.c | 44 static unsigned long sleep_mode[NR_CPUS]; variable 938 if (sleep_mode[cpu]) in __cpu_up() 1124 sleep_mode[smp_processor_id()] = 1; in prepare_sleep_cpu() 1142 } while (sleep_mode[cpu_id]); in sleep_cpu() 1164 sleep_mode[smp_processor_id()] = 0; in wakeup_cpu()
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | pm.c | 41 sleep_mode(bfin_sic_iwr[0], bfin_sic_iwr[1], bfin_sic_iwr[2]); in bfin_pm_suspend_standby_enter()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | feature.c | 1564 static void keylargo_shutdown(struct macio_chip *macio, int sleep_mode) in keylargo_shutdown() argument 1568 if (sleep_mode) { in keylargo_shutdown() 1599 if (sleep_mode) in keylargo_shutdown() 1605 if (sleep_mode) in keylargo_shutdown() 1609 if (sleep_mode) in keylargo_shutdown() 1617 static void pangea_shutdown(struct macio_chip *macio, int sleep_mode) in pangea_shutdown() argument 1642 if (sleep_mode) in pangea_shutdown() 1650 static void intrepid_shutdown(struct macio_chip *macio, int sleep_mode) in intrepid_shutdown() argument 1668 if (sleep_mode) in intrepid_shutdown()
|
/linux-4.1.27/drivers/media/i2c/ |
D | adv7343.c | 230 val = state->pdata->mode_config.sleep_mode << 0 | in adv7343_setoutput() 421 pdata->mode_config.sleep_mode = in adv7343_get_pdata()
|
/linux-4.1.27/drivers/iio/adc/ |
D | at91_adc.c | 206 bool sleep_mode; member 882 st->sleep_mode = of_property_read_bool(node, "atmel,adc-sleep-mode"); in at91_adc_probe_dt() 1253 if (st->sleep_mode) in at91_adc_probe()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | dpmc.h | 775 void sleep_mode(u32 sic_iwr0, u32 sic_iwr1, u32 sic_iwr2);
|
/linux-4.1.27/arch/blackfin/mach-bf609/boards/ |
D | ezkit.c | 1169 .sleep_mode = false,
|