Home
last modified time | relevance | path

Searched refs:num_windows (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pinctrl/renesas/
H A Dcore.c35 unsigned int num_windows; in sh_pfc_map_resources() local
41 for (num_windows = 0;; num_windows++) { in sh_pfc_map_resources()
42 res = platform_get_resource(pdev, IORESOURCE_MEM, num_windows); in sh_pfc_map_resources()
46 if (num_windows == 0) in sh_pfc_map_resources()
54 windows = devm_kcalloc(pfc->dev, num_windows, sizeof(*windows), in sh_pfc_map_resources()
59 pfc->num_windows = num_windows; in sh_pfc_map_resources()
73 for (i = 0; i < num_windows; i++) { in sh_pfc_map_resources()
94 for (i = 0; i < pfc->num_windows; i++) { in sh_pfc_phys_to_virt()
H A Dgpio.c338 for (i = 0; i < pfc->num_windows; ++i) { in sh_pfc_register_gpiochip()
346 if (i == pfc->num_windows) in sh_pfc_register_gpiochip()
H A Dsh_pfc.h235 unsigned int num_windows; member
/linux/include/linux/
H A Dpci-epc.h176 unsigned int num_windows; member
314 unsigned int num_windows);
/linux/include/sound/sof/
H A Dinfo.h108 uint32_t num_windows; member
/linux/drivers/gpu/drm/tegra/
H A Ddc.h54 unsigned int num_windows; member