Searched refs:pm_mode (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/mach-at91/ |
| H A D | pm.c | 128 static int at91_pm_config_ws(unsigned int pm_mode, bool set) in at91_pm_config_ws() argument 136 if (pm_mode != AT91_PM_ULP1) in at91_pm_config_ws() 633 static bool __init at91_is_pm_mode_active(int pm_mode) in at91_is_pm_mode_active() argument 635 return (soc_pm.data.standby_mode == pm_mode || in at91_is_pm_mode_active() 636 soc_pm.data.suspend_mode == pm_mode); in at91_is_pm_mode_active() 699 static void __init at91_pm_use_default_mode(int pm_mode) in at91_pm_use_default_mode() argument 701 if (pm_mode != AT91_PM_ULP1 && pm_mode != AT91_PM_BACKUP) in at91_pm_use_default_mode() 704 if (soc_pm.data.standby_mode == pm_mode) in at91_pm_use_default_mode() 706 if (soc_pm.data.suspend_mode == pm_mode) in at91_pm_use_default_mode()
|
| H A D | pm_suspend.S | 96 str tmp1, .pm_mode 115 ldr r0, .pm_mode 167 ldr tmp2, .pm_mode 503 ldr tmp3, .pm_mode 689 .pm_mode: label
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | debug.c | 156 static const char *pm_mode = "unknown"; in cw1200_status_show() local 159 pm_mode = "off"; in cw1200_status_show() 162 pm_mode = "on"; in cw1200_status_show() 165 pm_mode = "dynamic"; in cw1200_status_show() 180 seq_printf(seq, "Powersave: %s\n", pm_mode); in cw1200_status_show()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | radeon_pm.c | 111 rinfo->pm_mode |= id->pm_mode_modifier; in radeon_apply_workarounds() 2667 if (rinfo->pm_mode & radeon_pm_off) { in radeonfb_pci_suspend_late() 2678 if (rinfo->is_mobility && !(rinfo->pm_mode & radeon_pm_d2)) { in radeonfb_pci_suspend_late() 2692 if (rinfo->pm_mode & radeon_pm_d2) in radeonfb_pci_suspend_late() 2750 if ((rinfo->pm_mode & radeon_pm_off) && radeon_check_power_loss(rinfo)) { in radeonfb_pci_resume() 2764 else if (rinfo->pm_mode & radeon_pm_d2) in radeonfb_pci_resume() 2859 rinfo->pm_mode |= radeon_pm_d2; in radeonfb_pm_init() 2868 rinfo->pm_mode |= radeon_pm_off; in radeonfb_pm_init() 2873 rinfo->pm_mode |= radeon_pm_off; in radeonfb_pm_init() 2878 rinfo->pm_mode |= radeon_pm_off; in radeonfb_pm_init() [all …]
|
| H A D | radeonfb.h | 351 enum radeon_pm_mode pm_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | hif_api_cmd.h | 158 u8 pm_mode; member 348 u8 pm_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | commands.h | 72 int qtnf_cmd_send_pm_set(const struct qtnf_vif *vif, u8 pm_mode, int timeout);
|
| H A D | qlink.h | 834 u8 pm_mode; member
|
| H A D | commands.c | 2623 int qtnf_cmd_send_pm_set(const struct qtnf_vif *vif, u8 pm_mode, int timeout) in qtnf_cmd_send_pm_set() argument 2636 cmd->pm_mode = pm_mode; in qtnf_cmd_send_pm_set()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | max77620-regulator.c | 547 int pm_mode, reg_mode; in max77620_regulator_get_mode() local 554 pm_mode = ret; in max77620_regulator_get_mode() 566 switch (pm_mode) { in max77620_regulator_get_mode()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.h | 421 u8 pm_mode; /* power management mode */ member
|
| H A D | at76c50x-usb.c | 853 priv->mib_buf.data.byte = priv->pm_mode; in at76_set_pm_mode() 1373 wiphy_name(priv->hw->wiphy), priv->pm_mode, priv->pm_period, in at76_startup_device() 2219 priv->pm_mode = AT76_PM_OFF; in at76_alloc_new_device()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfg80211.c | 1915 int pm_mode = PM_ENABLE; in wl_cfg80211_add_virtual_iface() local 1959 err = wl_alloc_netinfo(cfg, new_ndev, vwdev, mode, pm_mode, event->bssidx); in wl_cfg80211_add_virtual_iface()
|