Home
last modified time | relevance | path

Searched refs:operation_mode (Results 1 – 17 of 17) sorted by relevance

/drivers/net/wireless/st/cw1200/
Dcw1200.h59 u16 operation_mode; member
312 !(ht_info->operation_mode & in cw1200_ht_greenfield()
Dsta.c1918 priv->ht_info.operation_mode = info->ht_operation_mode; in cw1200_bss_info_changed()
1927 if (priv->ht_info.operation_mode & in cw1200_bss_info_changed()
1932 htprot |= cpu_to_le32((priv->ht_info.operation_mode & IEEE80211_HT_OP_MODE_PROTECTION) << 2); in cw1200_bss_info_changed()
/drivers/media/dvb-frontends/
Ddrxk_hard.h50 enum operation_mode { enum
246 enum operation_mode m_operation_mode; /* digital standards */
Ddrxd_hard.c147 int operation_mode; member
377 if (state->operation_mode == OM_DVBT_Diversity_Front || in InitCE()
378 state->operation_mode == OM_DVBT_Diversity_End) { in InitCE()
1417 if (state->operation_mode == OM_DVBT_Diversity_Front) { in ConfigureMPEGOutput()
1758 if (oMode == state->operation_mode) {
1785 state->operation_mode = oMode;
1796 if (state->operation_mode == OM_DVBT_Diversity_Front) { in StartDiversity()
1800 } else if (state->operation_mode == OM_DVBT_Diversity_End) { in StartDiversity()
2450 if (state->operation_mode != OM_Default) { in DRX_Start()
2626 state->operation_mode = OM_Default; in DRXD_init()
Ddrxk_hard.c40 enum operation_mode o_mode);
42 enum operation_mode o_mode);
46 enum operation_mode o_mode);
1746 enum operation_mode o_mode) in setoperation_mode()
1986 enum operation_mode o_mode) in mpegts_dto_setup()
3496 enum operation_mode o_mode) in set_dvbt_standard()
3746 u16 operation_mode = 0; in set_dvbt() local
3786 operation_mode |= OFDM_SC_RA_RAM_OP_AUTO_MODE__M; in set_dvbt()
3801 operation_mode |= OFDM_SC_RA_RAM_OP_AUTO_GUARD__M; in set_dvbt()
3823 operation_mode |= OFDM_SC_RA_RAM_OP_AUTO_HIER__M; in set_dvbt()
[all …]
/drivers/gpu/drm/i915/
Dintel_dsi.h59 u16 operation_mode; member
Dintel_dsi_vbt.c533 intel_dsi->operation_mode = mipi_config->is_cmd_mode; in intel_dsi_vbt_init()
763 DRM_DEBUG_KMS("Mode %s\n", intel_dsi->operation_mode ? "command" : "video"); in intel_dsi_vbt_init()
Dintel_dsi.c295 return intel_dsi->operation_mode == INTEL_DSI_VIDEO_MODE; in is_vid_mode()
300 return intel_dsi->operation_mode == INTEL_DSI_COMMAND_MODE; in is_cmd_mode()
/drivers/staging/ks7010/
Dks_wlan_net.c98 wstats->status = priv->reg.operation_mode; /* Operation mode */ in ks_wlan_update_phy_information()
361 if (priv->reg.operation_mode == MODE_ADHOC || in ks_wlan_set_wap()
362 priv->reg.operation_mode == MODE_INFRASTRUCTURE) { in ks_wlan_set_wap()
787 priv->reg.operation_mode = MODE_ADHOC; in ks_wlan_set_mode()
791 priv->reg.operation_mode = MODE_INFRASTRUCTURE; in ks_wlan_set_mode()
817 switch (priv->reg.operation_mode) { in ks_wlan_get_mode()
1188 if (priv->reg.operation_mode == MODE_INFRASTRUCTURE) in ks_wlan_set_power()
2081 if (priv->reg.operation_mode == MODE_INFRASTRUCTURE) in ks_wlan_set_power_mgmt()
2086 if (priv->reg.operation_mode == MODE_INFRASTRUCTURE) in ks_wlan_set_power_mgmt()
2160 if (priv->reg.operation_mode == MODE_INFRASTRUCTURE) { in ks_wlan_set_beacon_lost()
Dks_wlan.h48 u8 operation_mode; /* Operation Mode */ member
Dks_hostif.c730 priv->reg.operation_mode == MODE_INFRASTRUCTURE) { in hostif_power_mgmt_confirm()
2131 switch (priv->reg.operation_mode) { in hostif_sme_mode_setup()
2230 if (priv->reg.operation_mode == MODE_INFRASTRUCTURE) { in hostif_sme_power_mgmt_set()
2241 if (priv->reg.operation_mode == MODE_INFRASTRUCTURE) { in hostif_sme_power_mgmt_set()
2414 hostif_start_request(priv, priv->reg.operation_mode); in hostif_sme_execute()
2496 hostif_start_request(priv, priv->reg.operation_mode); in hostif_sme_execute()
Dks7010_sdio.c172 if (priv->reg.operation_mode != MODE_INFRASTRUCTURE) in _ks_wlan_hw_power_save()
/drivers/staging/rtl8712/
Dwifi.h528 __le16 operation_mode; member
/drivers/staging/rtl8188eu/include/
Dwifi.h495 unsigned short operation_mode; member
/drivers/hid/
Dhid-picolcd_core.c309 static DEVICE_ATTR(operation_mode, 0644, picolcd_operation_mode_show,
/drivers/staging/rtl8723bs/include/
Dwifi.h698 __le16 operation_mode; member
/drivers/net/wireless/marvell/mwifiex/
Djoin.c1079 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start()