Searched refs:pos_type (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
D | coex.h | 311 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()
|
D | coex.c | 969 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_MAX) in rtw_coex_set_ant_path() [all …]
|
D | rtw8821c.c | 682 u8 pos_type) in rtw8821c_coex_cfg_ant_switch() argument 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()
|
D | rtw8822b.c | 1141 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument 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()
|
D | main.h | 841 u8 ctrl_type, u8 pos_type);
|
/Linux-v5.10/drivers/block/ |
D | rbd.c | 2508 enum obj_request_type pos_type; member 2549 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy() 2593 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request() 2651 .pos_type = OBJ_REQUEST_NODATA, in rbd_img_fill_nodata() 2701 .pos_type = OBJ_REQUEST_BIO, in __rbd_img_fill_from_bio() 2761 .pos_type = OBJ_REQUEST_BVECS, in __rbd_img_fill_from_bvecs()
|