Home
last modified time | relevance | path

Searched refs:poll_cfg (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dvcodec_service.c658 VcodecRegCfg *poll_cfg = &p->regs[p->reg_poll_idx]; in vcodec_service_cmd_poll() local
659 void *reg_get = poll_cfg->reg_get; in vcodec_service_cmd_poll()
660 RK_S32 reg_size = poll_cfg->reg_size; in vcodec_service_cmd_poll()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dcmac_tx.h682 struct mac_ax_tx_idle_poll_cfg *poll_cfg);
H A Dcmac_tx.c1721 struct mac_ax_tx_idle_poll_cfg *poll_cfg) in mac_tx_idle_poll() argument
1723 switch (poll_cfg->sel) { in mac_tx_idle_poll()
1725 return tx_idle_poll_band(adapter, poll_cfg->band, 1); in mac_tx_idle_poll()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dcmac_tx.h682 struct mac_ax_tx_idle_poll_cfg *poll_cfg);
H A Dcmac_tx.c1721 struct mac_ax_tx_idle_poll_cfg *poll_cfg) in mac_tx_idle_poll() argument
1723 switch (poll_cfg->sel) { in mac_tx_idle_poll()
1725 return tx_idle_poll_band(adapter, poll_cfg->band, 1); in mac_tx_idle_poll()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c2456 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs + in hal_h264e_vepu580_wait() local
2462 poll_cfg->poll_type = 0; in hal_h264e_vepu580_wait()
2463 poll_cfg->poll_ret = 0; in hal_h264e_vepu580_wait()
2464 poll_cfg->count_max = ctx->poll_slice_max; in hal_h264e_vepu580_wait()
2465 poll_cfg->count_ret = 0; in hal_h264e_vepu580_wait()
2467 ret = mpp_dev_ioctl(ctx->dev, MPP_DEV_CMD_POLL, poll_cfg); in hal_h264e_vepu580_wait()
2469 for (i = 0; i < poll_cfg->count_ret; i++) { in hal_h264e_vepu580_wait()
2470 slice_last = poll_cfg->slice_info[i].last; in hal_h264e_vepu580_wait()
2471 slice_len = poll_cfg->slice_info[i].length; in hal_h264e_vepu580_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c3035 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs); in hal_h265e_v580_wait() local
3042 poll_cfg->poll_type = 0; in hal_h265e_v580_wait()
3043 poll_cfg->poll_ret = 0; in hal_h265e_v580_wait()
3044 poll_cfg->count_max = ctx->poll_slice_max; in hal_h265e_v580_wait()
3045 poll_cfg->count_ret = 0; in hal_h265e_v580_wait()
3047 ret = mpp_dev_ioctl(ctx->dev, MPP_DEV_CMD_POLL, poll_cfg); in hal_h265e_v580_wait()
3049 for (i = 0; i < poll_cfg->count_ret; i++) { in hal_h265e_v580_wait()
3050 slice_last = poll_cfg->slice_info[i].last; in hal_h265e_v580_wait()
3051 slice_len = poll_cfg->slice_info[i].length; in hal_h265e_v580_wait()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h15107 struct mac_ax_tx_idle_poll_cfg *poll_cfg);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h15107 struct mac_ax_tx_idle_poll_cfg *poll_cfg);