Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 107) sorted by relevance

12345

/Linux-v5.15/arch/powerpc/platforms/powernv/
Dvas-window.c30 void vas_win_paste_addr(struct pnv_vas_window *window, u64 *addr, int *len) in vas_win_paste_addr()
46 static inline void get_hvwc_mmio_bar(struct pnv_vas_window *window, in get_hvwc_mmio_bar()
56 static inline void get_uwc_mmio_bar(struct pnv_vas_window *window, in get_uwc_mmio_bar()
136 static void unmap_paste_region(struct pnv_vas_window *window) in unmap_paste_region()
157 static void unmap_winctx_mmio_bars(struct pnv_vas_window *window) in unmap_winctx_mmio_bars()
190 static int map_winctx_mmio_bars(struct pnv_vas_window *window) in map_winctx_mmio_bars()
218 static void reset_window_regs(struct pnv_vas_window *window) in reset_window_regs()
274 static void init_xlate_regs(struct pnv_vas_window *window, bool user_win) in init_xlate_regs()
361 static void init_winctx_regs(struct pnv_vas_window *window, in init_winctx_regs()
523 static void vas_window_free(struct pnv_vas_window *window) in vas_window_free()
[all …]
Dvas-debug.c32 struct pnv_vas_window *window = s->private; in info_show() local
59 struct pnv_vas_window *window = s->private; in hvwc_show() local
109 struct vas_window *window = &pnv_win->vas_win; in vas_window_free_dbgdir() local
119 void vas_window_init_dbgdir(struct pnv_vas_window *window) in vas_window_init_dbgdir()
/Linux-v5.15/arch/sparc/kernel/
Dwindows.c64 int window; in synchronize_user_stack() local
116 int window; in try_to_clear_window_buffer() local
/Linux-v5.15/drivers/edac/
Di3200_edac.c100 void __iomem *window; member
185 void __iomem *window = priv->window; in i3200_get_and_clear_error_info() local
269 void __iomem *window; in i3200_map_mchbar() local
291 static void i3200_get_drbs(void __iomem *window, in i3200_get_drbs()
343 void __iomem *window; in i3200_probe1() local
Dx38_edac.c168 void __iomem *window = mci->pvt_info; in x38_get_and_clear_error_info() local
254 void __iomem *window; in x38_map_mchbar() local
277 static void x38_get_drbs(void __iomem *window, in x38_get_drbs()
325 void __iomem *window; in x38_probe1() local
Die31200_edac.c177 void __iomem *window; member
349 void __iomem *window; in ie31200_map_mchbar() local
402 void __iomem *window; in ie31200_probe1() local
/Linux-v5.15/drivers/mtd/maps/
Damd76xrom.c69 static void amd76xrom_cleanup(struct amd76xrom_window *window) in amd76xrom_cleanup()
109 struct amd76xrom_window *window = &amd76xrom_window; in amd76xrom_init_one() local
293 struct amd76xrom_window *window = &amd76xrom_window; in amd76xrom_remove_one() local
Dck804xrom.c82 static void ck804xrom_cleanup(struct ck804xrom_window *window) in ck804xrom_cleanup()
122 struct ck804xrom_window *window = &ck804xrom_window; in ck804xrom_init_one() local
323 struct ck804xrom_window *window = &ck804xrom_window; in ck804xrom_remove_one() local
Dichxrom.c57 static void ichxrom_cleanup(struct ichxrom_window *window) in ichxrom_cleanup()
94 struct ichxrom_window *window = &ichxrom_window; in ichxrom_init_one() local
321 struct ichxrom_window *window = &ichxrom_window; in ichxrom_remove_one() local
Desb2rom.c118 static void esb2rom_cleanup(struct esb2rom_window *window) in esb2rom_cleanup()
152 struct esb2rom_window *window = &esb2rom_window; in esb2rom_init_one() local
383 struct esb2rom_window *window = &esb2rom_window; in esb2rom_remove_one() local
/Linux-v5.15/tools/perf/ui/gtk/
Dannotate.c94 static int perf_gtk__annotate_symbol(GtkWidget *window, struct map_symbol *ms, in perf_gtk__annotate_symbol()
168 GtkWidget *window; in symbol__gtk_annotate() local
252 GtkWidget *window; in perf_gtk__show_annotations() local
Dhists.c293 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists()
497 static void perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, in perf_gtk__show_hierarchy()
601 GtkWidget *window; in evlist__gtk_browse_hists() local
Dbrowser.c16 void perf_gtk__resize_window(GtkWidget *window) in perf_gtk__resize_window()
Dutil.c11 struct perf_gtk_context *perf_gtk__activate_context(GtkWidget *window) in perf_gtk__activate_context()
/Linux-v5.15/drivers/pci/
Dhost-bridge.c55 struct resource_entry *window; in pcibios_resource_to_bus() local
80 struct resource_entry *window; in pcibios_bus_to_resource() local
/Linux-v5.15/include/linux/ssb/
Dssb_driver_mips.h20 u32 window; member
27 u32 window; member
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_tmpl.c45 qla27xx_read8(void __iomem *window, void *buf, ulong *len) in qla27xx_read8()
56 qla27xx_read16(void __iomem *window, void *buf, ulong *len) in qla27xx_read16()
67 qla27xx_read32(void __iomem *window, void *buf, ulong *len) in qla27xx_read32()
89 void __iomem *window = (void __iomem *)reg + offset; in qla27xx_read_reg() local
99 void __iomem *window = (void __iomem *)reg + offset; in qla27xx_write_reg() local
110 void __iomem *window = (void __iomem *)reg + offset; in qla27xx_read_window() local
/Linux-v5.15/drivers/watchdog/
Dbd9576_wdt.c92 int window = FASTNG_MIN; in find_closest_fast() local
129 int window = FASTNG_MIN; in find_closest_slow() local
/Linux-v5.15/drivers/powercap/
Ddtpm.c37 static int get_time_window_us(struct powercap_zone *pcz, int cid, u64 *window) in get_time_window_us()
42 static int set_time_window_us(struct powercap_zone *pcz, int cid, u64 window) in set_time_window_us()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Diommu.c882 struct dma_win *window; in find_existing_ddw() local
905 struct dma_win *window; in ddw_list_new_entry() local
921 struct dma_win *window; in find_existing_ddw_windows_named() local
1237 struct dma_win *window; in enable_ddw() local
1582 struct dma_win *window; in iommu_mem_notifier() local
1625 struct dma_win *window; in iommu_reconfig_notifier() local
/Linux-v5.15/arch/alpha/kernel/
Dcore_cia.c328 cia_prepare_tbia_workaround(int window) in cia_prepare_tbia_workaround()
576 } window[4]; member
857 const char *window; in cia_decode_pci_error() local
/Linux-v5.15/include/uapi/linux/
Datmsap.h110 unsigned char window; /* window size (k), 1-127 (0 to omit) */ member
121 unsigned char window;/* packet window size, 1-127 (0 to omit) */ member
/Linux-v5.15/arch/powerpc/platforms/cell/
Diommu.c160 struct iommu_window *window = in tce_build_cell() local
205 struct iommu_window *window = in tce_free_cell() local
466 struct iommu_window *window; in cell_iommu_setup_window() local
542 struct iommu_window *window; in cell_get_iommu_table() local
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.c230 static void rs_rate_scale_clear_window(struct iwl_rate_scale_data *window) in rs_rate_scale_clear_window()
453 struct iwl_rate_scale_data *window = NULL; in rs_collect_tx_data() local
1404 struct iwl_rate_scale_data *window = &(tbl->win[index]); in rs_move_legacy_other() local
1577 struct iwl_rate_scale_data *window = &(tbl->win[index]); in rs_move_siso_to_other() local
1747 struct iwl_rate_scale_data *window = &(tbl->win[index]); in rs_move_mimo2_to_other() local
1915 struct iwl_rate_scale_data *window = &(tbl->win[index]); in rs_move_mimo3_to_other() local
2192 struct iwl_rate_scale_data *window = NULL; in rs_rate_scale_perform() local
/Linux-v5.15/drivers/gpu/drm/tegra/
Ddc.c289 const struct tegra_dc_window *window) in tegra_plane_setup_blending()
309 const struct tegra_dc_window *window) in tegra_plane_use_horizontal_filtering()
324 const struct tegra_dc_window *window) in tegra_plane_use_vertical_filtering()
341 const struct tegra_dc_window *window) in tegra_dc_setup_window()
724 struct tegra_dc_window window; in tegra_plane_atomic_update() local
1851 struct tegra_dc_window window, old_window; in tegra_crtc_update_memory_bandwidth() local

12345