Home
last modified time | relevance | path

Searched refs:pp_count (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/clk/at91/
H A Dsam9x7.c436 u8 pp_count; member
444 .pp_count = 1,
453 .pp_count = 1,
462 .pp_count = 1,
471 .pp_count = 1,
480 .pp_count = 1,
489 .pp_count = 1,
498 .pp_count = 1,
508 .pp_count = 2,
517 .pp_count = 1,
[all …]
H A Dsama7d65.c698 u8 pp_count; member
706 .pp_count = 2,
714 .pp_count = 1,
722 .pp_count = 1,
730 .pp_count = 1,
738 .pp_count = 1,
746 .pp_count = 1,
754 .pp_count = 1,
762 .pp_count = 1,
770 .pp_count = 1,
[all …]
H A Dsama7g5.c559 u8 pp_count; member
568 .pp_count = 3,
576 .pp_count = 1,
584 .pp_count = 2,
592 .pp_count = 2,
600 .pp_count = 2,
608 .pp_count = 2,
616 .pp_count = 2,
624 .pp_count = 2,
632 .pp_count = 2,
[all …]
/linux-6.15/block/partitions/
H A Daix.c60 __be16 pp_count; member
224 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition()
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_top.h64 u32 pp_count; member
H A Ddpu_hw_top.c175 if (!mdp || !cfg || (cfg->pp_count > ARRAY_SIZE(cfg->ppnumber))) in dpu_hw_setup_vsync_sel()
181 for (i = 0; i < cfg->pp_count; i++) { in dpu_hw_setup_vsync_sel()
H A Ddpu_encoder.c788 vsync_cfg.pp_count = dpu_enc->num_phys_encs; in _dpu_encoder_update_vsync_source()