Searched refs:pos_type (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | coex.h | 336 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument 343 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
|
| H A D | rtw8821c.c | 836 u8 pos_type) in rtw8821c_coex_cfg_ant_switch() argument 841 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch() 852 pos_type = COEX_SWITCH_TO_WLA; in rtw8821c_coex_cfg_ant_switch() 854 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw8821c_coex_cfg_ant_switch() 874 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8821c_coex_cfg_ant_switch() 880 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8821c_coex_cfg_ant_switch()
|
| H A D | coex.c | 1290 u8 pos_type = COEX_SWITCH_TO_MAX; in rtw_coex_set_ant_path() local 1315 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path() 1338 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path() 1353 pos_type = COEX_SWITCH_TO_WLG; in rtw_coex_set_ant_path() 1362 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path() 1377 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path() 1393 pos_type = COEX_SWITCH_TO_WLA; in rtw_coex_set_ant_path() 1409 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path() 1424 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path() 1431 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX && in rtw_coex_set_ant_path() [all …]
|
| H A D | rtw8822b.c | 1124 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument 1132 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch() 1135 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch() 1153 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8822b_coex_cfg_ant_switch() 1159 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8822b_coex_cfg_ant_switch()
|
| H A D | rtw8821a.c | 761 u8 pos_type) in rtw8821a_coex_cfg_ant_switch() argument
|
| H A D | main.h | 912 u8 ctrl_type, u8 pos_type);
|
| H A D | rtw8814a.c | 1792 u8 pos_type) in rtw8814a_coex_cfg_ant_switch() argument
|
| /linux-6.15/drivers/block/ |
| H A D | rbd.c | 2463 enum obj_request_type pos_type; member 2504 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy() 2548 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request() 2606 .pos_type = OBJ_REQUEST_NODATA, in rbd_img_fill_nodata() 2656 .pos_type = OBJ_REQUEST_BIO, in __rbd_img_fill_from_bio() 2716 .pos_type = OBJ_REQUEST_BVECS, in __rbd_img_fill_from_bvecs()
|