| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_api.h | 18 u8 rtw_phl_read8(void *phl, u32 addr); 19 u16 rtw_phl_read16(void *phl, u32 addr); 20 u32 rtw_phl_read32(void *phl, u32 addr); 21 void rtw_phl_write8(void *phl, u32 addr, u8 val); 22 void rtw_phl_write16(void *phl, u32 addr, u16 val); 23 void rtw_phl_write32(void *phl, u32 addr, u32 val); 25 u32 rtw_phl_read_macreg(void *phl, u32 offset, u32 bit_mask); 26 void rtw_phl_write_macreg(void *phl, 28 u32 rtw_phl_read_bbreg(void *phl, u32 offset, u32 bit_mask); 29 void rtw_phl_write_bbreg(void *phl, [all …]
|
| H A D | phl_cmd_dispatch_engine.c | 19 enum rtw_phl_status phl_disp_eng_bk_module_deinit(struct phl_info_t *phl); 20 enum rtw_phl_status _disp_eng_get_dispr_by_idx(struct phl_info_t *phl, 55 phl_disp_eng_init(struct phl_info_t *phl, u8 phy_num) in phl_disp_eng_init() argument 58 struct phl_cmd_dispatch_engine *disp_eng = &(phl->disp_eng); in phl_disp_eng_init() 59 void *d = phl_to_drvpriv(phl); in phl_disp_eng_init() 67 disp_eng->phl_info = phl; in phl_disp_eng_init() 85 status = dispr_init(phl, &(disp_eng->dispatcher[i]), i); in phl_disp_eng_init() 91 phl_disp_eng_deinit(phl); in phl_disp_eng_init() 97 phl_disp_eng_deinit(struct phl_info_t *phl) in phl_disp_eng_deinit() argument 100 struct phl_cmd_dispatch_engine *disp_eng = &(phl->disp_eng); in phl_disp_eng_deinit() [all …]
|
| H A D | phl_msg_hub.c | 66 static u8 pop_front_idle_msg(struct phl_info_t* phl, struct phl_msg_ex** msg) in pop_front_idle_msg() argument 68 void *d = phl_to_drvpriv(phl); in pop_front_idle_msg() 69 struct phl_msg_hub* hub = (struct phl_msg_hub*)phl->msg_hub; in pop_front_idle_msg() 84 static void push_back_idle_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_idle_msg() argument 86 void *d = phl_to_drvpriv(phl); in push_back_idle_msg() 87 struct phl_msg_hub* hub = (struct phl_msg_hub*)phl->msg_hub; in push_back_idle_msg() 94 static u8 pop_front_wait_msg(struct phl_info_t* phl, struct phl_msg_ex** msg) in pop_front_wait_msg() argument 96 void *d = phl_to_drvpriv(phl); in pop_front_wait_msg() 97 struct phl_msg_hub* hub = (struct phl_msg_hub*)phl->msg_hub; in pop_front_wait_msg() 109 static void push_back_wait_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_wait_msg() argument [all …]
|
| H A D | phl_connect.c | 18 enum rtw_phl_status rtw_phl_connect_prepare(void *phl, in rtw_phl_connect_prepare() argument 23 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_connect_prepare() 46 rtw_phl_connect_linked(void *phl, in rtw_phl_connect_linked() argument 52 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_connect_linked() 73 enum rtw_phl_status rtw_phl_connected(void *phl, in rtw_phl_connected() argument 78 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_connected() 97 enum rtw_phl_status rtw_phl_disconnect(void *phl, in rtw_phl_disconnect() argument 102 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_disconnect() 128 enum rtw_phl_status rtw_phl_connect_prepare(void *phl, in rtw_phl_connect_prepare() argument 133 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_connect_prepare() [all …]
|
| H A D | phl_cmd_dispatch.h | 47 enum rtw_phl_status phl_disp_eng_init(struct phl_info_t *phl, u8 phy_num); 48 enum rtw_phl_status phl_disp_eng_deinit(struct phl_info_t *phl); 49 enum rtw_phl_status phl_disp_eng_start(struct phl_info_t *phl); 50 enum rtw_phl_status phl_disp_eng_stop(struct phl_info_t *phl); 56 enum rtw_phl_status phl_disp_eng_register_module(struct phl_info_t *phl, 61 enum rtw_phl_status phl_disp_eng_deregister_module(struct phl_info_t *phl, 65 u8 phl_disp_eng_is_dispr_busy(struct phl_info_t *phl, u8 band_idx); 66 u8 phl_disp_eng_is_fg_empty(struct phl_info_t *phl, u8 band_idx); 67 enum rtw_phl_status phl_disp_eng_set_cur_cmd_info(struct phl_info_t *phl, u8 band_idx, 69 enum rtw_phl_status phl_disp_eng_query_cur_cmd_info(struct phl_info_t *phl, u8 band_idx, [all …]
|
| H A D | phl_connect.h | 28 enum rtw_phl_status rtw_phl_connect_prepare(void *phl, 44 rtw_phl_connect_linked(void *phl, 59 enum rtw_phl_status rtw_phl_connected(void *phl, 64 enum rtw_phl_status rtw_phl_disconnect(void *phl, 68 enum rtw_phl_status rtw_phl_disconnect_prepare(void *phl, 70 enum rtw_phl_status rtw_phl_disconnect(void *phl, 74 enum rtw_phl_status rtw_phl_ap_start_prepare(void *phl, 76 enum rtw_phl_status rtw_phl_ap_started(void *phl, 78 enum rtw_phl_status rtw_phl_ap_stop_prepare(void *phl, 80 enum rtw_phl_status rtw_phl_ap_stop(void *phl, [all …]
|
| H A D | phl_mcc_def.h | 40 void rtw_phl_mcc_watchdog(struct phl_info_t *phl, u8 band_idx); 42 void rtw_phl_mcc_sta_entry_change(struct phl_info_t *phl, 45 void phl_mcc_client_link_notify_for_ap(struct phl_info_t *phl, 48 enum rtw_phl_status rtw_phl_mcc_dur_lim_change(struct phl_info_t *phl, 52 bool rtw_phl_mcc_inprogress(struct phl_info_t *phl, u8 band_idx); 54 enum rtw_phl_status rtw_phl_mcc_reset(struct phl_info_t *phl, 57 enum rtw_phl_status rtw_phl_mcc_recovery(struct phl_info_t *phl, 60 enum rtw_phl_status rtw_phl_mcc_enable(struct phl_info_t *phl, 63 enum rtw_phl_status rtw_phl_mcc_disable(struct phl_info_t *phl, 66 enum rtw_phl_status rtw_phl_tdmra_duration_change(struct phl_info_t *phl, [all …]
|
| H A D | phl_watchdog.c | 26 void rtw_phl_watchdog_callback(void *phl) in rtw_phl_watchdog_callback() argument 28 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_watchdog_callback() 45 static void _phl_watchdog_sw(struct phl_info_t *phl) in _phl_watchdog_sw() argument 48 phl_tx_watchdog(phl); in _phl_watchdog_sw() 49 phl_rx_watchdog(phl); in _phl_watchdog_sw() 50 phl_sta_trx_tfc_upd(phl); in _phl_watchdog_sw() 53 static void _phl_watchdog_hw(struct phl_info_t *phl) in _phl_watchdog_hw() argument 56 phl_thermal_protect_watchdog(phl); in _phl_watchdog_hw() 62 phl_ltr_ctrl_watchdog(phl); in _phl_watchdog_hw() 65 phl_pcie_trx_mit_watchdog(phl); in _phl_watchdog_hw() [all …]
|
| H A D | phl_struct.h | 98 enum rtw_phl_status (*hci_trx_init)(struct phl_info_t *phl); 99 void (*hci_trx_deinit)(struct phl_info_t *phl); 100 enum rtw_phl_status (*prepare_tx)(struct phl_info_t *phl, 102 enum rtw_phl_status (*recycle_rx_buf)(struct phl_info_t *phl, 104 enum rtw_phl_status (*tx)(struct phl_info_t *phl); 105 enum rtw_phl_status (*rx)(struct phl_info_t *phl); 106 enum rtw_phl_status (*trx_cfg)(struct phl_info_t *phl); 107 void (*trx_stop)(struct phl_info_t *phl); 108 enum rtw_phl_status (*pltfm_tx)(struct phl_info_t *phl, void *pkt); 113 void (*trx_reset)(struct phl_info_t *phl, u8 type); [all …]
|
| H A D | phl_init.c | 972 struct rtw_phl_com_t *rtw_phl_get_com(void *phl) in rtw_phl_get_com() argument 974 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_get_com() 979 static void phl_regulation_init(void *drv_priv, void *phl) in phl_regulation_init() argument 981 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in phl_regulation_init() 984 if (!drv_priv || !phl) in phl_regulation_init() 996 static void phl_regulation_deinit(void *drv_priv, void *phl) in phl_regulation_deinit() argument 998 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in phl_regulation_deinit() 1001 if (!drv_priv || !phl) in phl_regulation_deinit() 1009 enum rtw_phl_status rtw_phl_init(void *drv_priv, void **phl, in rtw_phl_init() argument 1024 *phl = phl_info; in rtw_phl_init() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_api.h | 18 u8 rtw_phl_read8(void *phl, u32 addr); 19 u16 rtw_phl_read16(void *phl, u32 addr); 20 u32 rtw_phl_read32(void *phl, u32 addr); 21 void rtw_phl_write8(void *phl, u32 addr, u8 val); 22 void rtw_phl_write16(void *phl, u32 addr, u16 val); 23 void rtw_phl_write32(void *phl, u32 addr, u32 val); 25 u32 rtw_phl_read_macreg(void *phl, u32 offset, u32 bit_mask); 26 void rtw_phl_write_macreg(void *phl, 28 u32 rtw_phl_read_bbreg(void *phl, u32 offset, u32 bit_mask); 29 void rtw_phl_write_bbreg(void *phl, [all …]
|
| H A D | phl_cmd_dispatch_engine.c | 19 enum rtw_phl_status phl_disp_eng_bk_module_deinit(struct phl_info_t *phl); 20 enum rtw_phl_status _disp_eng_get_dispr_by_idx(struct phl_info_t *phl, 55 phl_disp_eng_init(struct phl_info_t *phl, u8 phy_num) in phl_disp_eng_init() argument 58 struct phl_cmd_dispatch_engine *disp_eng = &(phl->disp_eng); in phl_disp_eng_init() 59 void *d = phl_to_drvpriv(phl); in phl_disp_eng_init() 67 disp_eng->phl_info = phl; in phl_disp_eng_init() 85 status = dispr_init(phl, &(disp_eng->dispatcher[i]), i); in phl_disp_eng_init() 91 phl_disp_eng_deinit(phl); in phl_disp_eng_init() 97 phl_disp_eng_deinit(struct phl_info_t *phl) in phl_disp_eng_deinit() argument 100 struct phl_cmd_dispatch_engine *disp_eng = &(phl->disp_eng); in phl_disp_eng_deinit() [all …]
|
| H A D | phl_msg_hub.c | 66 static u8 pop_front_idle_msg(struct phl_info_t* phl, struct phl_msg_ex** msg) in pop_front_idle_msg() argument 68 void *d = phl_to_drvpriv(phl); in pop_front_idle_msg() 69 struct phl_msg_hub* hub = (struct phl_msg_hub*)phl->msg_hub; in pop_front_idle_msg() 84 static void push_back_idle_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_idle_msg() argument 86 void *d = phl_to_drvpriv(phl); in push_back_idle_msg() 87 struct phl_msg_hub* hub = (struct phl_msg_hub*)phl->msg_hub; in push_back_idle_msg() 94 static u8 pop_front_wait_msg(struct phl_info_t* phl, struct phl_msg_ex** msg) in pop_front_wait_msg() argument 96 void *d = phl_to_drvpriv(phl); in pop_front_wait_msg() 97 struct phl_msg_hub* hub = (struct phl_msg_hub*)phl->msg_hub; in pop_front_wait_msg() 109 static void push_back_wait_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_wait_msg() argument [all …]
|
| H A D | phl_connect.c | 18 enum rtw_phl_status rtw_phl_connect_prepare(void *phl, in rtw_phl_connect_prepare() argument 23 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_connect_prepare() 43 rtw_phl_connect_linked(void *phl, in rtw_phl_connect_linked() argument 49 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_connect_linked() 70 enum rtw_phl_status rtw_phl_connected(void *phl, in rtw_phl_connected() argument 75 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_connected() 94 enum rtw_phl_status rtw_phl_disconnect(void *phl, in rtw_phl_disconnect() argument 99 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_disconnect() 125 enum rtw_phl_status rtw_phl_connect_prepare(void *phl, in rtw_phl_connect_prepare() argument 130 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_connect_prepare() [all …]
|
| H A D | phl_cmd_dispatch.h | 47 enum rtw_phl_status phl_disp_eng_init(struct phl_info_t *phl, u8 phy_num); 48 enum rtw_phl_status phl_disp_eng_deinit(struct phl_info_t *phl); 49 enum rtw_phl_status phl_disp_eng_start(struct phl_info_t *phl); 50 enum rtw_phl_status phl_disp_eng_stop(struct phl_info_t *phl); 56 enum rtw_phl_status phl_disp_eng_register_module(struct phl_info_t *phl, 61 enum rtw_phl_status phl_disp_eng_deregister_module(struct phl_info_t *phl, 65 u8 phl_disp_eng_is_dispr_busy(struct phl_info_t *phl, u8 band_idx); 66 u8 phl_disp_eng_is_fg_empty(struct phl_info_t *phl, u8 band_idx); 67 enum rtw_phl_status phl_disp_eng_set_cur_cmd_info(struct phl_info_t *phl, u8 band_idx, 69 enum rtw_phl_status phl_disp_eng_query_cur_cmd_info(struct phl_info_t *phl, u8 band_idx, [all …]
|
| H A D | phl_connect.h | 28 enum rtw_phl_status rtw_phl_connect_prepare(void *phl, 44 rtw_phl_connect_linked(void *phl, 59 enum rtw_phl_status rtw_phl_connected(void *phl, 64 enum rtw_phl_status rtw_phl_disconnect(void *phl, 68 enum rtw_phl_status rtw_phl_disconnect_prepare(void *phl, 70 enum rtw_phl_status rtw_phl_disconnect(void *phl, 74 enum rtw_phl_status rtw_phl_ap_start_prepare(void *phl, 76 enum rtw_phl_status rtw_phl_ap_started(void *phl, 78 enum rtw_phl_status rtw_phl_ap_stop_prepare(void *phl, 80 enum rtw_phl_status rtw_phl_ap_stop(void *phl, [all …]
|
| H A D | phl_mcc_def.h | 40 void rtw_phl_mcc_watchdog(struct phl_info_t *phl, u8 band_idx); 42 void rtw_phl_mcc_sta_entry_change(struct phl_info_t *phl, 45 void phl_mcc_client_link_notify_for_ap(struct phl_info_t *phl, 48 enum rtw_phl_status rtw_phl_mcc_dur_lim_change(struct phl_info_t *phl, 52 bool rtw_phl_mcc_inprogress(struct phl_info_t *phl, u8 band_idx); 54 enum rtw_phl_status rtw_phl_mcc_reset(struct phl_info_t *phl, 57 enum rtw_phl_status rtw_phl_mcc_recovery(struct phl_info_t *phl, 60 enum rtw_phl_status rtw_phl_mcc_enable(struct phl_info_t *phl, 63 enum rtw_phl_status rtw_phl_mcc_disable(struct phl_info_t *phl, 66 enum rtw_phl_status rtw_phl_tdmra_duration_change(struct phl_info_t *phl, [all …]
|
| H A D | phl_watchdog.c | 26 void rtw_phl_watchdog_callback(void *phl) in rtw_phl_watchdog_callback() argument 28 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_watchdog_callback() 45 static void _phl_watchdog_sw(struct phl_info_t *phl) in _phl_watchdog_sw() argument 48 phl_tx_watchdog(phl); in _phl_watchdog_sw() 49 phl_rx_watchdog(phl); in _phl_watchdog_sw() 50 phl_sta_trx_tfc_upd(phl); in _phl_watchdog_sw() 53 static void _phl_watchdog_hw(struct phl_info_t *phl) in _phl_watchdog_hw() argument 56 phl_thermal_protect_watchdog(phl); in _phl_watchdog_hw() 62 phl_ltr_ctrl_watchdog(phl); in _phl_watchdog_hw() 65 phl_pcie_trx_mit_watchdog(phl); in _phl_watchdog_hw() [all …]
|
| H A D | phl_init.c | 964 struct rtw_phl_com_t *rtw_phl_get_com(void *phl) in rtw_phl_get_com() argument 966 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in rtw_phl_get_com() 971 static void phl_regulation_init(void *drv_priv, void *phl) in phl_regulation_init() argument 973 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in phl_regulation_init() 976 if (!drv_priv || !phl) in phl_regulation_init() 988 static void phl_regulation_deinit(void *drv_priv, void *phl) in phl_regulation_deinit() argument 990 struct phl_info_t *phl_info = (struct phl_info_t *)phl; in phl_regulation_deinit() 993 if (!drv_priv || !phl) in phl_regulation_deinit() 1001 enum rtw_phl_status rtw_phl_init(void *drv_priv, void **phl, in rtw_phl_init() argument 1016 *phl = phl_info; in rtw_phl_init() [all …]
|
| H A D | phl_struct.h | 95 enum rtw_phl_status (*hci_trx_init)(struct phl_info_t *phl); 96 void (*hci_trx_deinit)(struct phl_info_t *phl); 97 enum rtw_phl_status (*prepare_tx)(struct phl_info_t *phl, 99 enum rtw_phl_status (*recycle_rx_buf)(struct phl_info_t *phl, 101 enum rtw_phl_status (*tx)(struct phl_info_t *phl); 102 enum rtw_phl_status (*rx)(struct phl_info_t *phl); 103 enum rtw_phl_status (*trx_cfg)(struct phl_info_t *phl); 104 void (*trx_stop)(struct phl_info_t *phl); 105 enum rtw_phl_status (*pltfm_tx)(struct phl_info_t *phl, void *pkt); 110 void (*trx_reset)(struct phl_info_t *phl, u8 type); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/ |
| H A D | phl_trx_sdio.c | 475 struct phl_info_t *phl = context; in phl_tx_sdio_thrd_hdl() local 476 struct hci_info_t *hci = phl->hci; in phl_tx_sdio_thrd_hdl() 479 void *drv = phl_to_drvpriv(phl); in phl_tx_sdio_thrd_hdl() 480 struct rtw_hal_com_t *hal_com = rtw_hal_get_halcom(phl->hal); in phl_tx_sdio_thrd_hdl() 508 txbuf = dequeue_busy_txbuf(phl, tx_pool); in phl_tx_sdio_thrd_hdl() 511 _os_atomic_set(drv, &phl->phl_sw_tx_more, 0); in phl_tx_sdio_thrd_hdl() 512 hstatus = rtw_hal_sdio_tx(phl->hal, txbuf->dma_ch, txbuf->buffer, in phl_tx_sdio_thrd_hdl() 521 enqueue_busy_txbuf_to_head(phl, tx_pool, txbuf); in phl_tx_sdio_thrd_hdl() 543 free_txbuf(phl, tx_pool, txbuf); in phl_tx_sdio_thrd_hdl() 547 txbuf_set_ready(phl); in phl_tx_sdio_thrd_hdl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_phl.c | 274 if (rtw_phl_get_mac_addr_efuse(dvobj->phl, hw_mac_addr) != RTW_PHL_STATUS_SUCCESS) { in rtw_hw_get_mac_addr() 391 psts = rtw_phl_msg_hub_deregister_recver(dvobj->phl, MSG_RECV_CORE); in rtw_core_deregister_phl_msg() 401 if (dvobj->phl) { in rtw_hw_deinit() 402 rtw_phl_trx_free(dvobj->phl); in rtw_hw_deinit() 404 rtw_phl_watchdog_deinit(dvobj->phl); in rtw_hw_deinit() 406 rtw_phl_deinit(dvobj->phl); in rtw_hw_deinit() 580 psts = rtw_phl_msg_hub_register_recver(dvobj->phl, &ctx, MSG_RECV_CORE); in rtw_core_register_phl_msg() 586 psts = rtw_phl_msg_hub_update_recver_mask(dvobj->phl, in rtw_core_register_phl_msg() 606 void *phl; in rtw_hw_mcc_chk_inprogress() local 610 phl = GET_PHL_INFO(d); in rtw_hw_mcc_chk_inprogress() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_phl.c | 274 if (rtw_phl_get_mac_addr_efuse(dvobj->phl, hw_mac_addr) != RTW_PHL_STATUS_SUCCESS) { in rtw_hw_get_mac_addr() 391 psts = rtw_phl_msg_hub_deregister_recver(dvobj->phl, MSG_RECV_CORE); in rtw_core_deregister_phl_msg() 401 if (dvobj->phl) { in rtw_hw_deinit() 402 rtw_phl_trx_free(dvobj->phl); in rtw_hw_deinit() 404 rtw_phl_watchdog_deinit(dvobj->phl); in rtw_hw_deinit() 406 rtw_phl_deinit(dvobj->phl); in rtw_hw_deinit() 580 psts = rtw_phl_msg_hub_register_recver(dvobj->phl, &ctx, MSG_RECV_CORE); in rtw_core_register_phl_msg() 586 psts = rtw_phl_msg_hub_update_recver_mask(dvobj->phl, in rtw_core_register_phl_msg() 606 void *phl; in rtw_hw_mcc_chk_inprogress() local 610 phl = GET_PHL_INFO(d); in rtw_hw_mcc_chk_inprogress() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | cmd_disp_test.c | 51 struct phl_info_t* phl; member 108 void *d = phl_to_drvpriv(disp_test_ctx.phl); in test_req_acquired() 124 status = phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, NULL); in test_req_acquired() 144 phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, NULL); in test_req_abort() 199 void *d = phl_to_drvpriv(disp_test_ctx.phl); in test_mdl_msg_hdlr() 308 void *d = phl_to_drvpriv(disp_test_ctx.phl); in test_ser_mdl_msg_hdlr() 330 void *d = phl_to_drvpriv(disp_test_ctx.phl); in disp_init_test() 338 status = phl_disp_eng_init(disp_test_ctx.phl, 3); in disp_init_test() 346 disp_eng = &(disp_test_ctx.phl->disp_eng); in disp_init_test() 359 status = phl_disp_eng_start(disp_test_ctx.phl); in disp_init_test() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | cmd_disp_test.c | 51 struct phl_info_t* phl; member 108 void *d = phl_to_drvpriv(disp_test_ctx.phl); in test_req_acquired() 124 status = phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, NULL); in test_req_acquired() 144 phl_disp_eng_send_msg(disp_test_ctx.phl, &msg, &attr, NULL); in test_req_abort() 199 void *d = phl_to_drvpriv(disp_test_ctx.phl); in test_mdl_msg_hdlr() 308 void *d = phl_to_drvpriv(disp_test_ctx.phl); in test_ser_mdl_msg_hdlr() 330 void *d = phl_to_drvpriv(disp_test_ctx.phl); in disp_init_test() 338 status = phl_disp_eng_init(disp_test_ctx.phl, 3); in disp_init_test() 346 disp_eng = &(disp_test_ctx.phl->disp_eng); in disp_init_test() 359 status = phl_disp_eng_start(disp_test_ctx.phl); in disp_init_test() [all …]
|