| /linux/drivers/media/platform/verisilicon/ |
| H A D | hantro_h264.c | 34 u32 poc[POC_BUFFER_SIZE]; member 244 tbl->poc[i * 2] = dpb[i].top_field_order_cnt; in prepare_table() 245 tbl->poc[i * 2 + 1] = dpb[i].bottom_field_order_cnt; in prepare_table() 280 tbl->poc[32] = ctx->h264_dec.cur_poc; in prepare_table() 281 tbl->poc[33] = 0; in prepare_table() 283 tbl->poc[32] = dec_param->top_field_order_cnt; in prepare_table() 284 tbl->poc[33] = dec_param->bottom_field_order_cnt; in prepare_table()
|
| H A D | hantro_hevc.c | 41 s32 poc) in hantro_hevc_get_ref_buf() argument 48 if (hevc_dec->ref_bufs_poc[i] == poc) { in hantro_hevc_get_ref_buf() 57 int hantro_hevc_add_ref_buf(struct hantro_ctx *ctx, int poc, dma_addr_t addr) in hantro_hevc_add_ref_buf() argument 66 hevc_dec->ref_bufs_poc[i] = poc; in hantro_hevc_add_ref_buf()
|
| H A D | hantro_hw.h | 459 dma_addr_t hantro_hevc_get_ref_buf(struct hantro_ctx *ctx, s32 poc); 460 int hantro_hevc_add_ref_buf(struct hantro_ctx *ctx, int poc, dma_addr_t addr);
|
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec-h264.c | 219 static void set_poc_reg(struct rkvdec_regs *regs, uint32_t poc, int id, bool bottom) in set_poc_reg() argument 224 regs->h26x.ref0_14_poc[id * 2] = poc; in set_poc_reg() 227 regs->h26x.ref15_29_poc[(id - 8) * 2 + 1] = poc; in set_poc_reg() 230 regs->h26x.ref30_poc = poc; in set_poc_reg() 236 regs->h26x.ref0_14_poc[id * 2 + 1] = poc; in set_poc_reg() 239 regs->h26x.ref15_29_poc[(id - 7) * 2] = poc; in set_poc_reg() 242 regs->h26x.ref31_poc = poc; in set_poc_reg()
|
| H A D | rkvdec-hevc-common.c | 77 static void set_ref_poc(struct rkvdec_rps_short_term_ref_set *set, int poc, int value, int flag) in set_ref_poc() argument 79 switch (poc) { in set_ref_poc() 234 int poc = 0; in rkvdec_hevc_assemble_hw_st_rps() local 245 poc = j; in rkvdec_hevc_assemble_hw_st_rps() 248 set_ref_poc(&rps->short_term_ref_sets[i], poc + j, in rkvdec_hevc_assemble_hw_st_rps()
|
| /linux/drivers/media/i2c/ |
| H A D | max96714.c | 96 struct regulator *poc; member 736 if (!rxport->poc) in max96714_rxport_enable_poc() 739 return regulator_enable(rxport->poc); in max96714_rxport_enable_poc() 746 if (!rxport->poc) in max96714_rxport_disable_poc() 749 return regulator_disable(rxport->poc); in max96714_rxport_disable_poc() 823 rxport->poc = devm_regulator_get_optional(dev, poc_name); in max96714_parse_dt_rxport() 824 if (IS_ERR(rxport->poc)) { in max96714_parse_dt_rxport() 825 ret = PTR_ERR(rxport->poc); in max96714_parse_dt_rxport() 827 rxport->poc = NULL; in max96714_parse_dt_rxport()
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | pcs-639x.c | 651 u16 reg, poc; in mv88e6393x_erratum_4_8() local 654 err = mv88e639x_read(mpcs, MV88E6393X_SERDES_POC, &poc); in mv88e6393x_erratum_4_8() 658 poc &= MV88E6393X_SERDES_POC_PCS_MASK; in mv88e6393x_erratum_4_8() 659 if (poc == MV88E6393X_SERDES_POC_PCS_1000BASEX || in mv88e6393x_erratum_4_8() 660 poc == MV88E6393X_SERDES_POC_PCS_SGMII_PHY || in mv88e6393x_erratum_4_8() 661 poc == MV88E6393X_SERDES_POC_PCS_SGMII_MAC) in mv88e6393x_erratum_4_8()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| H A D | vdec_h264_req_common.h | 162 s32 poc; member
|
| H A D | vdec_h264_if.c | 46 int32_t poc; member 447 fb->status, list->fb_list[list->read_idx].poc, in vdec_h264_get_fb()
|
| H A D | vdec_hevc_req_multi_if.c | 230 s32 poc; member
|
| /linux/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_h265.c | 337 s32 poc; in cedrus_h265_is_low_delay() local 341 poc = run->h265.decode_params->pic_order_cnt_val; in cedrus_h265_is_low_delay() 345 if (dpb[slice_params->ref_idx_l0[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay() 352 if (dpb[slice_params->ref_idx_l1[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | condor-common.dtsi | 249 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>; 324 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
|
| H A D | r8a77970-eagle.dts | 218 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-h264.c | 355 u32 poc = v4l2_h264_get_poc(builder, reflist + i); in format_ref_list_b() local 359 longterm ? frame_num : poc, in format_ref_list_b()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sdm845-oneplus-common.dtsi | 185 panel_vddi_poc_1p8: panel-vddi-poc-regulator { 468 poc-supply = <&panel_vddi_poc_1p8>; 855 panel_poc_default: poc-state {
|
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen2_command.c | 343 u32 poc = 0; in iris_hfi_gen2_set_picture_order_count() local 345 inst_hfi_gen2->src_subcr_params.pic_order_cnt = poc; in iris_hfi_gen2_set_picture_order_count() 352 &poc, in iris_hfi_gen2_set_picture_order_count()
|
| /linux/drivers/media/platform/amphion/ |
| H A D | vpu_windsor.c | 481 u32 poc; member
|