/linux-4.1.27/drivers/mtd/maps/ |
D | ichxrom.c | 56 static void ichxrom_cleanup(struct ichxrom_window *window) in ichxrom_cleanup() argument 62 pci_read_config_word(window->pdev, BIOS_CNTL, &word); in ichxrom_cleanup() 63 pci_write_config_word(window->pdev, BIOS_CNTL, word & ~1); in ichxrom_cleanup() 64 pci_dev_put(window->pdev); in ichxrom_cleanup() 67 list_for_each_entry_safe(map, scratch, &window->maps, list) { in ichxrom_cleanup() 75 if (window->rsrc.parent) in ichxrom_cleanup() 76 release_resource(&window->rsrc); in ichxrom_cleanup() 77 if (window->virt) { in ichxrom_cleanup() 78 iounmap(window->virt); in ichxrom_cleanup() 79 window->virt = NULL; in ichxrom_cleanup() [all …]
|
D | amd76xrom.c | 68 static void amd76xrom_cleanup(struct amd76xrom_window *window) in amd76xrom_cleanup() argument 73 if (window->pdev) { in amd76xrom_cleanup() 75 pci_read_config_byte(window->pdev, 0x40, &byte); in amd76xrom_cleanup() 76 pci_write_config_byte(window->pdev, 0x40, byte & ~1); in amd76xrom_cleanup() 77 pci_dev_put(window->pdev); in amd76xrom_cleanup() 81 list_for_each_entry_safe(map, scratch, &window->maps, list) { in amd76xrom_cleanup() 90 if (window->rsrc.parent) in amd76xrom_cleanup() 91 release_resource(&window->rsrc); in amd76xrom_cleanup() 93 if (window->virt) { in amd76xrom_cleanup() 94 iounmap(window->virt); in amd76xrom_cleanup() [all …]
|
D | esb2rom.c | 117 static void esb2rom_cleanup(struct esb2rom_window *window) in esb2rom_cleanup() argument 123 pci_read_config_byte(window->pdev, BIOS_CNTL, &byte); in esb2rom_cleanup() 124 pci_write_config_byte(window->pdev, BIOS_CNTL, in esb2rom_cleanup() 128 list_for_each_entry_safe(map, scratch, &window->maps, list) { in esb2rom_cleanup() 136 if (window->rsrc.parent) in esb2rom_cleanup() 137 release_resource(&window->rsrc); in esb2rom_cleanup() 138 if (window->virt) { in esb2rom_cleanup() 139 iounmap(window->virt); in esb2rom_cleanup() 140 window->virt = NULL; in esb2rom_cleanup() 141 window->phys = 0; in esb2rom_cleanup() [all …]
|
D | ck804xrom.c | 81 static void ck804xrom_cleanup(struct ck804xrom_window *window) in ck804xrom_cleanup() argument 86 if (window->pdev) { in ck804xrom_cleanup() 88 pci_read_config_byte(window->pdev, 0x6d, &byte); in ck804xrom_cleanup() 89 pci_write_config_byte(window->pdev, 0x6d, byte & ~1); in ck804xrom_cleanup() 93 list_for_each_entry_safe(map, scratch, &window->maps, list) { in ck804xrom_cleanup() 102 if (window->rsrc.parent) in ck804xrom_cleanup() 103 release_resource(&window->rsrc); in ck804xrom_cleanup() 105 if (window->virt) { in ck804xrom_cleanup() 106 iounmap(window->virt); in ck804xrom_cleanup() 107 window->virt = NULL; in ck804xrom_cleanup() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | windows.c | 63 int window; in synchronize_user_stack() local 70 for(window = tp->w_saved - 1; window >= 0; window--) { in synchronize_user_stack() 71 unsigned long sp = tp->rwbuf_stkptrs[window]; in synchronize_user_stack() 74 if (copy_to_user((char __user *) sp, &tp->reg_window[window], in synchronize_user_stack() 78 shift_window_buffer(window, tp->w_saved - 1, tp); in synchronize_user_stack() 115 int window; in try_to_clear_window_buffer() local 118 for(window = 0; window < tp->w_saved; window++) { in try_to_clear_window_buffer() 119 unsigned long sp = tp->rwbuf_stkptrs[window]; in try_to_clear_window_buffer() 122 copy_to_user((char __user *) sp, &tp->reg_window[window], in try_to_clear_window_buffer()
|
D | process_64.c | 504 unsigned long window; in synchronize_user_stack() local 507 if ((window = get_thread_wsaved()) != 0) { in synchronize_user_stack() 508 window -= 1; in synchronize_user_stack() 510 struct reg_window *rwin = &t->reg_window[window]; in synchronize_user_stack() 514 sp = t->rwbuf_stkptrs[window]; in synchronize_user_stack() 522 shift_window_buffer(window, get_thread_wsaved() - 1, t); in synchronize_user_stack() 525 } while (window--); in synchronize_user_stack() 544 unsigned long window; in fault_in_user_windows() local 547 window = get_thread_wsaved(); in fault_in_user_windows() 549 if (likely(window != 0)) { in fault_in_user_windows() [all …]
|
D | etrap_32.S | 94 bne trap_setup_kernel_spill ! in trap window, clean up 112 sll %t_wim, 0x7, %t_wim ! patched on 7 window Sparcs 115 and %g2, 0xff, %g2 ! patched on 7 window Sparcs
|
D | wof.S | 109 save %g0, %g0, %g0 ! save into the window to stash away 115 STORE_WINDOW(sp) ! stash the window 116 restore %g0, %g0, %g0 ! go back into trap window
|
D | ptrace_64.c | 222 struct reg_window window; in genregs64_get() local 224 if (regwindow64_get(target, regs, &window)) in genregs64_get() 227 &window, in genregs64_get() 272 struct reg_window window; in genregs64_set() local 274 if (regwindow64_get(target, regs, &window)) in genregs64_set() 278 &window, in genregs64_set() 283 regwindow64_set(target, regs, &window)) in genregs64_set()
|
D | wuf.S | 184 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
|
/linux-4.1.27/drivers/pci/ |
D | host-bridge.c | 52 struct resource_entry *window; in pcibios_resource_to_bus() local 55 resource_list_for_each_entry(window, &bridge->windows) { in pcibios_resource_to_bus() 56 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus() 57 offset = window->offset; in pcibios_resource_to_bus() 77 struct resource_entry *window; in pcibios_bus_to_resource() local 80 resource_list_for_each_entry(window, &bridge->windows) { in pcibios_bus_to_resource() 83 if (resource_type(res) != resource_type(window->res)) in pcibios_bus_to_resource() 86 bus_region.start = window->res->start - window->offset; in pcibios_bus_to_resource() 87 bus_region.end = window->res->end - window->offset; in pcibios_bus_to_resource() 90 offset = window->offset; in pcibios_bus_to_resource()
|
D | probe.c | 1932 struct resource_entry *window, *n; in pci_create_root_bus() local 1996 resource_list_for_each_entry_safe(window, n, resources) { in pci_create_root_bus() 1997 list_move_tail(&window->node, &bridge->windows); in pci_create_root_bus() 1998 res = window->res; in pci_create_root_bus() 1999 offset = window->offset; in pci_create_root_bus() 2098 struct resource_entry *window; in pci_scan_root_bus() local 2103 resource_list_for_each_entry(window, resources) in pci_scan_root_bus() 2104 if (window->res->flags & IORESOURCE_BUS) { in pci_scan_root_bus()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | au1200fb.c | 135 struct au1200_lcd_window_regs_t window; member 708 winctrl0 = lcd->window[plane].winctrl0; in au1200_setlocation() 709 winctrl1 = lcd->window[plane].winctrl1; in au1200_setlocation() 731 fb_offset += (((0 - xpos) * winbpp(lcd->window[plane].winctrl1))/8); in au1200_setlocation() 759 lcd->window[plane].winctrl0 = winctrl0; in au1200_setlocation() 760 lcd->window[plane].winctrl1 = winctrl1; in au1200_setlocation() 761 lcd->window[plane].winbuf0 = in au1200_setlocation() 762 lcd->window[plane].winbuf1 = fbdev->fb_phys; in au1200_setlocation() 763 lcd->window[plane].winbufctrl = 0; /* select winbuf0 */ in au1200_setlocation() 895 D(lcd->window[0].winctrl0); in au1200_setpanel() [all …]
|
D | au1200fb.h | 75 } window[4]; member 361 } window[4]; member
|
/linux-4.1.27/drivers/edac/ |
D | i3200_edac.c | 102 void __iomem *window; member 187 void __iomem *window = priv->window; in i3200_get_and_clear_error_info() local 200 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG); in i3200_get_and_clear_error_info() 202 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG); in i3200_get_and_clear_error_info() 213 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG); in i3200_get_and_clear_error_info() 215 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG); in i3200_get_and_clear_error_info() 272 void __iomem *window; in i3200_map_mchbar() local 285 window = ioremap_nocache(u.mchbar, I3200_MMR_WINDOW_SIZE); in i3200_map_mchbar() 286 if (!window) in i3200_map_mchbar() 290 return window; in i3200_map_mchbar() [all …]
|
D | x38_edac.c | 170 void __iomem *window = mci->pvt_info; in x38_get_and_clear_error_info() local 183 info->eccerrlog[0] = lo_hi_readq(window + X38_C0ECCERRLOG); in x38_get_and_clear_error_info() 185 info->eccerrlog[1] = lo_hi_readq(window + X38_C1ECCERRLOG); in x38_get_and_clear_error_info() 196 info->eccerrlog[0] = lo_hi_readq(window + X38_C0ECCERRLOG); in x38_get_and_clear_error_info() 199 lo_hi_readq(window + X38_C1ECCERRLOG); in x38_get_and_clear_error_info() 257 void __iomem *window; in x38_map_mchbar() local 271 window = ioremap_nocache(u.mchbar, X38_MMR_WINDOW_SIZE); in x38_map_mchbar() 272 if (!window) in x38_map_mchbar() 276 return window; in x38_map_mchbar() 280 static void x38_get_drbs(void __iomem *window, in x38_get_drbs() argument [all …]
|
D | ie31200_edac.c | 136 void __iomem *window; member 222 void __iomem *window = priv->window; in ie31200_get_and_clear_error_info() local 235 info->eccerrlog[0] = lo_hi_readq(window + IE31200_C0ECCERRLOG); in ie31200_get_and_clear_error_info() 237 info->eccerrlog[1] = lo_hi_readq(window + IE31200_C1ECCERRLOG); in ie31200_get_and_clear_error_info() 248 info->eccerrlog[0] = lo_hi_readq(window + IE31200_C0ECCERRLOG); in ie31200_get_and_clear_error_info() 251 lo_hi_readq(window + IE31200_C1ECCERRLOG); in ie31200_get_and_clear_error_info() 309 void __iomem *window; in ie31200_map_mchbar() local 321 window = ioremap_nocache(u.mchbar, IE31200_MMR_WINDOW_SIZE); in ie31200_map_mchbar() 322 if (!window) in ie31200_map_mchbar() 326 return window; in ie31200_map_mchbar() [all …]
|
D | i3000_edac.c | 323 void __iomem *window; in i3000_probe1() local 329 window = ioremap_nocache(mchbar, I3000_MMR_WINDOW_SIZE); in i3000_probe1() 330 if (!window) { in i3000_probe1() 336 c0dra[0] = readb(window + I3000_C0DRA + 0); /* ranks 0,1 */ in i3000_probe1() 337 c0dra[1] = readb(window + I3000_C0DRA + 1); /* ranks 2,3 */ in i3000_probe1() 338 c1dra[0] = readb(window + I3000_C1DRA + 0); /* ranks 0,1 */ in i3000_probe1() 339 c1dra[1] = readb(window + I3000_C1DRA + 1); /* ranks 2,3 */ in i3000_probe1() 342 c0drb[i] = readb(window + I3000_C0DRB + i); in i3000_probe1() 343 c1drb[i] = readb(window + I3000_C1DRB + i); in i3000_probe1() 346 iounmap(window); in i3000_probe1()
|
D | i82875p_edac.c | 277 void __iomem *window; in i82875p_setup_overfl_dev() local 314 window = pci_ioremap_bar(dev, 0); in i82875p_setup_overfl_dev() 315 if (window == NULL) { in i82875p_setup_overfl_dev() 321 *ovrfl_window = window; in i82875p_setup_overfl_dev()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | iommu.c | 173 struct iommu_window *window = in tce_build_cell() local 191 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell() 194 CBE_IOPTE_SO_RW | (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell() 206 invalidate_tce_cache(window->iommu, io_pte, npages); in tce_build_cell() 218 struct iommu_window *window = in tce_free_cell() local 229 __pa(window->iommu->pad_page) | in tce_free_cell() 230 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_free_cell() 240 invalidate_tce_cache(window->iommu, io_pte, npages); in tce_free_cell() 442 struct iommu_window *window; 446 list_for_each_entry(window, &(iommu->windows), list) { [all …]
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | annotate.c | 88 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym, in perf_gtk__annotate_symbol() argument 147 gtk_container_add(GTK_CONTAINER(window), view); in perf_gtk__annotate_symbol() 161 GtkWidget *window; in symbol__gtk_annotate() local 175 window = pgctx->main_window; in symbol__gtk_annotate() 188 window = gtk_window_new(GTK_WINDOW_TOPLEVEL); in symbol__gtk_annotate() 189 gtk_window_set_title(GTK_WINDOW(window), "perf annotate"); in symbol__gtk_annotate() 191 g_signal_connect(window, "delete_event", gtk_main_quit, NULL); in symbol__gtk_annotate() 193 pgctx = perf_gtk__activate_context(window); in symbol__gtk_annotate() 212 gtk_container_add(GTK_CONTAINER(window), vbox); in symbol__gtk_annotate() 238 GtkWidget *window; in perf_gtk__show_annotations() local [all …]
|
D | browser.c | 17 void perf_gtk__resize_window(GtkWidget *window) in perf_gtk__resize_window() argument 25 screen = gtk_widget_get_screen(window); in perf_gtk__resize_window() 27 monitor = gdk_screen_get_monitor_at_window(screen, window->window); in perf_gtk__resize_window() 34 gtk_window_resize(GTK_WINDOW(window), width, height); in perf_gtk__resize_window()
|
D | hists.c | 158 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists() argument 266 gtk_container_add(GTK_CONTAINER(window), view); in perf_gtk__show_hists() 279 GtkWidget *window; in perf_evlist__gtk_browse_hists() local 287 window = gtk_window_new(GTK_WINDOW_TOPLEVEL); in perf_evlist__gtk_browse_hists() 289 gtk_window_set_title(GTK_WINDOW(window), "perf report"); in perf_evlist__gtk_browse_hists() 291 g_signal_connect(window, "delete_event", gtk_main_quit, NULL); in perf_evlist__gtk_browse_hists() 293 pgctx = perf_gtk__activate_context(window); in perf_evlist__gtk_browse_hists() 310 gtk_container_add(GTK_CONTAINER(window), vbox); in perf_evlist__gtk_browse_hists() 343 gtk_widget_show_all(window); in perf_evlist__gtk_browse_hists() 345 perf_gtk__resize_window(window); in perf_evlist__gtk_browse_hists() [all …]
|
D | gtk.h | 33 struct perf_gtk_context *perf_gtk__activate_context(GtkWidget *window); 41 void perf_gtk__resize_window(GtkWidget *window);
|
D | util.c | 10 struct perf_gtk_context *perf_gtk__activate_context(GtkWidget *window) in perf_gtk__activate_context() argument 16 ctx->main_window = window; in perf_gtk__activate_context()
|
/linux-4.1.27/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 58 (6) to (6') - CEU scale - user window 71 current sensor scales onto input window - this is user S_CROP: 75 3. Calculate new combined scales from "effective" input window to requested user 76 window: 80 4. Calculate sensor output window by applying combined scales to real input 81 window: 85 5. Apply iterative sensor S_FMT for sensor output window. 89 6. Retrieve sensor output window (g_fmt) 101 9. Use CEU cropping to crop to the new window: 105 10. Use CEU scaling to scale to the requested user window: [all …]
|
D | soc-camera.txt | 111 VIDIOC_S_CROP: sets location and sizes of the sensor window. Unit is one sensor 112 pixel. Changing sensor window sizes preserves any scaling factors, therefore 113 user window sizes change as well. 115 VIDIOC_S_FMT: sets user window. Should preserve previously set sensor window as 116 much as possible by modifying scaling factors. If the sensor window cannot be 132 .s_fmt() and .try_fmt() have to be implemented too. Sensor window and scaling 140 User window geometry is kept in .user_width and .user_height fields in struct
|
/linux-4.1.27/drivers/staging/vme/devices/ |
D | vme_pio2_core.c | 67 retval = vme_master_write(card->window, ®, 1, PIO2_REGS_CTRL); in pio2_set_led() 93 retval = vme_master_read(card->window, ®, 1, in pio2_int() 132 retval = vme_master_write(card->window, &data, 1, PIO2_REGS_CTRL); in pio2_reset_card() 137 retval = vme_master_write(card->window, &data, 1, PIO2_REGS_VME_VECTOR); in pio2_reset_card() 288 card->window = vme_master_request(vdev, VME_A24, VME_SCT, VME_D16); in pio2_probe() 289 if (card->window == NULL) { in pio2_probe() 296 retval = vme_master_set(card->window, 1, card->base, 0x10000, VME_A24, in pio2_probe() 310 retval = vme_master_read(card->window, ®, 1, PIO2_REGS_ID); in pio2_probe() 337 retval = vme_master_write(card->window, ®, 1, PIO2_REGS_CTRL); in pio2_probe() 342 retval = vme_master_write(card->window, &card->irq_vector, 1, in pio2_probe() [all …]
|
D | vme_pio2_cntr.c | 30 retval = vme_master_write(card->window, &data, 1, PIO2_CNTR_CTRL[id]); in pio2_cntr_irq_set() 35 retval = vme_master_write(card->window, &data, 1, PIO2_CNTR_DATA[id]); in pio2_cntr_irq_set() 40 retval = vme_master_write(card->window, &data, 1, PIO2_CNTR_DATA[id]); in pio2_cntr_irq_set() 63 retval = vme_master_read(card->window, ®, 1, in pio2_cntr_reset()
|
D | vme_pio2_gpio.c | 46 retval = vme_master_read(card->window, ®, 1, in pio2_gpio_get() 91 retval = vme_master_write(card->window, ®, 1, in pio2_gpio_set() 152 retval = vme_master_write(card->window, &data, 1, in pio2_gpio_reset() 161 retval = vme_master_write(card->window, &data, 1, in pio2_gpio_reset() 166 retval = vme_master_write(card->window, &data, 1, in pio2_gpio_reset() 178 retval = vme_master_read(card->window, &data, 1, in pio2_gpio_reset()
|
D | vme_pio2.h | 235 struct vme_resource *window; member
|
/linux-4.1.27/drivers/sh/intc/ |
D | access.c | 16 struct intc_window *window; in intc_phys_to_virt() local 21 window = d->window + k; in intc_phys_to_virt() 23 if (address < window->phys) in intc_phys_to_virt() 26 if (address >= (window->phys + window->size)) in intc_phys_to_virt() 29 address -= window->phys; in intc_phys_to_virt() 30 address += (unsigned long)window->virt; in intc_phys_to_virt()
|
D | core.c | 206 d->window = kzalloc(d->nr_windows * sizeof(*d->window), in register_intc_controller() 208 if (!d->window) in register_intc_controller() 214 d->window[k].phys = res->start; in register_intc_controller() 215 d->window[k].size = resource_size(res); in register_intc_controller() 216 d->window[k].virt = ioremap_nocache(res->start, in register_intc_controller() 218 if (!d->window[k].virt) in register_intc_controller() 395 if (d->window[k].virt) in register_intc_controller() 396 iounmap(d->window[k].virt); in register_intc_controller() 398 kfree(d->window); in register_intc_controller()
|
D | internals.h | 68 struct intc_window *window; member
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | dc.c | 233 const struct tegra_dc_window *window) in tegra_dc_setup_window() argument 243 yuv = tegra_dc_format_is_yuv(window->format, &planar); in tegra_dc_setup_window() 245 bpp = window->bits_per_pixel / 8; in tegra_dc_setup_window() 254 tegra_dc_writel(dc, window->format, DC_WIN_COLOR_DEPTH); in tegra_dc_setup_window() 255 tegra_dc_writel(dc, window->swap, DC_WIN_BYTE_SWAP); in tegra_dc_setup_window() 257 value = V_POSITION(window->dst.y) | H_POSITION(window->dst.x); in tegra_dc_setup_window() 260 value = V_SIZE(window->dst.h) | H_SIZE(window->dst.w); in tegra_dc_setup_window() 263 h_offset = window->src.x * bpp; in tegra_dc_setup_window() 264 v_offset = window->src.y; in tegra_dc_setup_window() 265 h_size = window->src.w * bpp; in tegra_dc_setup_window() [all …]
|
/linux-4.1.27/lib/zlib_deflate/ |
D | deflate.c | 154 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ 232 s->window = (Byte *) mem->window_memory; in zlib_deflateInit2() 560 register Byte *scan = s->window + s->strstart; /* current string */ in longest_match() 577 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() 581 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() 604 match = s->window + cur_match; in longest_match() 636 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match() 668 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match() 705 if (memcmp((char *)s->window + match, in check_match() 706 (char *)s->window + start, length) != EQUAL) { in check_match() [all …]
|
D | defutil.h | 89 Byte *window; member
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 20 the second cell for the address offset within the window. 30 within the internal register window (see below). 52 the first one controls the devices decoding window, 53 the second one controls the SDRAM decoding window and 80 ** MBus address decoding window specification 83 the window ID and the second one for the offset within the window. 84 In order to allow to describe valid and non-valid window entries, the 91 S = 0x0 for a MBus valid window 92 S = 0xf for a non-valid window (see below) 96 I = 4-bit window target ID [all …]
|
/linux-4.1.27/drivers/pcmcia/ |
D | vrc4173_cardu.c | 251 uint8_t ioctl, window; in cardu_get_io_map() local 262 window = exca_readb(socket, ADR_WIN_EN); in cardu_get_io_map() 263 io->flags = (window & IO_WIN_EN(map)) ? MAP_ACTIVE : 0; in cardu_get_io_map() 276 uint8_t window, enable; in cardu_set_io_map() local 283 window = exca_readb(socket, ADR_WIN_EN); in cardu_set_io_map() 286 if (window & enable) { in cardu_set_io_map() 287 window &= ~enable; in cardu_set_io_map() 288 exca_writeb(socket, ADR_WIN_EN, window); in cardu_set_io_map() 300 exca_writeb(socket, ADR_WIN_EN, window | enable); in cardu_set_io_map() 309 uint8_t window; in cardu_get_mem_map() local [all …]
|
/linux-4.1.27/arch/alpha/kernel/ |
D | core_t2.c | 89 } window[2]; member 390 t2_saved_config.window[0].wbase = *(vulp)T2_WBASE1; in t2_save_configuration() 391 t2_saved_config.window[0].wmask = *(vulp)T2_WMASK1; in t2_save_configuration() 392 t2_saved_config.window[0].tbase = *(vulp)T2_TBASE1; in t2_save_configuration() 393 t2_saved_config.window[1].wbase = *(vulp)T2_WBASE2; in t2_save_configuration() 394 t2_saved_config.window[1].wmask = *(vulp)T2_WMASK2; in t2_save_configuration() 395 t2_saved_config.window[1].tbase = *(vulp)T2_TBASE2; in t2_save_configuration() 487 *(vulp)T2_WBASE1 = t2_saved_config.window[0].wbase; in t2_kill_arch() 488 *(vulp)T2_WMASK1 = t2_saved_config.window[0].wmask; in t2_kill_arch() 489 *(vulp)T2_TBASE1 = t2_saved_config.window[0].tbase; in t2_kill_arch() [all …]
|
D | core_cia.c | 327 cia_prepare_tbia_workaround(int window) in cia_prepare_tbia_workaround() argument 339 *(vip)CIA_IOC_PCI_Wn_BASE(window) = CIA_BROKEN_TBIA_BASE | 3; in cia_prepare_tbia_workaround() 340 *(vip)CIA_IOC_PCI_Wn_MASK(window) in cia_prepare_tbia_workaround() 342 *(vip)CIA_IOC_PCI_Tn_BASE(window) = virt_to_phys(ppte) >> 2; in cia_prepare_tbia_workaround() 572 } window[4]; member 594 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i); in cia_save_srm_settings() 595 saved_config.window[i].w_mask = *(vip)CIA_IOC_PCI_Wn_MASK(i); in cia_save_srm_settings() 596 saved_config.window[i].t_base = *(vip)CIA_IOC_PCI_Tn_BASE(i); in cia_save_srm_settings() 607 *(vip)CIA_IOC_PCI_Wn_BASE(i) = saved_config.window[i].w_base; in cia_restore_srm_settings() 608 *(vip)CIA_IOC_PCI_Wn_MASK(i) = saved_config.window[i].w_mask; in cia_restore_srm_settings() [all …]
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 50 Each window can be configured to be remapped via a "TCE table" (IOMMU 67 window and sixteen M64 windows. They have different characteristics. 72 - The M32 window: 78 32-bit PCIe accesses. We configure that window at boot from FW and 88 to be assigned to PEs on a segment granularity. For a 2GB window, 91 Now, this is the "main" window we use in Linux today (excluding 110 specify the PE# for the entire window. When segmented, a window 115 there's a defined ordering for which window applies. 120 We configure an M64 window to cover the entire region of address space 178 - M32 window: There's one M32 window, and it is split into 256 [all …]
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | iommu.c | 774 struct direct_window *window; in find_existing_ddw() local 780 list_for_each_entry(window, &direct_window_list, list) { in find_existing_ddw() 781 if (window->device == pdn) { in find_existing_ddw() 782 direct64 = window->prop; in find_existing_ddw() 796 struct direct_window *window; in find_existing_ddw_windows() local 807 window = kzalloc(sizeof(*window), GFP_KERNEL); in find_existing_ddw_windows() 808 if (!window || len < sizeof(struct dynamic_dma_window_prop)) { in find_existing_ddw_windows() 809 kfree(window); in find_existing_ddw_windows() 814 window->device = pdn; in find_existing_ddw_windows() 815 window->prop = direct64; in find_existing_ddw_windows() [all …]
|
/linux-4.1.27/net/netfilter/ |
D | xt_osf.c | 197 u16 window, totlen, mss = 0; in xt_osf_match_packet() local 217 window = ntohs(tcp->window); in xt_osf_match_packet() 294 if (f->wss.val == 0 || window == f->wss.val) in xt_osf_match_packet() 306 if (window == f->wss.val * mss || in xt_osf_match_packet() 307 window == f->wss.val * SMART_MSS_1 || in xt_osf_match_packet() 308 window == f->wss.val * SMART_MSS_2) in xt_osf_match_packet() 312 if (window == f->wss.val * (mss + 40) || in xt_osf_match_packet() 313 window == f->wss.val * (SMART_MSS_1 + 40) || in xt_osf_match_packet() 314 window == f->wss.val * (SMART_MSS_2 + 40)) in xt_osf_match_packet() 318 if ((window % f->wss.val) == 0) in xt_osf_match_packet()
|
D | nf_log_common.c | 86 nf_log_buf_add(m, "WINDOW=%u ", ntohs(th->window)); in nf_log_dump_tcp_header()
|
D | nf_conntrack_proto_tcp.c | 523 win = ntohs(tcph->window); in tcp_in_window() 921 ct->proto.tcp.last_win = ntohs(th->window); in tcp_packet() 1132 ct->proto.tcp.seen[0].td_maxwin = ntohs(th->window); in tcp_new() 1152 ct->proto.tcp.seen[0].td_maxwin = ntohs(th->window); in tcp_new()
|
/linux-4.1.27/net/lapb/ |
D | lapb_iface.c | 137 lapb->window = LAPB_DEFAULT_WINDOW; in lapb_create_cb() 214 parms->window = lapb->window; in lapb_getparms() 248 if (parms->window < 1 || parms->window > 127) in lapb_setparms() 251 if (parms->window < 1 || parms->window > 7) in lapb_setparms() 255 lapb->window = parms->window; in lapb_setparms()
|
D | lapb_out.c | 78 end = (lapb->va + lapb->window) % modulus; in lapb_kick()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rs.c | 244 static void rs_rate_scale_clear_window(struct iwl_rate_scale_data *window) in rs_rate_scale_clear_window() argument 246 window->data = 0; in rs_rate_scale_clear_window() 247 window->success_counter = 0; in rs_rate_scale_clear_window() 248 window->success_ratio = IWL_INVALID_VALUE; in rs_rate_scale_clear_window() 249 window->counter = 0; in rs_rate_scale_clear_window() 250 window->average_tpt = IWL_INVALID_VALUE; in rs_rate_scale_clear_window() 251 window->stamp = 0; in rs_rate_scale_clear_window() 470 struct iwl_rate_scale_data *window = NULL; in rs_collect_tx_data() local 478 window = &(tbl->win[scale_index]); in rs_collect_tx_data() 492 if (window->counter >= IWL_RATE_MAX_WINDOW) { in rs_collect_tx_data() [all …]
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | rs.c | 537 static void rs_rate_scale_clear_window(struct iwl_rate_scale_data *window) in rs_rate_scale_clear_window() argument 539 window->data = 0; in rs_rate_scale_clear_window() 540 window->success_counter = 0; in rs_rate_scale_clear_window() 541 window->success_ratio = IWL_INVALID_VALUE; in rs_rate_scale_clear_window() 542 window->counter = 0; in rs_rate_scale_clear_window() 543 window->average_tpt = IWL_INVALID_VALUE; in rs_rate_scale_clear_window() 625 struct iwl_rate_scale_data *window) in _rs_collect_tx_data() argument 642 if (window->counter >= IWL_RATE_MAX_WINDOW) { in _rs_collect_tx_data() 644 window->counter = IWL_RATE_MAX_WINDOW - 1; in _rs_collect_tx_data() 646 if (window->data & mask) { in _rs_collect_tx_data() [all …]
|
D | fw-api-tx.h | 615 u8 window; member
|
/linux-4.1.27/drivers/ssb/ |
D | driver_mipscore.c | 223 pflash->window = SSB_FLASH1; in ssb_mips_flash_detect() 238 pflash->window = SSB_FLASH2; in ssb_mips_flash_detect() 251 bcm47xx_nvram_init_from_mem(sflash->window, sflash->size); in ssb_mips_flash_detect() 255 bcm47xx_nvram_init_from_mem(pflash->window, pflash->window_size); in ssb_mips_flash_detect() 259 ssb_pflash_resource.start = pflash->window; in ssb_mips_flash_detect() 260 ssb_pflash_resource.end = pflash->window + pflash->window_size; in ssb_mips_flash_detect()
|
D | driver_chipcommon_sflash.c | 148 sflash->window = SSB_FLASH2; in ssb_sflash_init()
|
/linux-4.1.27/net/ax25/ |
D | ax25_std_in.c | 47 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state1_machine() 53 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state1_machine() 89 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state1_machine() 153 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state3_machine() 156 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state3_machine() 278 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state4_machine() 281 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state4_machine()
|
D | ax25_ds_in.c | 40 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_state1_machine() 46 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_ds_state1_machine() 157 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_state3_machine() 160 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_ds_state3_machine()
|
D | af_ax25.c | 395 ax25->window = ax25_ctl.arg; in ax25_ctl_ioctl() 463 ax25->window = ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_fillin_cb_from_dev() 466 ax25->window = ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_fillin_cb_from_dev() 497 ax25->window = AX25_DEF_EWINDOW; in ax25_fillin_cb() 500 ax25->window = AX25_DEF_WINDOW; in ax25_fillin_cb() 570 ax25->window = opt; in ax25_setsockopt() 705 val = ax25->window; in ax25_getsockopt() 930 ax25->window = oax25->window; in ax25_make_new() 1265 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_connect() 1790 ax25_info.window = ax25->window; in ax25_ioctl() [all …]
|
D | ax25_in.c | 402 ax25->window = ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_rcv() 405 ax25->window = ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_rcv()
|
D | ax25_std_timer.c | 131 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_t1timer_expiry()
|
D | ax25_ds_timer.c | 200 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_t1_timeout()
|
D | ax25_out.c | 261 end = (ax25->va + ax25->window) % ax25->modulus; in ax25_kick()
|
/linux-4.1.27/include/linux/ssb/ |
D | ssb_driver_mips.h | 19 u32 window; member 26 u32 window; member
|
/linux-4.1.27/arch/alpha/boot/ |
D | misc.c | 45 static uch *window; /* Sliding window buffer */ variable 128 in = window; in flush_window() 166 window = malloc(WSIZE); in decompress_kernel()
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-vr41xx.c | 116 struct pci_target_address_window *window; in vr41xx_pciu_init() local 245 window = setup->target_window1; in vr41xx_pciu_init() 246 val = PMBA(window->base_address) | TYPE_32BITSPACE | in vr41xx_pciu_init() 252 window = setup->target_window2; in vr41xx_pciu_init() 253 val = PMBA(window->base_address) | TYPE_32BITSPACE | in vr41xx_pciu_init()
|
/linux-4.1.27/arch/arm/mach-mv78xx0/ |
D | common.h | 29 void mv78xx0_setup_pcie_io_win(int window, u32 base, u32 size, 31 void mv78xx0_setup_pcie_mem_win(int window, u32 base, u32 size,
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 56 - #iommu-cells = <4>: Some IOMMU devices allow the DMA window for masters to 59 the DMA window for the given device. The length of the DMA window is given 162 Multiple-master IOMMU with configurable DMA window: 169 * address of the DMA window. The length of the DMA 170 * window is encoded in two cells. 172 * The DMA window is the range addressable by the 179 /* master ID 42, 4 GiB DMA window starting at 0 */
|
D | nvidia,tegra30-smmu.txt | 9 - dma-window : IOVA start address and length. 19 dma-window = <0 0x40000000>; /* IOVA start & length */
|
D | samsung,sysmmu.txt | 22 * FIMD in Exynos5420 has one System MMU for window 0 and 4, the other system MMU 23 for window 1, 2 and 3.
|
/linux-4.1.27/Documentation/networking/ |
D | proc_net_tcp.txt | 31 | | | | | | | | |----> sending congestion window 39 | |----------------------------------> unanswered 0-window probes 48 4 zero window probe timer is pending
|
D | tcp.txt | 16 snd_cwnd The size of the congestion window 22 snd_cwnd_stamp Timestamp for when congestion window last validated. 24 congestion window is in use. It is used to adjust 43 provide an alternative the congestion window calculation. More complex 99 If the window is full we queue full sized frames. On the first timeout in 100 zero window we split this.
|
D | lapb-module.txt | 66 unsigned int window; 73 The window size is the maximum number of outstanding data packets allowed to 74 be unacknowledged by the remote end, the value of the window is between 1 88 consequently larger window sizes, the default is standard LAPB operation.
|
D | xfrm_proc.txt | 31 i.e. Sequence number is out of window
|
D | netdev-FAQ.txt | 39 a two week "merge window" where the main maintainers feed their new 41 the merge window is closed, and it is called/tagged "-rc1". No new 49 Relating that to netdev: At the beginning of the 2-week merge window,
|
D | cxgb.txt | 156 TCP window size for single connections: 169 TCP window size for multiple connections: 172 smaller window prevents congestion and facilitates better pacing,
|
D | ip-sysctl.txt | 202 Reserve max(window/2^tcp_app_win, mss) of window for application 298 (a) out-of-window sequence number, 299 (b) out-of-window acknowledgment number, or 474 Default: 87380 bytes. This value results in window of 65535 with 490 window after an idle period. An idle period is defined at 491 the current RTO. If unset, the congestion window will not 577 if available window is too small. 581 This allows control over what percentage of the congestion window 599 Enable window scaling as defined in RFC1323. 632 If set, assume no receipt of a window scaling option means the [all …]
|
D | nf_conntrack-sysctl.txt | 118 If it's non-zero, we mark only out of window RST segments as INVALID.
|
D | 3c509.txt | 181 0x02 Out-of-window collision. 197 Out of window collision. This typically occurs when some other Ethernet
|
D | s2io.txt | 95 For MTU=9000, TCP window size of 10 MB is recommended.
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inffast.c | 102 unsigned char *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local 129 window = state->window; in inflate_fast() 208 from = window - OFF; in inflate_fast() 227 from = window - OFF; in inflate_fast()
|
D | inflate.c | 69 state->window = &WS(strm)->working_window[0]; in zlib_inflateInit2() 111 memcpy(state->window, strm->next_out - state->wsize, state->wsize); in zlib_updatewindow() 118 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow() 121 memcpy(state->window, strm->next_out - copy, copy); in zlib_updatewindow() 654 from = state->window + (state->wsize - copy); in zlib_inflate() 657 from = state->window + (state->write - copy); in zlib_inflate()
|
D | inflate.h | 87 unsigned char *window; /* allocated sliding window, if needed */ member
|
/linux-4.1.27/include/uapi/linux/ |
D | atmsap.h | 109 unsigned char window; /* window size (k), 1-127 (0 to omit) */ member 120 unsigned char window;/* packet window size, 1-127 (0 to omit) */ member
|
D | ax25.h | 108 unsigned int window; member
|
D | tcp.h | 54 __be16 window; member
|
/linux-4.1.27/arch/x86/pci/ |
D | bus_numa.c | 34 struct resource_entry *window; in x86_pci_root_bus_resources() local 44 resource_list_for_each_entry(window, resources) in x86_pci_root_bus_resources() 45 if (window->res->flags & IORESOURCE_BUS) { in x86_pci_root_bus_resources()
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 312 Positions the main output window on the screen. The coordinates must be 313 such that the entire window fits on the screen. 315 window width 317 window height 319 top left window corner horizontal offset 321 top left window corner vertical offset
|
D | fw-decoder-regs.txt | 306 NOTE: Video corruption will occur if video window is shifted off the right 314 running in a window. 318 Decoder video window colour 319 Contains the colour (in yuv) used to fill the video window when the
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_tmpl.c | 140 qla27xx_read8(void *window, void *buf, ulong *len) in qla27xx_read8() argument 145 value = RD_REG_BYTE((__iomem void *)window); in qla27xx_read8() 151 qla27xx_read16(void *window, void *buf, ulong *len) in qla27xx_read16() argument 156 value = RD_REG_WORD((__iomem void *)window); in qla27xx_read16() 162 qla27xx_read32(void *window, void *buf, ulong *len) in qla27xx_read32() argument 167 value = RD_REG_DWORD((__iomem void *)window); in qla27xx_read32() 184 void *window = (void *)reg + offset; in qla27xx_read_reg() local 186 qla27xx_read32(window, buf, len); in qla27xx_read_reg() 193 __iomem void *window = (void __iomem *)reg + offset; in qla27xx_write_reg() local 196 WRT_REG_DWORD(window, data); in qla27xx_write_reg() [all …]
|
D | qla_nx.c | 576 int window; in qla82xx_pci_set_window() local 583 window = MN_WIN(addr); in qla82xx_pci_set_window() 584 ha->ddr_mn_window = window; in qla82xx_pci_set_window() 586 ha->mn_win_crb | QLA82XX_PCI_CRBSPACE, window); in qla82xx_pci_set_window() 589 if ((win_read << 17) != window) { in qla82xx_pci_set_window() 592 __func__, window, win_read); in qla82xx_pci_set_window() 603 window = OCM_WIN(addr); in qla82xx_pci_set_window() 604 ha->ddr_mn_window = window; in qla82xx_pci_set_window() 606 ha->mn_win_crb | QLA82XX_PCI_CRBSPACE, window); in qla82xx_pci_set_window() 609 temp1 = ((window & 0x1FF) << 7) | in qla82xx_pci_set_window() [all …]
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | core.c | 97 struct sh_pfc_window *window; in sh_pfc_phys_to_virt() local 103 window = pfc->windows + i; in sh_pfc_phys_to_virt() 105 if (address < window->phys) in sh_pfc_phys_to_virt() 108 if (address >= (window->phys + window->size)) in sh_pfc_phys_to_virt() 111 return window->virt + (address - window->phys); in sh_pfc_phys_to_virt()
|
D | gpio.c | 359 struct sh_pfc_window *window = &pfc->windows[i]; in sh_pfc_register_gpiochip() local 361 if (address >= window->phys && in sh_pfc_register_gpiochip() 362 address < window->phys + window->size) in sh_pfc_register_gpiochip()
|
/linux-4.1.27/Documentation/ |
D | vme_api.txt | 84 specific window or DMA channel (which may be used by a different driver) this 100 such any combination of the attributes can be requested for a single window, 101 the core will assign a window that meets the requirements, returning a pointer 107 If an unallocated window fitting the requirements can not be found a NULL 110 Functions are also provided to free window allocations once they are no longer 126 the underlying chipset. A window must be configured before it can be used. 129 Master window configuration 132 Once a master window has been assigned the following functions can be used to 150 Master window access 180 used is dependent on the underlying chipset. A window must be configured before [all …]
|
D | email-clients.txt | 86 If the inserted patch has to be edited in the Claws composition window 129 Make the composer window wide enough so that no lines wrap. As of 131 the email if the lines wrap in the composer window. Having word wrapping 133 long lines, you must make the composer window very wide before sending 149 are actually viewing it in its own window -- there has been a request filed 204 - Has a helpful ruler bar in the compose window.
|
D | vfio.txt | 299 out of the window leads to the whole PE isolation. 319 of the DMA window on the PCI bus. 323 the DMA window is and adjust rlimit before doing any real job. 355 /* Check here is .iova/.size are within DMA window from spapr_iommu_info */
|
D | futex-requeue-pi.txt | 92 acquire the rt_mutex as it would open a race window between the
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | twd.txt | 20 register window. 40 register window.
|
D | versatile-sysreg.txt | 10 - reg : physical base address and the size of the registers window
|
D | rtsm-dcscb.txt | 12 - reg : physical base address and the size of the registers window
|
D | global_timer.txt | 16 register window.
|
D | vexpress-scc.txt | 24 registers window
|
D | l2cc.txt | 44 - arm,filter-ranges : <start length> Starting address and length of window to 45 filter. Addresses in the filter window are directed to the M1 port. Other
|
D | vexpress-sysreg.txt | 10 - reg : physical base address and the size of the registers window
|
/linux-4.1.27/net/netrom/ |
D | nr_subr.c | 108 unsigned short vt = (nr->vl + nr->window) % NR_MODULUS; in nr_in_rx_window() 165 *dptr++ = nr->window; in nr_write_internal() 186 *dptr++ = nr->window; in nr_write_internal()
|
D | af_netrom.c | 463 nr->window = sysctl_netrom_transport_requested_window_size; in nr_create() 508 nr->window = onr->window; in nr_make_new() 870 unsigned short frametype, flags, window, timeout; in nr_rx_frame() local 965 window = skb->data[20]; in nr_rx_frame() 989 if (window < nr_make->window) in nr_rx_frame() 990 nr_make->window = window; in nr_rx_frame() 1323 nr->window, in nr_info_show()
|
D | nr_in.c | 91 nr->window = skb->data[20]; in nr_state1_machine() 258 if (((nrom->vl + nrom->window) % NR_MODULUS) == nrom->vr) { in nr_state3_machine()
|
D | nr_out.c | 141 end = (nr->va + nr->window) % NR_MODULUS; in nr_kick()
|
/linux-4.1.27/drivers/of/ |
D | of_pci.c | 164 struct resource_entry *window; in of_pci_get_host_bridge_resources() local 250 resource_list_for_each_entry(window, resources) in of_pci_get_host_bridge_resources() 251 kfree(window->res); in of_pci_get_host_bridge_resources()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 101 nth->window = 0; in synproxy_send_client_synack() 145 nth->window = th->window; in synproxy_send_server_syn() 185 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack() 223 nth->window = ntohs(htons(th->window) >> opts->wscale); in synproxy_send_client_ack()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 116 nth->window = 0; in synproxy_send_client_synack() 160 nth->window = th->window; in synproxy_send_server_syn() 200 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack() 238 nth->window = ntohs(htons(th->window) >> opts->wscale); in synproxy_send_client_ack()
|
D | nf_reject_ipv6.c | 120 tcph->window = 0; in nf_reject_ip6_tcphdr_put()
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | misc.c | 49 static uch window[WSIZE]; /* Sliding window buffer */ variable 152 in = window; in flush_window()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-xgene.c | 272 struct resource_entry *window; in xgene_pcie_map_ranges() local 276 resource_list_for_each_entry(window, res) { in xgene_pcie_map_ranges() 277 struct resource *res = window->res; in xgene_pcie_map_ranges() 285 res->start - window->offset); in xgene_pcie_map_ranges() 292 res->start - window->offset); in xgene_pcie_map_ranges()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | pcu.c | 739 ath5k_check_timer_win(int a, int b, int window, int intval) in ath5k_check_timer_win() argument 747 if ((b - a == window) || /* 1.) */ in ath5k_check_timer_win() 748 (a - b == intval - window) || /* 2.) */ in ath5k_check_timer_win() 749 ((a | 0x10000) - b == intval - window) || /* 3.) */ in ath5k_check_timer_win() 750 ((b | 0x10000) - a == window)) /* 4.) */ in ath5k_check_timer_win()
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | misc.c | 89 static uch window[WSIZE]; /* sliding window buffer */ variable 265 in = window; in flush_window_low() 282 in = window; in flush_window_high()
|
/linux-4.1.27/net/tipc/ |
D | bearer.h | 123 u32 window; member 160 u32 window; member
|
D | ib_media.c | 97 .window = TIPC_DEF_LINK_WIN,
|
D | eth_media.c | 95 .window = TIPC_DEF_LINK_WIN,
|
D | link.h | 189 u32 window; member 237 void tipc_link_set_queue_limits(struct tipc_link *l_ptr, u32 window);
|
D | bearer.c | 320 b_ptr->window = m_ptr->window; in tipc_enable_bearer() 619 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->window)) in __tipc_nl_add_bearer() 852 b->window = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_bearer_set() 885 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, media->window)) in __tipc_nl_add_media() 1020 m->window = nla_get_u32(props[TIPC_NLA_PROP_WIN]); in tipc_nl_media_set()
|
D | link.c | 282 tipc_link_set_queue_limits(l_ptr, b_ptr->window); in tipc_link_create() 386 lim = l->window + l->backlog[imp].limit; in link_prepare_wakeup() 703 unsigned int maxwin = link->window; in __tipc_link_xmit() 882 while (skb_queue_len(&link->transmq) < link->window) { in tipc_link_push_packets() 1753 l->window = win; in tipc_link_set_queue_limits() 2057 link->window)) in __tipc_nl_add_link()
|
D | udp_media.c | 449 .window = TIPC_DEF_LINK_WIN,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-powercap | 101 the time window specified by "constraint_X_time_window_us". 109 Time window in micro seconds. This is used along with 135 Maximum allowed time window in micro seconds for this 143 Minimum allowed time window in micro seconds for this
|
D | sysfs-class-bdi | 31 Size of the read-ahead window in kilobytes
|
D | dev-kmsg | 80 7,160,424069,-;pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
|
D | sysfs-class-net-statistics | 199 due to a window collision. The specific meaning depends on the
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt | 99 In the PAMU, each PCI controller is given only one primary window. The 100 PAMU restricts DMA operations so that they can only occur within a window. 101 Because PCI devices must be able to DMA to memory, the primary window must 112 primary window used for memory, but mapped to the MSIR block (where MSIIR
|
D | lbc.txt | 11 the entire access window as configured.
|
/linux-4.1.27/drivers/mtd/devices/ |
D | bcm47xxsflash.c | 112 memcpy_fromio(buf, (void __iomem *)KSEG0ADDR(b47s->window + from), in bcm47xxsflash_read() 299 b47s->window = sflash->window; in bcm47xxsflash_bcma_probe()
|
D | bcm47xxsflash.h | 68 u32 window; member
|
D | Kconfig | 15 the size of the aperture window pointing into the devices memory. 18 you can select a 1M window into the memory and the driver will 19 "slide" the window around the PMC551's memory. This was
|
/linux-4.1.27/Documentation/isdn/ |
D | README.icn | 18 2. A memory window with 16KB-256KB size, which can be setup in 16k steps 19 over the whole range of 16MB. Isdn4linux only uses a 16k window. 20 The base address of the window can be configured when loading 22 all cards are mapped to the same window and activated as needed.
|
/linux-4.1.27/drivers/uwb/ |
D | rsv.c | 214 bow->window = UWB_DRP_BACKOFF_WIN_MIN >> 1; in uwb_rsv_backoff_win_timer() 228 dev_dbg(dev, "backoff_win_increment: window=%d\n", bow->window); in uwb_rsv_backoff_win_increment() 232 if((bow->window << 1) == UWB_DRP_BACKOFF_WIN_MAX) in uwb_rsv_backoff_win_increment() 235 bow->window <<= 1; in uwb_rsv_backoff_win_increment() 236 bow->n = prandom_u32() & (bow->window - 1); in uwb_rsv_backoff_win_increment() 237 dev_dbg(dev, "new_window=%d, n=%d\n", bow->window, bow->n); in uwb_rsv_backoff_win_increment() 991 rc->bow.window = UWB_DRP_BACKOFF_WIN_MIN >> 1; in uwb_rsv_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/rockchip/ |
D | pmu.txt | 9 - reg : physical base address and the size of the registers window
|
D | pmu-sram.txt | 10 - reg : physical base address and the size of the registers window
|
/linux-4.1.27/net/irda/ |
D | irlap_frame.c | 743 self->window -= 1; in irlap_send_data_primary() 749 self->window -= 1; in irlap_send_data_primary() 819 self->window = self->window_size; in irlap_send_data_primary_poll() 914 self->window = self->window_size; in irlap_send_data_secondary_final() 956 self->window -= 1; in irlap_send_data_secondary() 961 self->window -= 1; in irlap_send_data_secondary() 1014 if (self->window > 0) { in irlap_resend_rejected_frames() 1022 if ((self->window > 1) && in irlap_resend_rejected_frames()
|
D | irlap_event.c | 988 if ((self->window > 0) && (!self->remote_busy)) { in irlap_state_xmit_p() 1061 if ((self->window > 1) && (nextfit)) { in irlap_state_xmit_p() 1096 self->window = self->window_size; in irlap_state_xmit_p() 1753 if ((self->window > 0) && (!self->remote_busy)) { in irlap_state_xmit_s() 1790 self->window = self->window_size; in irlap_state_xmit_s() 1812 if ((self->window > 1) && (nextfit)) { in irlap_state_xmit_s() 1929 (self->window > 0)) in irlap_state_nrm_s() 2030 (self->window > 0) && !self->remote_busy) in irlap_state_nrm_s() 2061 (self->window > 0)) { in irlap_state_nrm_s()
|
D | irlap.c | 706 self->window = self->window_size - skb_queue_len(&self->wx_list); in irlap_update_nr_received() 774 self->window = 1; in irlap_initiate_connection_state() 992 self->window = self->qos_tx.window_size.value; in irlap_apply_connection_parameters() 1127 seq_printf(seq, "win: %d, ", self->window); in irlap_seq_show()
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 111 the mbus address decoding window for each of its child devices. 112 The window is created using the chip select specified in the child 114 property. For instance, in the example below the allocated decoding window 118 This address window handling is done in this mvebu-devbus only as a temporary
|
/linux-4.1.27/Documentation/power/powercap/ |
D | powercap.txt | 202 applicable for the time window specified by "constraint_X_time_window_us". 204 constraint_X_time_window_us (rw): Time window in micro seconds. 212 constraint_X_max_time_window_us(ro): Maximum allowed time window in micro seconds. 214 constraint_X_min_time_window_us(ro): Minimum allowed time window in micro seconds.
|
/linux-4.1.27/drivers/bcma/ |
D | driver_mips.c | 291 pflash->window = BCMA_SOC_FLASH2; in bcma_core_mips_flash_detect() 301 bcma_pflash_resource.start = pflash->window; in bcma_core_mips_flash_detect() 302 bcma_pflash_resource.end = pflash->window + pflash->window_size; in bcma_core_mips_flash_detect()
|
D | driver_chipcommon_sflash.c | 148 sflash->window = BCMA_SOC_FLASH2; in bcma_sflash_init()
|
/linux-4.1.27/net/ipv4/ |
D | inet_lro.c | 111 tcph->window = lro_desc->tcp_window; in lro_update_tcp_ip_header() 161 lro_desc->tcp_window = tcph->window; in lro_init_desc() 194 lro_desc->tcp_window = tcph->window; in lro_add_common()
|
D | tcp_output.c | 978 th->window = htons(min(tp->rcv_wnd, 65535U)); in tcp_transmit_skb() 980 th->window = htons(tcp_select_window(sk)); in tcp_transmit_skb() 1569 u32 partial, needed, window, max_len; in tcp_mss_split_point() local 1571 window = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in tcp_mss_split_point() 1574 if (likely(max_len <= window && skb != tcp_write_queue_tail(sk))) in tcp_mss_split_point() 1577 needed = min(skb->len, window); in tcp_mss_split_point() 2387 int window; in __tcp_select_window() local 2421 window = tp->rcv_wnd; in __tcp_select_window() 2423 window = free_space; in __tcp_select_window() 2429 if (((window >> tp->rx_opt.rcv_wscale) << tp->rx_opt.rcv_wscale) != window) in __tcp_select_window() [all …]
|
D | Kconfig | 474 congestion window is large, additive increase with a large 495 congestion window and slow start threshold after a congestion 497 slow start threshold and a congestion window which takes into 520 increase the congestion window by when an ACK is received. 539 window. TCP Vegas should provide less packet loss, but it is 567 type. TCP Veno cuts down less congestion window in response to random 578 congestion window. It's design goals target high efficiency,
|
D | tcp_fastopen.c | 161 tp->snd_wnd = ntohs(tcp_hdr(skb)->window); in tcp_fastopen_create_child()
|
D | tcp_input.c | 343 int window = tcp_win_from_space(sysctl_tcp_rmem[2]) >> 1; in __tcp_grow_window() local 345 while (tp->rcv_ssthresh <= window) { in __tcp_grow_window() 350 window >>= 1; in __tcp_grow_window() 3316 u32 nwin = ntohs(tcp_hdr(skb)->window); in tcp_ack_update_window() 3878 !tcp_may_update_window(tp, ack, seq, ntohs(th->window) << tp->rx_opt.snd_wscale) && in tcp_disordered_ack() 5545 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 5647 tp->snd_wnd = ntohs(th->window); in tcp_rcv_synsent_state_process() 5813 tp->snd_wnd = ntohs(th->window) << tp->rx_opt.snd_wscale; in tcp_rcv_state_process()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hw.c | 1088 u32 window) in netxen_nic_pci_set_crbwindow_128M() argument 1094 if (adapter->ahw.crb_win == window) in netxen_nic_pci_set_crbwindow_128M() 1100 writel(window, offset); in netxen_nic_pci_set_crbwindow_128M() 1102 if (window == readl(offset)) in netxen_nic_pci_set_crbwindow_128M() 1108 (window == NETXEN_WINDOW_ONE)); in netxen_nic_pci_set_crbwindow_128M() 1114 adapter->ahw.crb_win = window; in netxen_nic_pci_set_crbwindow_128M() 1163 u32 window; in netxen_nic_pci_set_crbwindow_2M() local 1168 window = CRB_HI(off); in netxen_nic_pci_set_crbwindow_2M() 1170 writel(window, addr); in netxen_nic_pci_set_crbwindow_2M() 1171 if (readl(addr) != window) { in netxen_nic_pci_set_crbwindow_2M() [all …]
|
/linux-4.1.27/drivers/net/slip/ |
D | slhc.c | 374 if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ in slhc_compress() 567 thp->window = htons( ntohs(thp->window) + x); in slhc_uncompress()
|
/linux-4.1.27/Documentation/arm/ |
D | IXP4xx | 67 3a. Limited inbound PCI window 74 3b. Limited outbound PCI window 78 1) A direct mapped window from 0x48000000 to 0x4bffffff (64MB). 92 of the PCI window.
|
/linux-4.1.27/include/linux/ |
D | lapb.h | 42 unsigned int window; member
|
D | uwb.h | 308 u8 window; member
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 32 cycle, the "merge window" is said to be open. At that time, code which is 40 merge window do not come out of thin air; they have been collected, tested, 44 The merge window lasts for approximately two weeks. At the end of this 45 time, Linus Torvalds will declare that the window is closed and release the 47 for example, the release which happens at the end of the merge window will 55 features outside of the merge window tend to get an unfriendly reception. 56 As a general rule, if you miss the merge window for a given feature, the 72 January 18 2.6.38-rc1, merge window closes 94 worse; the pile of changes waiting for the next merge window will grow 224 When the merge window opens, top-level maintainers will ask Linus to "pull" [all …]
|
D | 6.Followthrough | 107 dedicated to patches planned for the next merge window, and another for 130 only turned up during the merge window and had to be addressed in a hurry. 131 Now they can be resolved at leisure, before the merge window opens.
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | misc.c | 55 static uch window[WSIZE]; /* Sliding window buffer */ variable 205 in = window; in flush_window()
|
/linux-4.1.27/init/ |
D | do_mounts_rd.c | 324 static long __init compr_flush(void *window, unsigned long outcnt) in compr_flush() argument 326 long written = sys_write(crd_outfd, window, outcnt); in compr_flush()
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pxa-pwm.txt | 11 length covers only the register window for one PWM output, not that of the
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | mvebu-pci.txt | 34 of the internal register window (as identified by MBUS_ID(0xf0, 43 * t is the type of the MBus window (as defined by the standard PCI DT 48 * w is the 'target ID' value for the MBus window 50 * a the 'attribute' value for the MBus window.
|
/linux-4.1.27/arch/arm/kernel/ |
D | bios32.c | 425 struct resource_entry *window; in pcibios_init_resources() local 432 resource_list_for_each_entry(window, &sys->resources) in pcibios_init_resources() 433 if (resource_type(window->res) == IORESOURCE_IO) in pcibios_init_resources()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 1168 u32 window; in qlcnic_pci_set_crbwindow_2M() local 1173 window = CRB_HI(off); in qlcnic_pci_set_crbwindow_2M() 1174 if (window == 0) { in qlcnic_pci_set_crbwindow_2M() 1179 writel(window, addr); in qlcnic_pci_set_crbwindow_2M() 1180 if (readl(addr) != window) { in qlcnic_pci_set_crbwindow_2M() 1184 window, off); in qlcnic_pci_set_crbwindow_2M() 1263 u32 window, u64 off, u64 *data, int op) in qlcnic_pci_mem_access_direct() argument 1270 writel(window, adapter->ahw->ocm_win_crb); in qlcnic_pci_mem_access_direct()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | layer2.h | 65 u_int window; member
|
D | layer2.c | 387 return (p1 < l2->window) && !test_bit(FLG_PEER_BUSY, &l2->flag); in cansend() 616 l2->sow = (l2->sow + 1) % l2->window; in setva() 1179 p1 = (p1 + l2->sow) % l2->window; in invoke_retransmission() 1494 p1 = (p1 + l2->sow) % l2->window; in l2_pull_iqueue() 2159 l2->window = 7; in create_l2() 2161 l2->window = 1; in create_l2() 2184 l2->window = 7; in create_l2() 2186 l2->window = 1; in create_l2() 2204 l2->window = 7; in create_l2()
|
/linux-4.1.27/scripts/kconfig/ |
D | gconf.c | 112 void replace_button_icon(GladeXML * xml, GdkDrawable * window, in replace_button_icon() argument 120 pixmap = gdk_pixmap_create_from_xpm_d(window, &mask, in replace_button_icon() 172 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 174 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 176 replace_button_icon(xml, main_wnd->window, style, in init_main_window() 474 if (widget->window == NULL) in on_window1_size_request() 477 gdk_window_get_size(widget->window, &w, &h); in on_window1_size_request()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_nx.c | 609 int window; in qla4_82xx_pci_set_window() local 615 window = MN_WIN(addr); in qla4_82xx_pci_set_window() 616 ha->ddr_mn_window = window; in qla4_82xx_pci_set_window() 618 QLA82XX_PCI_CRBSPACE, window); in qla4_82xx_pci_set_window() 621 if ((win_read << 17) != window) { in qla4_82xx_pci_set_window() 624 __func__, window, win_read); in qla4_82xx_pci_set_window() 636 window = OCM_WIN(addr); in qla4_82xx_pci_set_window() 637 ha->ddr_mn_window = window; in qla4_82xx_pci_set_window() 639 QLA82XX_PCI_CRBSPACE, window); in qla4_82xx_pci_set_window() 642 temp1 = ((window & 0x1FF) << 7) | in qla4_82xx_pci_set_window() [all …]
|
/linux-4.1.27/include/net/ |
D | lapb.h | 97 unsigned char window; member
|
D | netrom.h | 69 unsigned char state, condition, bpqext, window; member
|
D | ax25.h | 243 unsigned char window; member
|
/linux-4.1.27/include/net/iucv/ |
D | af_iucv.h | 71 u16 window; member
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 34 - st,click-window: click window, from 0 to 255 msec with
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | fsl-imx-esdhc.txt | 17 to select a proper data sampling window in case the clock quality is not good
|
/linux-4.1.27/lib/ |
D | decompress_inflate.c | 127 WS(strm)->inflate_state.window = NULL; in __gunzip()
|
/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 438 long window; in sdla_cmd() local 441 window = flp->type == SDLA_S508 ? SDLA_508_CMD_BUF : SDLA_502_CMD_BUF; in sdla_cmd() 442 cmd_buf = (struct sdla_cmd *)(dev->mem_start + (window & SDLA_ADDR_MASK)); in sdla_cmd() 448 SDLA_WINDOW(dev, window); in sdla_cmd() 468 SDLA_WINDOW(dev, window); in sdla_cmd() 478 SDLA_WINDOW(dev, window); in sdla_cmd()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | ptp.c | 212 u32 window; /* Derived: end - start, allowing for wrap */ member 691 timeset->window = end_ns - start_ns; in efx_ptp_read_timeset() 729 s32 window, corrected; in efx_ptp_process_times() local 739 window = ptp->timeset[i].window; in efx_ptp_process_times() 740 corrected = window - wait.tv_nsec; in efx_ptp_process_times() 751 if (window < SYNCHRONISATION_GRANULARITY_NS) { in efx_ptp_process_times()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 748 "highlight tracking" and "read window." 757 tracking are: "cursoring on", "highlight tracking", "read window", 768 With the "read window" variety of cursor tracking, you can limit the text 769 that Speakup speaks by specifying a window of interest on the screen. 772 the contents of the window. This is especially helpful when you are hearing 780 each time you move, so you can silence it by specifying a window. Find 781 the last line of text on the screen. Clear the current window by pressing 784 define a one-line window. The boundaries of the window are the 787 says "read window." Move through your history using your arrow keys. 1083 speakup + f2 -- Set the bounds of the window. [all …]
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c59x.c | 658 int window; /* Register window */ member 661 static void window_set(struct vortex_private *vp, int window) in window_set() argument 663 if (window != vp->window) { in window_set() 664 iowrite16(SelectWindow + window, vp->ioaddr + EL3_CMD); in window_set() 665 vp->window = window; in window_set() 671 window_read ## size(struct vortex_private *vp, int window, int addr) \ 676 window_set(vp, window); \ 683 int window, int addr) \ 687 window_set(vp, window); \ 1178 vp->window = -1; in vortex_probe1()
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 33 supports read idle window programming
|
/linux-4.1.27/include/net/irda/ |
D | irlap.h | 178 int window; /* Nr of I-frames allowed to send */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/fsl/ |
D | ifc.txt | 23 the entire access window as configured.
|
/linux-4.1.27/include/linux/bcma/ |
D | bcma_driver_chipcommon.h | 577 u32 window; member 584 u32 window; member
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 28 another 3270 emulator, started from an xterm window on your PC or 69 1. Bring up an x3270 window. 70 2. Use the DIAL command in that window. 132 1. Bring up an x3270 window, or use an actual hardware 3278 or
|
/linux-4.1.27/drivers/input/ |
D | Kconfig | 115 it as a mouse then the mousedev driver needs to know the X window 125 it as a mouse then the mousedev driver needs to know the X window
|
/linux-4.1.27/Documentation/fb/ |
D | vesafb.txt | 124 interface. The visible screen is just a window of the 126 start of the window.
|
D | uvesafb.txt | 60 interface. The visible screen is just a window of the 62 start of the window. This option is available on x86
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | davinci-nand.txt | 16 - offset and length for the access window.
|
/linux-4.1.27/Documentation/rapidio/ |
D | tsi721.txt | 12 destination IDs without need for changes in outbound window translation.
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 337 phs_hdr->window = iucv->msglimit; in afiucv_hs_send() 340 phs_hdr->window = confirm_recv; in afiucv_hs_send() 1957 if (!trans_hdr->window) in afiucv_hs_callback_syn() 1960 niucv->msglimit_peer = trans_hdr->window; in afiucv_hs_callback_syn() 1970 trans_hdr->window = niucv->msglimit; in afiucv_hs_callback_syn() 1999 iucv->msglimit_peer = trans_hdr->window; in afiucv_hs_callback_synack() 2064 atomic_sub(trans_hdr->window, &iucv->msg_sent); in afiucv_hs_callback_win()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | Kconfig | 205 1) A direct mapped window from 0x48000000 to 0x4BFFFFFF (64MB). 219 case due to the indirect nature of the PCI window.
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | PROBLEMS | 49 - Some popup windows (e.g. of the window manager) are not refreshed.
|
/linux-4.1.27/drivers/memory/ |
D | Kconfig | 78 physical addresses that mapped by no local access window
|
/linux-4.1.27/Documentation/frv/ |
D | configuring.txt | 50 window for the use as consistent DMA memory (mainly for PCI). At least a
|
/linux-4.1.27/drivers/powercap/ |
D | intel_rapl.c | 494 u64 window) in set_time_window() argument 503 rapl_write_data_raw(rd, TIME_WINDOW1, window); in set_time_window() 506 rapl_write_data_raw(rd, TIME_WINDOW2, window); in set_time_window()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 1153 __le16 window; member 1159 __le16 window; member 1312 __le16 window; member
|
D | mgmt.h | 391 __le16 window; member
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | signal.c | 46 unsigned int window[4]; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | dax.txt | 41 a large amount of memory through a smaller window, then you cannot
|
/linux-4.1.27/net/bluetooth/ |
D | hci_request.c | 292 param_cp.window = cpu_to_le16(hdev->le_scan_window); in hci_req_add_le_passive_scan()
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_serial.txt | 285 window on the gadget side should appear in the terminal window on
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isdnl2.c | 171 return ((p1 < st->l2.window) && !test_bit(FLG_PEER_BUSY, &st->l2.flag)); in cansend() 414 l2->sow = (l2->sow + 1) % l2->window; in setva() 951 p1 = (p1 + l2->sow) % l2->window; in invoke_retransmission() 1279 p1 = (p1 + l2->sow) % l2->window; in l2_pull_iqueue()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-beagle.dts | 387 reg = <0 0 4>; /* NAND I/O window, 4 bytes */
|
/linux-4.1.27/Documentation/input/ |
D | gameport-programming.txt | 95 the size of a gaussian filter window that is used to eliminate the noise
|
/linux-4.1.27/arch/frv/kernel/ |
D | head-mmu-fr451.S | 251 # need to open a window onto at least part of the RAM for the kernel's use
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 157 window to be twice as large as the actual physical memory.
|