Home
last modified time | relevance | path

Searched refs:sleep_mode (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/staging/ks7010/
Dks_wlan_net.c156 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_get_name()
179 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_set_freq()
223 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_get_freq()
245 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_set_essid()
283 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_get_essid()
312 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_set_wap()
341 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_get_wap()
361 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_set_nick()
381 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_get_nick()
399 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_set_rate()
[all …]
Dks_wlan.h504 u8 sleep_mode; member
Dks7010_sdio.c179 priv->sleep_mode = atomic_read(&priv->sleepstatus.status); in ks_wlan_hw_sleep_doze_request()
201 priv->sleep_mode = atomic_read(&priv->sleepstatus.status); in ks_wlan_hw_sleep_wakeup_request()
Dks_hostif.c1965 if (priv->sleep_mode != SLP_SLEEP && in hostif_sme_sleep_set()
1966 priv->sleep_mode != SLP_ACTIVE) in hostif_sme_sleep_set()
1969 hostif_sleep_request(priv, priv->sleep_mode); in hostif_sme_sleep_set()
/Linux-v5.4/arch/arm/mach-prima2/
Dpm.c46 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-v5.4/arch/powerpc/platforms/pasemi/
Didle.c20 struct sleep_mode { struct
25 static struct sleep_mode modes[] = { argument
/Linux-v5.4/include/media/i2c/
Dadv7343.h39 bool sleep_mode; member
/Linux-v5.4/drivers/bluetooth/
Dbtbcm.h22 __u8 sleep_mode; member
Dhci_bcm.c337 .sleep_mode = 1, /* 0=Disabled, 1=UART, 2=Reserved, 3=USB */
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-css-fw.h111 u32 sleep_mode; /* different mode to halt SP */ member
Dipu3-css-fw.c180 bi->info.sp.sleep_mode >= css->iomem_length || in imgu_css_fw_init()
Dipu3-css.c590 writel(0, base + IMGU_REG_SP_DMEM_BASE(0) + bi->info.sp.sleep_mode); in imgu_css_hw_start()
/Linux-v5.4/arch/powerpc/platforms/powermac/
Dfeature.c1549 static void keylargo_shutdown(struct macio_chip *macio, int sleep_mode) in keylargo_shutdown() argument
1553 if (sleep_mode) { in keylargo_shutdown()
1584 if (sleep_mode) in keylargo_shutdown()
1590 if (sleep_mode) in keylargo_shutdown()
1594 if (sleep_mode) in keylargo_shutdown()
1602 static void pangea_shutdown(struct macio_chip *macio, int sleep_mode) in pangea_shutdown() argument
1627 if (sleep_mode) in pangea_shutdown()
1635 static void intrepid_shutdown(struct macio_chip *macio, int sleep_mode) in intrepid_shutdown() argument
1653 if (sleep_mode) in intrepid_shutdown()
/Linux-v5.4/drivers/media/i2c/
Dadv7343.c230 val = state->pdata->mode_config.sleep_mode << 0 | in adv7343_setoutput()
414 pdata->mode_config.sleep_mode = in adv7343_get_pdata()
/Linux-v5.4/drivers/iio/adc/
Dat91_adc.c208 bool sleep_mode; member
893 st->sleep_mode = of_property_read_bool(node, "atmel,adc-sleep-mode"); in at91_adc_probe_dt()
1273 if (st->sleep_mode) in at91_adc_probe()