Searched refs:_send_fw_cmd (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 1013 static int _send_fw_cmd(struct rtw89_dev *rtwdev, u8 h2c_class, u8 h2c_func, in _send_fw_cmd() function 3067 _send_fw_cmd(rtwdev, BTFC_SET, SET_SLOT_TABLE, (u8 *)tlv_v7, len); in rtw89_btc_fw_set_slots() 3080 _send_fw_cmd(rtwdev, BTFC_SET, SET_SLOT_TABLE, tbl, n); in rtw89_btc_fw_set_slots() 3109 ret = _send_fw_cmd(rtwdev, BTFC_SET, SET_REPORT_EN, &r.v8, in rtw89_btc_fw_en_rpt() 3124 ret = _send_fw_cmd(rtwdev, BTFC_SET, SET_REPORT_EN, in rtw89_btc_fw_en_rpt() 3174 _send_fw_cmd(rtwdev, BTFC_SET, SET_MREG_TABLE, v7, sz); in btc_fw_set_monreg() 3185 _send_fw_cmd(rtwdev, BTFC_SET, SET_MREG_TABLE, v1, sz); in btc_fw_set_monreg() 3244 ret = _send_fw_cmd(rtwdev, BTFC_SET, SET_CX_POLICY, in _fw_set_policy() 3422 _send_fw_cmd(rtwdev, BTFC_SET, SET_GPIO_DBG, buf, len); in _fw_set_gpio() 3757 _send_fw_cmd(rtwdev, BTFC_SET, SET_BT_IGNORE_WLAN_ACT, &enable, 1); in _set_bt_ignore_wlan_act() [all …]
|