Home
last modified time | relevance | path

Searched refs:suspend_mode (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.c31 static unsigned int suspend_mode; variable
41 module_param(suspend_mode, uint, 0644);
169 if (suspend_mode && in ath6kl_core_init()
170 suspend_mode >= WLAN_POWER_STATE_CUT_PWR && in ath6kl_core_init()
171 suspend_mode <= WLAN_POWER_STATE_WOW) in ath6kl_core_init()
172 ar->suspend_mode = suspend_mode; in ath6kl_core_init()
174 ar->suspend_mode = 0; in ath6kl_core_init()
176 if (suspend_mode == WLAN_POWER_STATE_WOW && in ath6kl_core_init()
H A Dsdio.c869 if (ar->suspend_mode == WLAN_POWER_STATE_WOW || in ath6kl_sdio_suspend()
870 (!ar->suspend_mode && wow)) { in ath6kl_sdio_suspend()
890 if (ar->suspend_mode == WLAN_POWER_STATE_DEEP_SLEEP || in ath6kl_sdio_suspend()
891 !ar->suspend_mode || try_deepsleep) { in ath6kl_sdio_suspend()
H A Dcore.h806 u16 suspend_mode; member
/linux/drivers/input/touchscreen/
H A Dwm97xx-core.c282 wm->suspend_mode = mode; in wm97xx_set_suspend_mode()
768 int suspend_mode; in wm97xx_suspend() local
771 suspend_mode = wm->suspend_mode; in wm97xx_suspend()
773 suspend_mode = 0; in wm97xx_suspend()
783 reg |= suspend_mode; in wm97xx_suspend()
789 (!input_device_enabled(wm->input_dev) || !suspend_mode)) { in wm97xx_suspend()
H A Dedt-ft5x06.c130 enum edt_pmode suspend_mode; member
1246 tsdata->suspend_mode = EDT_PMODE_POWEROFF; in edt_ft5x06_ts_probe()
1248 tsdata->suspend_mode = EDT_PMODE_HIBERNATE; in edt_ft5x06_ts_probe()
1250 tsdata->suspend_mode = EDT_PMODE_NOT_SUPPORTED; in edt_ft5x06_ts_probe()
1380 if (tsdata->suspend_mode == EDT_PMODE_NOT_SUPPORTED) in edt_ft5x06_ts_suspend()
1389 if (tsdata->suspend_mode == EDT_PMODE_HIBERNATE) in edt_ft5x06_ts_suspend()
1422 if (tsdata->suspend_mode == EDT_PMODE_NOT_SUPPORTED) in edt_ft5x06_ts_resume()
1425 if (tsdata->suspend_mode == EDT_PMODE_POWEROFF) { in edt_ft5x06_ts_resume()
H A Datmel_mxt_ts.c355 enum mxt_suspend_mode suspend_mode; member
3078 switch (data->suspend_mode) { in mxt_start()
3100 switch (data->suspend_mode) { in mxt_stop()
3257 data->suspend_mode = dmi_check_system(chromebook_T9_suspend_dmi) ? in mxt_probe()
/linux/arch/arm/mach-at91/
H A Dpm.h39 unsigned int suspend_mode; member
/linux/drivers/soc/tegra/
H A Dpmc.c440 enum tegra_suspend_mode suspend_mode; member
475 .suspend_mode = TEGRA_SUSPEND_NOT_READY,
1780 return pmc->suspend_mode; in tegra_pmc_get_suspend_mode()
1788 pmc->suspend_mode = mode; in tegra_pmc_set_suspend_mode()
1833 pmc->suspend_mode = TEGRA_SUSPEND_NONE; in tegra_pmc_parse_dt()
1837 pmc->suspend_mode = TEGRA_SUSPEND_LP0; in tegra_pmc_parse_dt()
1841 pmc->suspend_mode = TEGRA_SUSPEND_LP1; in tegra_pmc_parse_dt()
1845 pmc->suspend_mode = TEGRA_SUSPEND_LP2; in tegra_pmc_parse_dt()
1849 pmc->suspend_mode = TEGRA_SUSPEND_NONE; in tegra_pmc_parse_dt()
1854 pmc->suspend_mode = tegra_pm_validate_suspend_mode(pmc->suspend_mode); in tegra_pmc_parse_dt()
[all …]
/linux/drivers/input/misc/
H A Diqs626a.c456 unsigned int suspend_mode; member
1239 iqs626->suspend_mode = val; in iqs626_parse_prop()
1702 if (!iqs626->suspend_mode) in iqs626_suspend()
1730 iqs626->suspend_mode << in iqs626_suspend()
1742 == (iqs626->suspend_mode << in iqs626_suspend()
1761 if (!iqs626->suspend_mode) in iqs626_resume()
/linux/include/linux/
H A Dwm97xx.h287 u16 suspend_mode; /* PRP in suspend mode */ member