Searched refs:poll_cfg (Results 1 – 9 of 9) sorted by relevance
658 VcodecRegCfg *poll_cfg = &p->regs[p->reg_poll_idx]; in vcodec_service_cmd_poll() local659 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()
682 struct mac_ax_tx_idle_poll_cfg *poll_cfg);
1721 struct mac_ax_tx_idle_poll_cfg *poll_cfg) in mac_tx_idle_poll() argument1723 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()
2456 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs + in hal_h264e_vepu580_wait() local2462 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()
3035 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs); in hal_h265e_v580_wait() local3042 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()
15107 struct mac_ax_tx_idle_poll_cfg *poll_cfg);