Searched refs:pp_count (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | sama7g5.c | 378 * @pp_count: PLL parents count 387 u8 pp_count; member 395 .pp_count = 3, 403 .pp_count = 1, 411 .pp_count = 2, 419 .pp_count = 2, 427 .pp_count = 2, 435 .pp_count = 2, 443 .pp_count = 2, 451 .pp_count [all...] |
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | sama7g5.c | 554 * @pp_count: PLL parents count 566 u8 pp_count; member 575 .pp_count = 3, 583 .pp_count = 1, 591 .pp_count = 2, 599 .pp_count = 2, 607 .pp_count = 2, 615 .pp_count = 2, 623 .pp_count = 2, 631 .pp_count [all...] |
/kernel/linux/linux-5.10/block/partitions/ |
H A D | aix.c | 60 __be16 pp_count; member 240 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition()
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | aix.c | 60 __be16 pp_count; member 224 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_top.h | 59 * @pp_count: number of ping pongs active 65 u32 pp_count; member
|
H A D | dpu_hw_top.c | 161 if (!mdp || !cfg || (cfg->pp_count > ARRAY_SIZE(cfg->ppnumber))) in dpu_hw_setup_vsync_source() 166 for (i = 0; i < cfg->pp_count; i++) { in dpu_hw_setup_vsync_source()
|
H A D | dpu_encoder.c | 688 vsync_cfg.pp_count = dpu_enc->num_phys_encs; in _dpu_encoder_update_vsync_source()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_top.h | 58 * @pp_count: number of ping pongs active 64 u32 pp_count; member
|
H A D | dpu_hw_top.c | 192 if (!mdp || !cfg || (cfg->pp_count > ARRAY_SIZE(cfg->ppnumber))) in dpu_hw_setup_vsync_source_and_vsync_sel() 198 for (i = 0; i < cfg->pp_count; i++) { in dpu_hw_setup_vsync_source_and_vsync_sel()
|
H A D | dpu_encoder.c | 722 vsync_cfg.pp_count = dpu_enc->num_phys_encs; in _dpu_encoder_update_vsync_source()
|
Completed in 11 milliseconds