Home
last modified time | relevance | path

Searched refs:pos_type (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dcoex.h311 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument
318 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
H A Dcoex.c969 u8 pos_type = COEX_SWITCH_TO_MAX; in rtw_coex_set_ant_path() local
988 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path()
1009 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path()
1022 pos_type = COEX_SWITCH_TO_WLG; in rtw_coex_set_ant_path()
1029 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path()
1042 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path()
1055 pos_type = COEX_SWITCH_TO_WLA; in rtw_coex_set_ant_path()
1068 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path()
1081 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path()
1088 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MA in rtw_coex_set_ant_path()
[all...]
H A Drtw8821c.c682 u8 pos_type) in rtw8821c_coex_cfg_ant_switch()
687 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
711 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8821c_coex_cfg_ant_switch()
717 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8821c_coex_cfg_ant_switch()
681 rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) rtw8821c_coex_cfg_ant_switch() argument
H A Drtw8822b.c1141 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch()
1149 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1152 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
1170 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8822b_coex_cfg_ant_switch()
1176 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8822b_coex_cfg_ant_switch()
1140 rtw8822b_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) rtw8822b_coex_cfg_ant_switch() argument
H A Dmain.h841 u8 ctrl_type, u8 pos_type);
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dcoex.h336 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument
343 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
H A Dcoex.c1266 u8 pos_type = COEX_SWITCH_TO_MAX; in rtw_coex_set_ant_path() local
1291 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path()
1314 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path()
1329 pos_type = COEX_SWITCH_TO_WLG; in rtw_coex_set_ant_path()
1338 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path()
1353 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path()
1369 pos_type = COEX_SWITCH_TO_WLA; in rtw_coex_set_ant_path()
1385 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path()
1400 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path()
1407 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MA in rtw_coex_set_ant_path()
[all...]
H A Drtw8821c.c808 u8 pos_type) in rtw8821c_coex_cfg_ant_switch()
813 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
824 pos_type = COEX_SWITCH_TO_WLA; in rtw8821c_coex_cfg_ant_switch()
826 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw8821c_coex_cfg_ant_switch()
846 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8821c_coex_cfg_ant_switch()
852 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8821c_coex_cfg_ant_switch()
807 rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) rtw8821c_coex_cfg_ant_switch() argument
H A Drtw8822b.c1162 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch()
1170 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1173 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
1191 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8822b_coex_cfg_ant_switch()
1197 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8822b_coex_cfg_ant_switch()
1161 rtw8822b_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) rtw8822b_coex_cfg_ant_switch() argument
H A Dmain.h886 u8 ctrl_type, u8 pos_type);
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c2526 enum obj_request_type pos_type; member
2567 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy()
2611 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request()
2669 .pos_type = OBJ_REQUEST_NODATA, in rbd_img_fill_nodata()
2719 .pos_type = OBJ_REQUEST_BIO, in __rbd_img_fill_from_bio()
2779 .pos_type = OBJ_REQUEST_BVECS, in __rbd_img_fill_from_bvecs()
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c2463 enum obj_request_type pos_type; member
2504 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy()
2548 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request()
2606 .pos_type = OBJ_REQUEST_NODATA, in rbd_img_fill_nodata()
2656 .pos_type = OBJ_REQUEST_BIO, in __rbd_img_fill_from_bio()
2716 .pos_type = OBJ_REQUEST_BVECS, in __rbd_img_fill_from_bvecs()

Completed in 44 milliseconds