Home
last modified time | relevance | path

Searched refs:pos_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dcoex.h302 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument
309 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
Dcoex.c947 u8 pos_type = COEX_SWITCH_TO_MAX; in rtw_coex_set_ant_path() local
966 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path()
987 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path()
1000 pos_type = COEX_SWITCH_TO_WLG; in rtw_coex_set_ant_path()
1007 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path()
1020 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path()
1033 pos_type = COEX_SWITCH_TO_WLA; in rtw_coex_set_ant_path()
1046 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path()
1059 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path()
1066 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX) in rtw_coex_set_ant_path()
[all …]
Drtw8822b.c1035 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument
1043 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1046 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
1064 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8822b_coex_cfg_ant_switch()
1070 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8822b_coex_cfg_ant_switch()
Dmain.h650 u8 ctrl_type, u8 pos_type);
/Linux-v5.4/drivers/block/
Drbd.c2601 enum obj_request_type pos_type; member
2642 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy()
2686 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request()
2744 .pos_type = OBJ_REQUEST_NODATA, in rbd_img_fill_nodata()
2794 .pos_type = OBJ_REQUEST_BIO, in __rbd_img_fill_from_bio()
2854 .pos_type = OBJ_REQUEST_BVECS, in __rbd_img_fill_from_bvecs()