Searched refs:qtable (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/platform/verisilicon/ |
| A 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() 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 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()
|
| A D | hantro_hw.h | 176 struct hantro_aux_buf qtable; member 569 void hantro_mpeg2_dec_copy_qtable(u8 *qtable,
|
| A 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/drivers/s390/crypto/ |
| A D | vfio_ap_private.h | 121 struct ap_queue_table qtable; member
|
| A D | vfio_ap_ops.c | 212 hash_for_each_possible(matrix_mdev->qtable.queues, q, mdev_qnode, in vfio_ap_mdev_get_queue() 764 hash_init(matrix_mdev->qtable.queues); in vfio_ap_mdev_init_dev() 801 hash_add(matrix_mdev->qtable.queues, &q->mdev_qnode, q->apqn); in vfio_ap_mdev_link_queue() 1828 struct ap_queue_table *qtable = &matrix_mdev->qtable; in unmap_iova() local 1832 hash_for_each(qtable->queues, loop_cursor, q, mdev_qnode) { in unmap_iova() 1998 hash_for_each(matrix_mdev->qtable.queues, loop_cursor, q, mdev_qnode) in vfio_ap_mdev_reset_queues() 2001 hash_for_each(matrix_mdev->qtable.queues, loop_cursor, q, mdev_qnode) { in vfio_ap_mdev_reset_queues()
|
| /linux/drivers/media/usb/gspca/ |
| A 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()
|
| A 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/drivers/net/ethernet/fungible/funeth/ |
| A D | funeth.h | 169 const u32 *qtable, u8 op);
|
| A 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()
|
Completed in 1004 milliseconds