Searched refs:pos_type (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw88/ |
A D | coex.h | 334 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument 341 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
|
A D | rtw8821c.c | 769 u8 pos_type) in rtw8821c_coex_cfg_ant_switch() argument 774 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch() 785 pos_type = COEX_SWITCH_TO_WLA; in rtw8821c_coex_cfg_ant_switch() 787 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw8821c_coex_cfg_ant_switch() 807 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8821c_coex_cfg_ant_switch() 813 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8821c_coex_cfg_ant_switch()
|
A D | coex.c | 1218 u8 pos_type = COEX_SWITCH_TO_MAX; in rtw_coex_set_ant_path() local 1243 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path() 1266 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path() 1281 pos_type = COEX_SWITCH_TO_WLG; in rtw_coex_set_ant_path() 1290 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path() 1305 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path() 1321 pos_type = COEX_SWITCH_TO_WLA; in rtw_coex_set_ant_path() 1337 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path() 1352 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path() 1359 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX && in rtw_coex_set_ant_path() [all …]
|
A D | rtw8822b.c | 1142 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument 1150 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch() 1153 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch() 1171 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8822b_coex_cfg_ant_switch() 1177 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8822b_coex_cfg_ant_switch()
|
A D | main.h | 875 u8 ctrl_type, u8 pos_type);
|
/linux/drivers/block/ |
A D | rbd.c | 2446 enum obj_request_type pos_type; member 2487 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy() 2531 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request() 2589 .pos_type = OBJ_REQUEST_NODATA, in rbd_img_fill_nodata() 2639 .pos_type = OBJ_REQUEST_BIO, in __rbd_img_fill_from_bio() 2699 .pos_type = OBJ_REQUEST_BVECS, in __rbd_img_fill_from_bvecs()
|
Completed in 50 milliseconds