Searched refs:pm_mode (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/wireless/st/cw1200/
H A Ddebug.c156 static const char *pm_mode = "unknown"; local
159 pm_mode = "off";
162 pm_mode = "on";
165 pm_mode = "dynamic";
180 seq_printf(seq, "Powersave: %s\n", pm_mode);
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h72 int qtnf_cmd_send_pm_set(const struct qtnf_vif *vif, u8 pm_mode, int timeout);
H A Dqlink.h829 * @pm_mode: power management mode
834 u8 pm_mode; member in struct:qlink_cmd_pm_set
H A Dcommands.c2572 int qtnf_cmd_send_pm_set(const struct qtnf_vif *vif, u8 pm_mode, int timeout) argument
2585 cmd->pm_mode = pm_mode;
/linux-master/arch/arm/mach-at91/
H A Dpm_suspend.S132 ldr r7, .pm_mode
477 ldr tmp2, .pm_mode
934 ldr tmp3, .pm_mode
960 ldr tmp3, .pm_mode
1047 str tmp1, .pm_mode
1089 ldr r0, .pm_mode
1129 .pm_mode:
H A Dpm.c236 static int at91_pm_config_ws(unsigned int pm_mode, bool set) argument
244 if (pm_mode != AT91_PM_ULP1)
1006 static bool __init at91_is_pm_mode_active(int pm_mode) argument
1008 return (soc_pm.data.standby_mode == pm_mode ||
1009 soc_pm.data.suspend_mode == pm_mode);
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_pm.c46 const enum radeon_pm_mode pm_mode_modifier; /* modify pm_mode */
110 rinfo->pm_mode |= id->pm_mode_modifier;
2666 if (rinfo->pm_mode & radeon_pm_off) {
2677 if (rinfo->is_mobility && !(rinfo->pm_mode & radeon_pm_d2)) {
2691 if (rinfo->pm_mode & radeon_pm_d2)
2749 if ((rinfo->pm_mode & radeon_pm_off) && radeon_check_power_loss(rinfo)) {
2763 else if (rinfo->pm_mode & radeon_pm_d2)
2858 rinfo->pm_mode |= radeon_pm_d2;
2867 rinfo->pm_mode |= radeon_pm_off;
2872 rinfo->pm_mode |
[all...]
H A Dradeonfb.h351 enum radeon_pm_mode pm_mode; member in struct:radeonfb_info
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_cmd.h156 u8 pm_mode; member in struct:wfx_hif_ind_scan_cmpl
348 u8 pm_mode; member in struct:wfx_hif_ind_set_pm_mode_cmpl
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h421 u8 pm_mode; /* power management mode */ member in struct:at76_priv
H A Dat76c50x-usb.c853 priv->mib_buf.data.byte = priv->pm_mode;
857 wiphy_err(priv->hw->wiphy, "set_mib (pm_mode) failed: %d\n",
1018 "pm_mode %d ibss_change %d res %d "
1371 "%s param: pm_mode %d pm_period %d auth_mode %s "
1373 wiphy_name(priv->hw->wiphy), priv->pm_mode, priv->pm_period,
2224 priv->pm_mode = AT76_PM_OFF;
/linux-master/drivers/regulator/
H A Dmax77620-regulator.c547 int pm_mode, reg_mode; local
554 pm_mode = ret;
566 switch (pm_mode) {
/linux-master/drivers/net/usb/
H A Dax88179_178a.c193 static void ax88179_set_pm_mode(struct usbnet *dev, bool pm_mode) argument
197 ax179_data->in_pm = pm_mode;

Completed in 178 milliseconds