Searched refs:qtable (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/media/platform/verisilicon/ |
D | hantro_mpeg2.c | 21 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 …]
|
D | hantro_hw.h | 160 struct hantro_aux_buf qtable; member 422 void hantro_mpeg2_dec_copy_qtable(u8 *qtable,
|
D | hantro_g1_mpeg2_dec.c | 87 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()
|
D | rockchip_vpu2_hw_mpeg2_dec.c | 89 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()
|
/linux-6.1.9/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 33 static int vfio_ap_mdev_reset_queues(struct ap_queue_table *qtable); 209 hash_for_each_possible(matrix_mdev->qtable.queues, q, mdev_qnode, in vfio_ap_mdev_get_queue() 696 hash_init(matrix_mdev->qtable.queues); in vfio_ap_mdev_init_dev() 730 hash_add(matrix_mdev->qtable.queues, &q->mdev_qnode, q->apqn); in vfio_ap_mdev_link_queue() 781 vfio_ap_mdev_reset_queues(&matrix_mdev->qtable); in vfio_ap_mdev_remove() 1000 struct ap_queue_table *qtable) in vfio_ap_mdev_unlink_adapter() argument 1008 if (q && qtable) { in vfio_ap_mdev_unlink_adapter() 1011 hash_add(qtable->queues, &q->mdev_qnode, in vfio_ap_mdev_unlink_adapter() 1022 struct ap_queue_table *qtable = kzalloc(sizeof(*qtable), GFP_KERNEL); in vfio_ap_mdev_hot_unplug_adapter() local 1024 hash_init(qtable->queues); in vfio_ap_mdev_hot_unplug_adapter() [all …]
|
D | vfio_ap_private.h | 119 struct ap_queue_table qtable; member
|
/linux-6.1.9/drivers/media/usb/gspca/ |
D | spca500.c | 394 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()
|
D | sunplus.c | 328 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-6.1.9/drivers/net/ethernet/fungible/funeth/ |
D | funeth.h | 169 const u32 *qtable, u8 op);
|
D | funeth_main.c | 177 const u32 *qtable, u8 op) in fun_config_rss() argument 214 *indir_tab++ = cpu_to_be32(rxqs[*qtable++]->hw_cqid); in fun_config_rss()
|