Searched refs:num_windows (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/pinctrl/sh-pfc/ | 
| D | core.c | 32 	unsigned int num_windows, num_irqs;  in sh_pfc_map_resources()  local 40 	for (num_windows = 0;; num_windows++) {  in sh_pfc_map_resources() 41 		res = platform_get_resource(pdev, IORESOURCE_MEM, num_windows);  in sh_pfc_map_resources() 53 	if (num_windows == 0)  in sh_pfc_map_resources() 57 	windows = devm_kcalloc(pfc->dev, num_windows, sizeof(*windows),  in sh_pfc_map_resources() 62 	pfc->num_windows = num_windows;  in sh_pfc_map_resources() 76 	for (i = 0; i < num_windows; i++) {  in sh_pfc_map_resources() 98 	for (i = 0; i < pfc->num_windows; i++) {  in sh_pfc_phys_to_virt()
  | 
| D | gpio.c | 340 	for (i = 0; i < pfc->num_windows; ++i) {  in sh_pfc_register_gpiochip() 348 	if (i == pfc->num_windows)  in sh_pfc_register_gpiochip()
  | 
| D | sh_pfc.h | 247 	unsigned int num_windows;  member
  | 
| /Linux-v5.4/sound/soc/sof/ | 
| D | loader.c | 23 	if (w->num_windows == 0 || w->num_windows > SOF_IPC_MAX_ELEMS)  in get_ext_windows() 27 	sdev->info_window = kmemdup(w, struct_size(w, window, w->num_windows),  in get_ext_windows() 117 	for (i = 0; i < sdev->info_window->num_windows; i++) {  in sof_get_windows()
  | 
| /Linux-v5.4/drivers/gpu/drm/tegra/ | 
| D | dc.c | 1098 			for (j = 0; j < wgrp->num_windows; j++) {  in tegra_dc_add_shared_planes() 1988 		if (wgrp->dc == dc->pipe && wgrp->num_windows > 0)  in tegra_dc_has_window_groups() 2219 		.num_windows = 1, 2224 		.num_windows = 1, 2229 		.num_windows = 1, 2234 		.num_windows = 1, 2239 		.num_windows = 1, 2244 		.num_windows = 1, 2267 		.num_windows = 1, 2272 		.num_windows = 1, [all …] 
 | 
| D | dc.h | 47 	unsigned int num_windows;  member
  | 
| /Linux-v5.4/include/sound/sof/ | 
| D | info.h | 114 	uint32_t num_windows;  member
  |