Searched refs:pm_mode (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/arm/mach-at91/ |
D | pm.c | 108 static int at91_pm_config_ws(unsigned int pm_mode, bool set) in at91_pm_config_ws() argument 116 if (pm_mode != AT91_PM_ULP1) in at91_pm_config_ws() 567 static bool __init at91_is_pm_mode_active(int pm_mode) in at91_is_pm_mode_active() argument 569 return (pm_data.standby_mode == pm_mode || in at91_is_pm_mode_active() 570 pm_data.suspend_mode == pm_mode); in at91_is_pm_mode_active() 631 static void __init at91_pm_use_default_mode(int pm_mode) in at91_pm_use_default_mode() argument 633 if (pm_mode != AT91_PM_ULP1 && pm_mode != AT91_PM_BACKUP) in at91_pm_use_default_mode() 636 if (pm_data.standby_mode == pm_mode) in at91_pm_use_default_mode() 638 if (pm_data.suspend_mode == pm_mode) in at91_pm_use_default_mode()
|
D | pm_suspend.S | 108 str tmp1, .pm_mode 123 ldr r0, .pm_mode 282 ldr r0, .pm_mode 456 .pm_mode: label
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | debug.c | 159 static const char *pm_mode = "unknown"; in cw1200_status_show() local 162 pm_mode = "off"; in cw1200_status_show() 165 pm_mode = "on"; in cw1200_status_show() 168 pm_mode = "dynamic"; in cw1200_status_show() 183 seq_printf(seq, "Powersave: %s\n", pm_mode); in cw1200_status_show()
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | radeon_pm.c | 111 rinfo->pm_mode |= id->pm_mode_modifier; in radeon_apply_workarounds() 2673 if (rinfo->pm_mode & radeon_pm_off) { in radeonfb_pci_suspend() 2684 if (rinfo->is_mobility && !(rinfo->pm_mode & radeon_pm_d2)) { in radeonfb_pci_suspend() 2699 if (rinfo->pm_mode & radeon_pm_d2) in radeonfb_pci_suspend() 2741 if ((rinfo->pm_mode & radeon_pm_off) && radeon_check_power_loss(rinfo)) { in radeonfb_pci_resume() 2755 else if (rinfo->pm_mode & radeon_pm_d2) in radeonfb_pci_resume() 2841 rinfo->pm_mode |= radeon_pm_d2; in radeonfb_pm_init() 2850 rinfo->pm_mode |= radeon_pm_off; in radeonfb_pm_init() 2855 rinfo->pm_mode |= radeon_pm_off; in radeonfb_pm_init() 2860 rinfo->pm_mode |= radeon_pm_off; in radeonfb_pm_init() [all …]
|
D | radeonfb.h | 351 enum radeon_pm_mode pm_mode; member
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.h | 79 int qtnf_cmd_send_pm_set(const struct qtnf_vif *vif, u8 pm_mode, int timeout);
|
D | qlink.h | 695 u8 pm_mode; member
|
D | commands.c | 2857 int qtnf_cmd_send_pm_set(const struct qtnf_vif *vif, u8 pm_mode, int timeout) in qtnf_cmd_send_pm_set() argument 2871 cmd->pm_mode = pm_mode; in qtnf_cmd_send_pm_set()
|
/Linux-v4.19/drivers/regulator/ |
D | max77620-regulator.c | 550 int pm_mode, reg_mode; in max77620_regulator_get_mode() local 557 pm_mode = ret; in max77620_regulator_get_mode() 569 switch (pm_mode) { in max77620_regulator_get_mode()
|
/Linux-v4.19/drivers/net/wireless/atmel/ |
D | at76c50x-usb.h | 425 u8 pm_mode; /* power management mode */ member
|
D | at76c50x-usb.c | 858 priv->mib_buf.data.byte = priv->pm_mode; in at76_set_pm_mode() 1379 wiphy_name(priv->hw->wiphy), priv->pm_mode, priv->pm_period, in at76_startup_device() 2225 priv->pm_mode = AT76_PM_OFF; in at76_alloc_new_device()
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | host_interface.c | 491 u8 pm_mode = param->power_mgmt_mode; in handle_cfg_param() local 493 if (pm_mode < 5) { in handle_cfg_param() 498 hif_drv->cfg_values.power_mgmt_mode = pm_mode; in handle_cfg_param()
|