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

/linux-master/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) argument
343 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type);
H A Dcoex.c1266 u8 pos_type = COEX_SWITCH_TO_MAX; local
1291 pos_type = COEX_SWITCH_TO_BT;
1314 pos_type = COEX_SWITCH_TO_BT;
1329 pos_type = COEX_SWITCH_TO_WLG;
1338 pos_type = COEX_SWITCH_TO_NOCARE;
1353 pos_type = COEX_SWITCH_TO_NOCARE;
1369 pos_type = COEX_SWITCH_TO_WLA;
1385 pos_type = COEX_SWITCH_TO_WLG_BT;
1400 pos_type = COEX_SWITCH_TO_WLG_BT;
1407 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MA
[all...]
H A Drtw8821c.c875 u8 pos_type)
880 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type;
891 pos_type = COEX_SWITCH_TO_WLA;
893 pos_type = COEX_SWITCH_TO_WLG_BT;
913 if (pos_type == COEX_SWITCH_TO_WLG_BT) {
919 } else if (pos_type == COEX_SWITCH_TO_WLG) {
874 rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) argument
H A Drtw8822b.c1162 u8 ctrl_type, u8 pos_type)
1170 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status)
1173 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type;
1191 if (pos_type == COEX_SWITCH_TO_WLG_BT) {
1197 } else if (pos_type == COEX_SWITCH_TO_WLG) {
1161 rtw8822b_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) argument
H A Dmain.h894 u8 ctrl_type, u8 pos_type);
/linux-master/drivers/block/
H A Drbd.c2463 enum obj_request_type pos_type; member in struct:rbd_img_fill_ctx
2504 img_req->data_type = fctx->pos_type;
2548 if (fctx->pos_type == OBJ_REQUEST_NODATA ||
2606 .pos_type = OBJ_REQUEST_NODATA,
2656 .pos_type = OBJ_REQUEST_BIO,
2716 .pos_type = OBJ_REQUEST_BVECS,

Completed in 177 milliseconds