Searched refs:num_output (Results 1 – 21 of 21) sorted by relevance
/linux-6.14.4/drivers/clk/at91/ |
D | at91sam9260.c | 53 .num_output = ARRAY_SIZE(sam9260_plla_outputs), 69 .num_output = ARRAY_SIZE(sam9260_pllb_outputs), 146 .num_output = ARRAY_SIZE(sam9g20_plla_outputs), 162 .num_output = ARRAY_SIZE(sam9g20_pllb_outputs), 194 .num_output = ARRAY_SIZE(sam9261_plla_outputs), 210 .num_output = ARRAY_SIZE(sam9261_pllb_outputs), 274 .num_output = ARRAY_SIZE(sam9263_pll_outputs),
|
D | dt-compat.c | 548 int num_output; in of_at91_clk_pll_get_characteristics() local 566 num_output = of_property_count_u32_elems(np, "atmel,pll-clk-output-ranges"); in of_at91_clk_pll_get_characteristics() 567 if (num_output <= 0) in of_at91_clk_pll_get_characteristics() 569 num_output /= num_cells; in of_at91_clk_pll_get_characteristics() 575 output = kcalloc(num_output, sizeof(*output), GFP_KERNEL); in of_at91_clk_pll_get_characteristics() 580 out = kcalloc(num_output, sizeof(*out), GFP_KERNEL); in of_at91_clk_pll_get_characteristics() 586 icpll = kcalloc(num_output, sizeof(*icpll), GFP_KERNEL); in of_at91_clk_pll_get_characteristics() 591 for (i = 0; i < num_output; i++) { in of_at91_clk_pll_get_characteristics() 624 characteristics->num_output = num_output; in of_at91_clk_pll_get_characteristics()
|
D | sam9x7.c | 107 .num_output = ARRAY_SIZE(plla_outputs), 114 .num_output = ARRAY_SIZE(upll_outputs), 122 .num_output = ARRAY_SIZE(lvdspll_outputs), 129 .num_output = ARRAY_SIZE(audiopll_outputs), 136 .num_output = ARRAY_SIZE(plladiv2_outputs),
|
D | at91sam9n12.c | 35 .num_output = ARRAY_SIZE(plla_outputs), 49 .num_output = ARRAY_SIZE(pllb_outputs),
|
D | sam9x60.c | 36 .num_output = ARRAY_SIZE(plla_outputs), 47 .num_output = ARRAY_SIZE(upll_outputs),
|
D | clk-pll.c | 215 for (i = 0; i < characteristics->num_output; i++) { in clk_pll_get_best_div_mul() 221 if (i >= characteristics->num_output) in clk_pll_get_best_div_mul()
|
D | at91sam9rl.c | 26 .num_output = ARRAY_SIZE(sam9rl_plla_outputs),
|
D | at91rm9200.c | 37 .num_output = ARRAY_SIZE(rm9200_pll_outputs),
|
D | sama7d65.c | 138 .num_output = ARRAY_SIZE(cpu_pll_outputs), 146 .num_output = ARRAY_SIZE(pll_outputs), 153 .num_output = ARRAY_SIZE(lvdspll_outputs), 160 .num_output = ARRAY_SIZE(upll_outputs),
|
D | at91sam9g45.c | 34 .num_output = ARRAY_SIZE(plla_outputs),
|
D | sama5d4.c | 27 .num_output = ARRAY_SIZE(plla_outputs),
|
D | sama5d3.c | 27 .num_output = ARRAY_SIZE(plla_outputs),
|
D | at91sam9x5.c | 35 .num_output = ARRAY_SIZE(plla_outputs),
|
D | pmc.h | 77 int num_output; member
|
D | sama5d2.c | 27 .num_output = ARRAY_SIZE(plla_outputs),
|
D | sama7g5.c | 113 .num_output = ARRAY_SIZE(cpu_pll_outputs), 121 .num_output = ARRAY_SIZE(pll_outputs),
|
/linux-6.14.4/drivers/gpu/drm/loongson/ |
D | lsdc_drv.c | 92 ldev->num_output++; in lsdc_modeset_init() 114 drm_info(ddev, "Total %u outputs\n", ldev->num_output); in lsdc_modeset_init()
|
D | lsdc_drv.h | 297 unsigned int num_output; member
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/ |
D | ia_css_pipe.h | 95 unsigned int num_output; member
|
D | sh_css.c | 6171 mycs->num_output = cas_scaler_descr.num_output_stage; in load_yuvpp_binaries() 6201 mycs->num_output = 1; in load_yuvpp_binaries() 6492 num_output_stage = pipe->pipe_settings.yuvpp.num_output; in create_host_yuvpp_pipeline()
|
/linux-6.14.4/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 1128 static int qdev_output_init(struct drm_device *dev, int num_output) in qdev_output_init() argument 1140 qxl_output->index = num_output; in qdev_output_init() 1157 encoder->possible_crtcs = 1 << num_output; in qdev_output_init()
|