Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-picolcd1 …snum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/operation_mode
22 operation_mode has changed.
/Linux-v4.19/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()
/Linux-v4.19/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()
1414 if (state->operation_mode == OM_DVBT_Diversity_Front) { in ConfigureMPEGOutput()
1755 if (oMode == state->operation_mode) {
1782 state->operation_mode = oMode;
1793 if (state->operation_mode == OM_DVBT_Diversity_Front) { in StartDiversity()
1797 } else if (state->operation_mode == OM_DVBT_Diversity_End) { in StartDiversity()
2442 if (state->operation_mode != OM_Default) { in DRX_Start()
2618 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()
3494 enum operation_mode o_mode) in set_dvbt_standard()
3744 u16 operation_mode = 0; in set_dvbt() local
3784 operation_mode |= OFDM_SC_RA_RAM_OP_AUTO_MODE__M; in set_dvbt()
3798 operation_mode |= OFDM_SC_RA_RAM_OP_AUTO_GUARD__M; in set_dvbt()
3819 operation_mode |= OFDM_SC_RA_RAM_OP_AUTO_HIER__M; in set_dvbt()
[all …]
/Linux-v4.19/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()
765 DRM_DEBUG_KMS("Mode %s\n", intel_dsi->operation_mode ? "command" : "video"); in intel_dsi_vbt_init()
Dvlv_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()
/Linux-v4.19/drivers/staging/ks7010/
Dks_wlan_net.c73 wstats->status = priv->reg.operation_mode; /* Operation mode */ in ks_wlan_update_phy_information()
316 if (priv->reg.operation_mode != MODE_ADHOC && in ks_wlan_set_wap()
317 priv->reg.operation_mode != MODE_INFRASTRUCTURE) { in ks_wlan_set_wap()
745 priv->reg.operation_mode = (uwrq->mode == IW_MODE_ADHOC) ? in ks_wlan_set_mode()
762 uwrq->mode = (priv->reg.operation_mode == MODE_INFRASTRUCTURE) ? in ks_wlan_get_mode()
1045 if (priv->reg.operation_mode != MODE_INFRASTRUCTURE) in ks_wlan_set_power()
1861 (priv->reg.operation_mode != MODE_INFRASTRUCTURE)) in ks_wlan_set_power_mgmt()
1928 if (priv->reg.operation_mode == MODE_INFRASTRUCTURE) { in ks_wlan_set_beacon_lost()
Dks_hostif.c621 priv->reg.operation_mode == MODE_INFRASTRUCTURE) { in hostif_power_mgmt_confirm()
1800 switch (priv->reg.operation_mode) { in hostif_sme_mode_setup()
1885 mode = (priv->reg.operation_mode == MODE_INFRASTRUCTURE) ? in hostif_sme_power_mgmt_set()
1888 receive_dtims = (priv->reg.operation_mode == MODE_INFRASTRUCTURE && in hostif_sme_power_mgmt_set()
2028 hostif_start_request(priv, priv->reg.operation_mode); in hostif_sme_execute()
2102 hostif_start_request(priv, priv->reg.operation_mode); in hostif_sme_execute()
Dks_wlan.h21 u8 operation_mode; member
Dks7010_sdio.c226 if (priv->reg.operation_mode != MODE_INFRASTRUCTURE) in _ks_wlan_hw_power_save()
/Linux-v4.19/drivers/staging/rtl8712/
Dwifi.h528 __le16 operation_mode; member
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwifi.h481 unsigned short operation_mode; member
/Linux-v4.19/drivers/hid/
Dhid-picolcd_core.c309 static DEVICE_ATTR(operation_mode, 0644, picolcd_operation_mode_show,
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwifi.h690 __le16 operation_mode; member
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Djoin.c1079 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start()
/Linux-v4.19/include/linux/
Dieee80211.h1394 __le16 operation_mode; member
/Linux-v4.19/net/mac80211/
Dutil.c2543 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()
Dmlme.c358 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw()