Home
last modified time | relevance | path

Searched refs:qtable (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/drivers/media/platform/verisilicon/
Dhantro_mpeg2.c21 void hantro_mpeg2_dec_copy_qtable(u8 *qtable, in hantro_mpeg2_dec_copy_qtable() argument
26 if (!qtable || !ctrl) in hantro_mpeg2_dec_copy_qtable()
31 qtable[n + 0] = ctrl->intra_quantiser_matrix[i]; in hantro_mpeg2_dec_copy_qtable()
32 qtable[n + 64] = ctrl->non_intra_quantiser_matrix[i]; in hantro_mpeg2_dec_copy_qtable()
33 qtable[n + 128] = ctrl->chroma_intra_quantiser_matrix[i]; in hantro_mpeg2_dec_copy_qtable()
34 qtable[n + 192] = ctrl->chroma_non_intra_quantiser_matrix[i]; in hantro_mpeg2_dec_copy_qtable()
42 ctx->mpeg2_dec.qtable.size = ARRAY_SIZE(zigzag) * 4; in hantro_mpeg2_dec_init()
43 ctx->mpeg2_dec.qtable.cpu = in hantro_mpeg2_dec_init()
45 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_init()
46 &ctx->mpeg2_dec.qtable.dma, in hantro_mpeg2_dec_init()
[all …]
Dhantro_hw.h165 struct hantro_aux_buf qtable; member
524 void hantro_mpeg2_dec_copy_qtable(u8 *qtable,
Drockchip_vpu2_hw_mpeg2_dec.c89 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, q); in rockchip_vpu2_mpeg2_dec_set_quantisation()
90 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, VDPU_REG_QTABLE_BASE); in rockchip_vpu2_mpeg2_dec_set_quantisation()
Dhantro_g1_mpeg2_dec.c87 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, q); in hantro_g1_mpeg2_dec_set_quantisation()
88 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, G1_REG_QTABLE_BASE); in hantro_g1_mpeg2_dec_set_quantisation()
/Linux-v6.6/drivers/s390/crypto/
Dvfio_ap_ops.c35 static int vfio_ap_mdev_reset_queues(struct ap_queue_table *qtable);
211 hash_for_each_possible(matrix_mdev->qtable.queues, q, mdev_qnode, in vfio_ap_mdev_get_queue()
730 hash_init(matrix_mdev->qtable.queues); in vfio_ap_mdev_init_dev()
765 hash_add(matrix_mdev->qtable.queues, &q->mdev_qnode, q->apqn); in vfio_ap_mdev_link_queue()
811 vfio_ap_mdev_reset_queues(&matrix_mdev->qtable); in vfio_ap_mdev_remove()
1030 struct ap_queue_table *qtable) in vfio_ap_mdev_unlink_adapter() argument
1038 if (q && qtable) { in vfio_ap_mdev_unlink_adapter()
1041 hash_add(qtable->queues, &q->mdev_qnode, in vfio_ap_mdev_unlink_adapter()
1052 struct ap_queue_table *qtable = kzalloc(sizeof(*qtable), GFP_KERNEL); in vfio_ap_mdev_hot_unplug_adapter() local
1054 hash_init(qtable->queues); in vfio_ap_mdev_hot_unplug_adapter()
[all …]
Dvfio_ap_private.h121 struct ap_queue_table qtable; member
/Linux-v6.6/drivers/media/usb/gspca/
Dspca500.c394 const __u8 qtable[2][64]) in spca50x_setup_qtable()
400 err = reg_w(gspca_dev, request, ybase + i, qtable[0][i]); in spca50x_setup_qtable()
407 err = reg_w(gspca_dev, request, cbase + i, qtable[1][i]); in spca50x_setup_qtable()
Dsunplus.c328 const u8 qtable[2][64]) in setup_qtable()
334 reg_w_riv(gspca_dev, 0x00, 0x2800 + i, qtable[0][i]); in setup_qtable()
338 reg_w_riv(gspca_dev, 0x00, 0x2840 + i, qtable[1][i]); in setup_qtable()
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth.h169 const u32 *qtable, u8 op);
Dfuneth_main.c177 const u32 *qtable, u8 op) in fun_config_rss() argument
214 *indir_tab++ = cpu_to_be32(rxqs[*qtable++]->hw_cqid); in fun_config_rss()