Searched refs:sleep_mode (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/drivers/staging/ks7010/ |
D | ks_wlan_net.c | 156 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() 398 if (priv->sleep_mode == SLP_SLEEP) in ks_wlan_set_rate() [all …]
|
D | ks_wlan.h | 504 u8 sleep_mode; member
|
D | ks7010_sdio.c | 179 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()
|
D | ks_hostif.c | 1951 if (priv->sleep_mode != SLP_SLEEP && in hostif_sme_sleep_set() 1952 priv->sleep_mode != SLP_ACTIVE) in hostif_sme_sleep_set() 1955 hostif_sleep_request(priv, priv->sleep_mode); in hostif_sme_sleep_set()
|
/linux-6.6.21/arch/powerpc/platforms/pasemi/ |
D | idle.c | 20 struct sleep_mode { struct 25 static struct sleep_mode modes[] = { argument
|
/linux-6.6.21/include/media/i2c/ |
D | adv7343.h | 31 bool sleep_mode; member
|
/linux-6.6.21/drivers/bluetooth/ |
D | btbcm.h | 22 __u8 sleep_mode; member
|
D | hci_bcm.c | 377 .sleep_mode = 1, /* 0=Disabled, 1=UART, 2=Reserved, 3=USB */
|
/linux-6.6.21/drivers/staging/media/ipu3/ |
D | ipu3-css-fw.h | 113 u32 sleep_mode; /* different mode to halt SP */ member
|
D | ipu3-css-fw.c | 181 bi->info.sp.sleep_mode >= css->iomem_length || in imgu_css_fw_init()
|
D | ipu3-css.c | 577 writel(0, base + IMGU_REG_SP_DMEM_BASE(0) + bi->info.sp.sleep_mode); in imgu_css_hw_start()
|
/linux-6.6.21/arch/powerpc/platforms/powermac/ |
D | feature.c | 1550 static void keylargo_shutdown(struct macio_chip *macio, int sleep_mode) in keylargo_shutdown() argument 1554 if (sleep_mode) { in keylargo_shutdown() 1585 if (sleep_mode) in keylargo_shutdown() 1591 if (sleep_mode) in keylargo_shutdown() 1595 if (sleep_mode) in keylargo_shutdown() 1603 static void pangea_shutdown(struct macio_chip *macio, int sleep_mode) in pangea_shutdown() argument 1628 if (sleep_mode) in pangea_shutdown() 1636 static void intrepid_shutdown(struct macio_chip *macio, int sleep_mode) in intrepid_shutdown() argument 1654 if (sleep_mode) in intrepid_shutdown()
|
/linux-6.6.21/drivers/media/i2c/ |
D | adv7343.c | 230 val = state->pdata->mode_config.sleep_mode << 0 | in adv7343_setoutput() 414 pdata->mode_config.sleep_mode = in adv7343_get_pdata()
|
/linux-6.6.21/drivers/staging/media/atomisp/pci/ |
D | ia_css_acc_types.h | 324 u32 sleep_mode; /** different mode to halt SP */ member
|
D | sh_css.c | 7661 HIVE_ADDR_sp_sleep_mode = fw->info.sp.sleep_mode; in sh_css_init_host_sp_control_vars()
|
/linux-6.6.21/drivers/iio/adc/ |
D | at91_adc.c | 229 bool sleep_mode; member 1022 st->sleep_mode = of_property_read_bool(node, "atmel,adc-sleep-mode"); in at91_adc_probe() 1154 if (st->sleep_mode) in at91_adc_probe()
|
/linux-6.6.21/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
D | ia_css_debug.c | 2205 HIVE_ADDR_sp_sleep_mode = fw->info.sp.sleep_mode; in ia_css_debug_enable_sp_sleep_mode()
|