Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/verisilicon/
A 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()
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()
48 if (!ctx->mpeg2_dec.qtable.cpu) in hantro_mpeg2_dec_init()
58 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_exit()
59 ctx->mpeg2_dec.qtable.cpu, in hantro_mpeg2_dec_exit()
[all …]
A Dhantro_hw.h160 struct hantro_aux_buf qtable; member
422 void hantro_mpeg2_dec_copy_qtable(u8 *qtable,
A 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()
A 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()
/linux-6.3-rc2/drivers/s390/crypto/
A Dvfio_ap_ops.c1000 struct ap_queue_table *qtable) in vfio_ap_mdev_unlink_adapter() argument
1008 if (q && qtable) { 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()
1032 vfio_ap_mdev_reset_queues(qtable); in vfio_ap_mdev_hot_unplug_adapter()
1039 kfree(qtable); in vfio_ap_mdev_hot_unplug_adapter()
1195 if (q && qtable) { in vfio_ap_mdev_unlink_domain()
1209 struct ap_queue_table *qtable = kzalloc(sizeof(*qtable), GFP_KERNEL); in vfio_ap_mdev_hot_unplug_domain() local
1211 hash_init(qtable->queues); in vfio_ap_mdev_hot_unplug_domain()
1226 kfree(qtable); in vfio_ap_mdev_hot_unplug_domain()
[all …]
A Dvfio_ap_private.h119 struct ap_queue_table qtable; member
/linux-6.3-rc2/drivers/media/usb/gspca/
A 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()
A 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-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth.h169 const u32 *qtable, u8 op);
A 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()

Completed in 20 milliseconds