Searched refs:num_output (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/drivers/clk/at91/ |
H A 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),
|
H A D | dt-compat.c | 548 int num_output; in of_at91_clk_pll_get_characteristics() local 568 num_output = tmp / (sizeof(u32) * num_cells); in of_at91_clk_pll_get_characteristics() 574 output = kcalloc(num_output, sizeof(*output), GFP_KERNEL); in of_at91_clk_pll_get_characteristics() 579 out = kcalloc(num_output, sizeof(*out), GFP_KERNEL); in of_at91_clk_pll_get_characteristics() 585 icpll = kcalloc(num_output, sizeof(*icpll), GFP_KERNEL); in of_at91_clk_pll_get_characteristics() 590 for (i = 0; i < num_output; i++) { in of_at91_clk_pll_get_characteristics() 623 characteristics->num_output = num_output; in of_at91_clk_pll_get_characteristics()
|
H A D | at91sam9n12.c | 35 .num_output = ARRAY_SIZE(plla_outputs), 49 .num_output = ARRAY_SIZE(pllb_outputs),
|
H A D | sam9x60.c | 31 .num_output = ARRAY_SIZE(plla_outputs), 41 .num_output = ARRAY_SIZE(upll_outputs),
|
H A 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()
|
H A D | at91sam9rl.c | 26 .num_output = ARRAY_SIZE(sam9rl_plla_outputs),
|
H A D | at91rm9200.c | 37 .num_output = ARRAY_SIZE(rm9200_pll_outputs),
|
H A D | at91sam9g45.c | 34 .num_output = ARRAY_SIZE(plla_outputs),
|
H A D | sama5d3.c | 27 .num_output = ARRAY_SIZE(plla_outputs),
|
H A D | sama5d4.c | 27 .num_output = ARRAY_SIZE(plla_outputs),
|
H A D | at91sam9x5.c | 35 .num_output = ARRAY_SIZE(plla_outputs),
|
H A D | pmc.h | 76 int num_output; member
|
H A D | sama5d2.c | 27 .num_output = ARRAY_SIZE(plla_outputs),
|
H A D | sama7g5.c | 123 .num_output = ARRAY_SIZE(cpu_pll_outputs), 130 .num_output = ARRAY_SIZE(pll_outputs),
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A 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()
|
H A D | lsdc_drv.h | 297 unsigned int num_output; member
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_pipe.h | 104 unsigned int num_output; member
|
H A D | sh_css.c | 6351 mycs->num_output = cas_scaler_descr.num_output_stage; in load_yuvpp_binaries() 6381 mycs->num_output = 1; in load_yuvpp_binaries() 6675 num_output_stage = pipe->pipe_settings.yuvpp.num_output; in create_host_yuvpp_pipeline()
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 1130 static int qdev_output_init(struct drm_device *dev, int num_output) in qdev_output_init() argument 1142 qxl_output->index = num_output; in qdev_output_init() 1159 encoder->possible_crtcs = 1 << num_output; in qdev_output_init()
|