Home
last modified time | relevance | path

Searched refs:poc (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A Dmaxim,max9286.yaml41 poc-supply:
88 maxim,gpio-poc:
208 "^port[0-3]-poc-supply$":
219 # 'poc-supply' or per-port poc-supply. Additionally, if 'maxim,gpio-poc' is
223 - maxim,gpio-poc
226 poc-supply: false
229 "^port[0-3]-poc-supply$": false
233 - poc-supply
236 "^port[0-3]-poc-supply$": false
253 poc-supply = <&camera_poc_12v>;
[all …]
H A Dmaxim,max96714.yaml95 port0-poc-supply:
/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro_h264.c34 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 Dhantro_hevc.c41 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 Dhantro_hw.h459 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-6.15/drivers/media/i2c/
H A Dmax96714.c96 struct regulator *poc; member
743 if (!rxport->poc) in max96714_rxport_enable_poc()
746 return regulator_enable(rxport->poc); in max96714_rxport_enable_poc()
753 if (!rxport->poc) in max96714_rxport_disable_poc()
756 return regulator_disable(rxport->poc); in max96714_rxport_disable_poc()
830 rxport->poc = devm_regulator_get_optional(dev, poc_name); in max96714_parse_dt_rxport()
831 if (IS_ERR(rxport->poc)) { in max96714_parse_dt_rxport()
832 ret = PTR_ERR(rxport->poc); in max96714_parse_dt_rxport()
834 rxport->poc = NULL; in max96714_parse_dt_rxport()
/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dpcs-639x.c651 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-6.15/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h162 s32 poc; member
H A Dvdec_h264_if.c46 int32_t poc; member
447 fb->status, list->fb_list[list->read_idx].poc, in vdec_h264_get_fb()
H A Dvdec_hevc_req_multi_if.c230 s32 poc; member
/linux-6.15/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c337 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-6.15/arch/arm64/boot/dts/renesas/
H A Dcondor-common.dtsi247 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
322 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
H A Dr8a77970-eagle.dts218 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-h264.c355 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-6.15/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_command.c238 u32 poc = 0; in iris_hfi_gen2_set_picture_order_count() local
240 inst_hfi_gen2->src_subcr_params.pic_order_cnt = poc; in iris_hfi_gen2_set_picture_order_count()
247 &poc, in iris_hfi_gen2_set_picture_order_count()
/linux-6.15/drivers/media/platform/amphion/
H A Dvpu_windsor.c481 u32 poc; member