Searched refs:num_windows (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | core.c | 35 unsigned int num_windows, num_irqs; in sh_pfc_map_resources() local 43 for (num_windows = 0;; num_windows++) { in sh_pfc_map_resources() 44 res = platform_get_resource(pdev, IORESOURCE_MEM, num_windows); in sh_pfc_map_resources() 56 if (num_windows == 0) in sh_pfc_map_resources() 60 windows = devm_kcalloc(pfc->dev, num_windows, sizeof(*windows), in sh_pfc_map_resources() 65 pfc->num_windows = num_windows; in sh_pfc_map_resources() 79 for (i = 0; i < num_windows; i++) { in sh_pfc_map_resources() 101 for (i = 0; i < pfc->num_windows; i++) { in sh_pfc_phys_to_virt()
|
D | gpio.c | 348 for (i = 0; i < pfc->num_windows; ++i) { in sh_pfc_register_gpiochip() 356 if (i == pfc->num_windows) in sh_pfc_register_gpiochip()
|
D | sh_pfc.h | 215 unsigned int num_windows; member
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | dc.c | 1093 for (j = 0; j < wgrp->num_windows; j++) { in tegra_dc_add_shared_planes() 2194 .num_windows = 1, 2199 .num_windows = 1, 2204 .num_windows = 1, 2209 .num_windows = 1, 2214 .num_windows = 1, 2219 .num_windows = 1,
|
D | dc.h | 50 unsigned int num_windows; member
|