Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8821c.c838 u8 pos_type) in rtw8821c_coex_cfg_ant_switch() argument
843 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
854 pos_type = COEX_SWITCH_TO_WLA; in rtw8821c_coex_cfg_ant_switch()
856 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw8821c_coex_cfg_ant_switch()
876 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8821c_coex_cfg_ant_switch()
882 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8821c_coex_cfg_ant_switch()
H A Drtw8822b.c1129 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument
1137 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1140 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
1158 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8822b_coex_cfg_ant_switch()
1164 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8822b_coex_cfg_ant_switch()
H A Dmain.h919 u8 ctrl_type, u8 pos_type);
H A Drtw8814a.c1803 u8 pos_type) in rtw8814a_coex_cfg_ant_switch() argument
/linux/drivers/block/
H A Drbd.c2461 enum obj_request_type pos_type; member
2502 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy()
2546 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request()
2604 .pos_type = OBJ_REQUEST_NODATA, in rbd_img_fill_nodata()
2654 .pos_type = OBJ_REQUEST_BIO, in __rbd_img_fill_from_bio()
2714 .pos_type = OBJ_REQUEST_BVECS, in __rbd_img_fill_from_bvecs()