Lines Matching refs:mac80211
247 rtlpriv->cfg->ops->fill_h2c_cmd(rtlpriv->mac80211.hw, 0x67, len, cmd); in halbtc_send_bt_mp_operation()
288 rtl_lps_leave(rtlpriv->mac80211.hw); in halbtc_leave_lps()
309 rtl_lps_enter(rtlpriv->mac80211.hw); in halbtc_enter_lps()
320 rtl_lps_leave(rtlpriv->mac80211.hw); in halbtc_normal_lps()
331 rtl_lps_leave(rtlpriv->mac80211.hw); in halbtc_pre_normal_lps()
542 if (rtlpriv->mac80211.opmode == NL80211_IFTYPE_STATION && in halbtc_get()
543 rtlpriv->mac80211.link_state >= MAC80211_LINKED) in halbtc_get()
598 if (rtlpriv->mac80211.mode == WIRELESS_MODE_B) in halbtc_get()
999 rtl_set_bbreg(rtlpriv->mac80211.hw, reg_addr, bit_mask, data); in halbtc_set_bbreg()
1007 return rtl_get_bbreg(rtlpriv->mac80211.hw, reg_addr, bit_mask); in halbtc_get_bbreg()
1016 rtl_set_rfreg(rtlpriv->mac80211.hw, rf_path, reg_addr, bit_mask, data); in halbtc_set_rfreg()
1025 return rtl_get_rfreg(rtlpriv->mac80211.hw, rf_path, reg_addr, bit_mask); in halbtc_get_rfreg()
1034 rtlpriv->cfg->ops->fill_h2c_cmd(rtlpriv->mac80211.hw, element_id, in halbtc_fill_h2c_cmd()
1044 rtlpriv->cfg->ops->fill_h2c_cmd(rtlpriv->mac80211.hw, H2C_BT_PORT_ID, in halbtc_send_wifi_port_id_cmd()
1052 struct ieee80211_hw *hw = rtlpriv->mac80211.hw; in halbtc_set_default_port_id_cmd()