/linux-4.1.27/arch/sparc/include/asm/ |
H A D | cacheflush_32.h | 49 /* When a context switch happens we must flush all user windows so that 50 * the windows of the current process are flushed onto its stack. This 51 * way the windows are all clean for the next process and the stack
|
H A D | sigcontext.h | 25 int sigc_oswins; /* outstanding windows */
|
H A D | switch_to_32.h | 9 * Flush windows so that the VM switch which follows
|
H A D | thread_info_32.h | 45 /* A place to store user windows and stack pointers
|
/linux-4.1.27/drivers/iommu/ |
H A D | fsl_pamu_domain.h | 39 * Number of windows assocaited with this domain. 43 * window, without any sub windows. Value can be set/ 50 * windows for a domain. This is allocated only 51 * when the number of windows for the domain are
|
H A D | fsl_pamu_domain.c | 76 pr_debug("Number of windows/geometry not configured for the domain\n"); get_phys_addr() 512 pr_debug("Number of windows not configured\n"); fsl_pamu_window_disable() 551 pr_debug("Number of windows not configured\n"); fsl_pamu_window_enable() 1020 pr_debug("Please configure geometry before setting the number of windows\n"); fsl_pamu_set_windows()
|
H A D | fsl_pamu.c | 327 * @subwin_cnt: number of sub-windows 411 * @subwin_cnt: number of sub-windows associated with dma-window 430 /* setup sub-windows */ pamu_config_spaace()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | windows.c | 0 /* windows.c: Routines to deal with register window management 18 /* Do save's until all user register windows are out of the cpu. */ flush_user_windows() 51 /* Place as many of the user's current register windows 108 /* Try to push the windows in a threads window buffer to the
|
H A D | helpers.S | 20 * windows active inside of the cpu. This allows
|
H A D | etrap_32.S | 106 bne trap_setup_user_spill ! there are some user windows, yuck 107 /* Spill from kernel, but only kernel windows, adjust 178 * we are in now. So therefore, windows 5, 4 and 179 * 3 are user windows. The following sequence 196 * and there exist some user windows to deal with. 197 * A mask of the currently valid user windows
|
H A D | wof.S | 19 * of register windows to the user and kernel. If you touch 66 * where if any user windows are active, at least one bit will 67 * be set in to mask. If no user windows are active, the bitmask 98 /* See if any user windows are active in the set. */ 106 * from kernel mode with only kernel windows in the register 129 /* Wow, user windows have to be dealt with, this is dirty 225 * doing is taking two windows, the invalid one at trap
|
H A D | Makefile | 42 obj-$(CONFIG_SPARC32) += windows.o
|
H A D | wuf.S | 44 * where if any user windows are active, at least one bit will 45 * be set in to mask. If no user windows are active, the bitmask 156 /* Save current in a global while we change windows. */ 185 st %g0, [%curptr + TI_W_SAVED] ! no windows in the buffer
|
H A D | kernel.h | 170 /* windows.c */
|
H A D | rtrap_32.S | 111 /* If there are already live user windows in the
|
H A D | rtrap_64.S | 124 * windows, we have to redo all of these sched+signal checks
|
H A D | head_32.S | 614 /* Patch for killing user windows from the register file. */ 782 * code uses these to keep track of the register windows.
|
/linux-4.1.27/drivers/pci/ |
H A D | host-bridge.c | 55 resource_list_for_each_entry(window, &bridge->windows) { pcibios_resource_to_bus() 80 resource_list_for_each_entry(window, &bridge->windows) { pcibios_bus_to_resource()
|
H A D | setup-bus.c | 876 * Per spec, I/O windows are 4K-aligned, but some window_alignment() 897 * Sizing the IO windows of the PCI-PCI bridge is trivial, 898 * since these windows have 1K or 4K granularity and the IO ranges 1058 * windows are always at least 1MB aligned), so pbus_size_mem()
|
H A D | setup-res.c | 141 dev_info(&dev->dev, "disabling bridge mem windows\n"); pci_disable_bridge_window()
|
H A D | probe.c | 516 pci_free_resource_list(&bridge->windows); pci_release_host_bridge_dev() 529 INIT_LIST_HEAD(&bridge->windows); pci_alloc_host_bridge() 1997 list_move_tail(&window->node, &bridge->windows); resource_list_for_each_entry_safe()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci-mvebu.c | 26 /* Clear all existing windows */ xhci_mvebu_mbus_config() 67 * windows, and is therefore no longer useful. xhci_mvebu_mbus_init_quirk()
|
H A D | ehci-orion.c | 240 * (Re-)program MBUS remapping windows if we are asked to. ehci_orion_drv_probe()
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | video_s3c.h | 5 * Set to the maximum number of windows that any of the supported hardware 40 * controls the initial mode, the number of display windows (0 is always
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
H A D | core.c | 34 struct sh_pfc_window *windows; sh_pfc_map_resources() local 55 /* Allocate memory windows and IRQs arrays. */ sh_pfc_map_resources() 56 windows = devm_kzalloc(pfc->dev, num_windows * sizeof(*windows), sh_pfc_map_resources() 58 if (windows == NULL) sh_pfc_map_resources() 62 pfc->windows = windows; sh_pfc_map_resources() 78 windows->phys = res->start; sh_pfc_map_resources() 79 windows->size = resource_size(res); sh_pfc_map_resources() 80 windows->virt = devm_ioremap_resource(pfc->dev, res); sh_pfc_map_resources() 81 if (IS_ERR(windows->virt)) sh_pfc_map_resources() 83 windows++; sh_pfc_map_resources() 101 /* scan through physical windows and convert address */ sh_pfc_phys_to_virt() 103 window = pfc->windows + i; sh_pfc_phys_to_virt()
|
H A D | core.h | 39 struct sh_pfc_window *windows; member in struct:sh_pfc
|
H A D | gpio.c | 359 struct sh_pfc_window *window = &pfc->windows[i]; sh_pfc_register_gpiochip() 376 chip = sh_pfc_add_gpiochip(pfc, gpio_pin_setup, &pfc->windows[i]); sh_pfc_register_gpiochip()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
H A D | r819xU_cmdpkt.c | 23 * windows driver. 77 * 05/12/2008 amy Create Version 0 porting from windows code. 159 * 05/08/2008 amy Create Version 0 porting from windows code. 171 windows OS. So we have to read the content byte by byte or transfer cmpk_handle_tx_feedback() 225 * 05/12/2008 amy Add this for rtl8192 porting from windows code. 237 windows OS. So we have to read the content byte by byte or transfer cmpk_handle_interrupt_status() 291 * 05/12/2008 amy Create Version 0 porting from windows code. 301 windows OS. So we have to read the content byte by byte or transfer cmpk_handle_query_config_rx() 330 * 05/12/2008 amy Create Version 0 porting from windows code. 393 * 05/12/2008 amy Create Version 0 porting from windows code. 420 * 05/12/2008 amy Create Version 0 porting from windows code. 445 /* Do endian transfer to word alignment(16 bits) for windows system. cmpk_handle_tx_rate_history() 493 * 05/06/2008 amy Create Version 0 porting from windows code.
|
H A D | r8192U_dm.c | 13 2008-05-14 amy create version 0 porting from windows code. 132 /* Initial TX Power Control for near/far range , add by amy 2008/05/15, porting from windows code. */ init_hal_dm() 213 /*Add by amy 2008/05/15 ,porting from windows code.*/ hal_dm_watchdog() 224 /* Add by amy 2008-05-15 porting from windows code. */ hal_dm_watchdog() 262 * 2008/01/11 MH Modify 2T RATR table for different RSSI. 080515 porting by amy from windows code. init_rate_adaptive() 294 * 05/26/08 amy Create version 0 porting from windows code. 1619 * 05/29/2008 amy Create Version 0 porting from windows code. 1682 * 05/15/2008 amy Create Version 0 porting from windows code. 1730 * 05/27/2008 amy Create Version 0 porting from windows code. 1950 * 05/28/2008 amy Create Version 0 porting from windows code. 2369 * 05/28/2008 amy Create Version 0 porting from windows code. 2662 * 05/28/2008 amy Create Version 0 porting from windows code. 2982 * 05/29/2008 amy Create Version 0 porting from windows code. 3028 /* Initial TX Power Control for near/far range , add by amy 2008/05/15, porting from windows code. */ dm_init_dynamic_txpower()
|
/linux-4.1.27/arch/mips/loongson/common/ |
H A D | init.c | 17 /* Loongson CPU address windows config space base address */
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
H A D | qemu_e500.c | 50 * Inbound windows don't cover the full lower 4 GiB qemu_e500_setup_arch() 51 * due to conflicts with PCICSRBAR and outbound windows, qemu_e500_setup_arch()
|
H A D | corenet_generic.c | 73 * Inbound windows don't cover the full lower 4 GiB corenet_gen_setup_arch() 74 * due to conflicts with PCICSRBAR and outbound windows, corenet_gen_setup_arch()
|
H A D | p1022_ds.c | 246 * force the values to simple 32KB GPCM windows with the most p1022ds_set_monitor_port()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | au1200fb.h | 129 /* lcd windows control 0 */ 138 /* lcd windows control 1 */ 168 /* lcd windows control 2 */ 191 /* lcd windows buffer control */ 415 /* lcd windows control 0 */ 424 /* lcd windows control 1 */ 454 /* lcd windows control 2 */ 477 /* lcd windows buffer control */
|
H A D | s3c-fb.c | 72 * @nr_windows: The number of windows. 197 * @enabled: A bitmask of enabled hardware windows. 200 * @windows: The hardware windows that have been claimed. 217 struct s3c_fb_win *windows[S3C_FB_MAX_WIN]; member in struct:s3c_fb 844 * main LCD interface, as if there are no active windows then s3c_fb_blank() 1171 * windows. 1377 dev_err(dev, "too many windows, cannot attach\n"); s3c_fb_probe() 1443 dev_dbg(dev, "got resources (regs %p), probing windows\n", sfb->regs); s3c_fb_probe() 1462 /* zero all windows before we do anything */ s3c_fb_probe() 1485 &sfb->windows[win]); s3c_fb_probe() 1489 s3c_fb_release_win(sfb, sfb->windows[win]); s3c_fb_probe() 1529 if (sfb->windows[win]) s3c_fb_remove() 1530 s3c_fb_release_win(sfb, sfb->windows[win]); s3c_fb_remove() 1553 win = sfb->windows[win_no]; s3c_fb_suspend() 1598 /* zero all windows before we do anything */ s3c_fb_resume() 1604 win = sfb->windows[win_no]; s3c_fb_resume() 1619 win = sfb->windows[win_no]; s3c_fb_resume()
|
H A D | au1200fb.c | 171 /* Default window configuration entry to use (see windows[]) */ 210 static struct window_settings windows[] = { variable in typeref:struct:window_settings 778 /* Make sure all windows disabled */ au1200_setpanel() 1061 /* FIX!!!! what are the implicaitons of ignoring this for windows ??? */ au1200fb_fb_check_var() 1527 /* fixme: we're setting up LCD controller windows, so these dont give a au1200fb_init_fbinfo() 1632 (window_index >= ARRAY_SIZE(windows))) au1200fb_setup() 1665 win = &windows[window_index]; au1200fb_drv_probe()
|
/linux-4.1.27/drivers/media/rc/keymaps/ |
H A D | rc-fusionhdtv-mce.c | 53 MS windows logo on remote */
|
/linux-4.1.27/arch/sparc/lib/ |
H A D | copy_in_user.S | 28 * to copy register windows around during thread cloning.
|
/linux-4.1.27/drivers/bus/ |
H A D | mvebu-mbus.c | 15 * on the families, there are between 8 and 20 configurable windows, 21 * either 2 (for Dove) or 4 (for other families) windows to map the 26 * - Reads out the SDRAM address decoding windows at initialization 30 * address decoding windows. This is because devices also have their 31 * own windows (configured through registers that are part of each 33 * devices have to configure those device -> SDRAM windows to ensure 37 * dynamically add or remove address decoding windows for the CPU -> 43 * see the list of CPU -> SDRAM windows and their configuration 44 * (file 'sdram') and the list of CPU -> devices windows and their 107 /* Maximum number of windows, for all known platforms */ 170 * Functions to manipulate the address decoding windows 522 * windows, with 4 registers of 32 bits per window (ctrl, armada_370_xp_mbus_win_cfg_offset() 528 * windows, with only 2 registers of 32 bits per window armada_370_xp_mbus_win_cfg_offset() 727 * Some variants of Orion5x have 4 remappable windows, some other have 1026 pr_err("cannot add window '%04x:%04x', too many windows\n", mbus_dt_setup_win() 1206 /* Setup statically declared windows in the DT */ mvebu_mbus_dt_init()
|
/linux-4.1.27/include/pcmcia/ |
H A D | ss.h | 70 /* Flags for I/O port and memory windows */ 80 /* Use this just for bridge windows */ 108 /* Maximum number of IO windows per socket */ 111 /* Maximum number of memory windows per socket */
|
/linux-4.1.27/include/linux/ |
H A D | virtio_ring.h | 15 * accesses through relaxed memory I/O windows, so smp_mb() et al are
|
H A D | mbus.h | 26 * required to support at least 4 decode windows.
|
H A D | pe.h | 150 /* "windows" header */ 184 /* "windows" header */
|
H A D | iommu.h | 96 * -number of windows must be power of 2, and address space size 97 * of each window is determined by aperture size / # of windows
|
H A D | tcp.h | 247 u32 pushed_seq; /* Last pushed seq, required to talk to windows */
|
/linux-4.1.27/arch/arm/plat-orion/include/plat/ |
H A D | addr-map.h | 17 const int num_wins; /* Total number of windows */
|
/linux-4.1.27/scripts/kconfig/ |
H A D | nconf.h | 78 /* this changes the windows attributes !!! */
|
H A D | nconf.gui.c | 146 /* this changes the windows attributes !!! */ print_in_middle() 283 /* create the windows */ btn_dialog() 395 /* create the windows */ dialog_inputbox() 533 /* refresh all windows in the correct order */ refresh_all_windows()
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | tina2.h | 27 /* The windows driver does not use this register,
|
/linux-4.1.27/arch/mips/bmips/ |
H A D | dma.c | 23 * BCM338x has configurable address translation windows which allow the
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
H A D | isph3a_aewb.c | 102 /* Number of configured windows + extra row for black data */ h3a_aewb_get_buf_size() 106 * Unsaturated block counts for each 8 windows. h3a_aewb_get_buf_size() 107 * 1 extra for the last (win_count % 8) windows if win_count is not h3a_aewb_get_buf_size()
|
/linux-4.1.27/drivers/ntb/ |
H A D | ntb_hw.h | 180 * ntb_max_mw() - return the max number of memory windows 183 * Given the ntb pointer, return the maximum number of memory windows 185 * RETURNS: the maximum number of memory windows
|
/linux-4.1.27/drivers/pci/host/ |
H A D | pci-host-generic.c | 180 /* Map our Configuration Space windows */ gen_pci_parse_map_cfg_windows() 246 INIT_LIST_HEAD(&pci->host.windows); gen_pci_probe() 254 /* Parse and map our Configuration Space windows */ gen_pci_probe()
|
H A D | pci-mvebu.c | 188 /* First, disable and clear BARs and windows. */ mvebu_pcie_setup_wins() 205 /* Setup windows for DDR banks. Count total DDR size on the fly. */ mvebu_pcie_setup_wins() 237 /* Point PCIe unit MBUS decode windows to DRAM space. */ mvebu_pcie_setup_hw() 295 * Remove windows, starting from the largest ones to the smallest 311 * MBus windows can only have a power of two size, but PCI BARs do not 779 * On the PCI-to-PCI bridge side, the I/O windows must have at mvebu_pcie_align_resource() 780 * least a 64 KB size and the memory windows must have at mvebu_pcie_align_resource() 781 * least a 1 MB size. Moreover, MBus windows need to have a mvebu_pcie_align_resource() 784 * power of two size, several MBus windows will actually be mvebu_pcie_align_resource()
|
H A D | pci-versatile.c | 189 * Configure the PCI inbound memory windows to be 1:1 mapped to SDRAM versatile_pci_probe()
|
/linux-4.1.27/arch/arm/plat-orion/ |
H A D | pcie.c | 132 * First, disable and clear BARs and windows. orion_pcie_setup_wins() 151 * Setup windows for DDR banks. Count total DDR size on the fly. orion_pcie_setup_wins() 187 * Point PCIe unit MBUS decode windows to DRAM space. orion_pcie_setup()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | sdhci-msm.c | 195 /* Check if cycle exist between 2 valid windows */ msm_find_most_appropriate_phase() 209 /* If 2 valid windows form cycle then merge them as single window */ msm_find_most_appropriate_phase() 218 * If there are more than 1 phase windows then total msm_find_most_appropriate_phase() 219 * number of phases in both the windows should not be msm_find_most_appropriate_phase() 224 /* Merge 2 cyclic windows */ msm_find_most_appropriate_phase()
|
H A D | mvsdio.c | 797 /* (Re-)program MBUS remapping windows if we are asked to. */ mvsd_probe()
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | mv64x60.c | 276 * ENET, MPSC, and IDMA ctlrs on the MV64x60 have separate windows that 278 * Configure them to be same as cpu->memory windows. 285 /* Disable ctlr->mem windows */ mv64x60_config_ctlr_windows() 416 /* Disable all windows but PCI MEM -> Bridge's regs window */ mv64x60_config_pci_windows() 424 /* If mem_size is 0, leave windows disabled */ mv64x60_config_pci_windows()
|
H A D | cuboot-c2k.c | 59 enables |= 0x007ffe00; /* Disable all cpu->pci windows */ c2k_bridge_setup()
|
H A D | prpmc2800.c | 363 enables |= 0x0007fe00; /* Disable all cpu->pci windows */ prpmc2800_bridge_setup()
|
/linux-4.1.27/arch/arm/mach-integrator/ |
H A D | pci_v3.c | 49 * the V3 only has two windows (therefore we need to map stuff on the fly), 222 * The V3 PCI interface chip in Integrator provides several windows from 224 * are not really enough windows for our usage, therefore we reuse 225 * one of the windows for access to PCI configuration space. The 235 * There are three V3 windows, each described by a pair of V3 registers. 261 * To make this work, the code depends on overlapping windows working. 271 * the windows currently mapped by LB_BASE1/LB_MAP1 so that it can
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | ark3116.c | 111 * because windows did the same. Assume that is not really calc_divisor() 313 * but windows does this as well. ark3116_set_termios() 694 * ark3116.c driver, disassembling the windows driver, and some lucky 729 * The windows driver limits the registers to 0-F, so I assume there 749 * tell, the windows driver does NOT use this, so there might be some 782 * Somekind of baudrate override. The windows driver seems to set
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | process.c | 182 * any live address register windows. If we just copy those live frames over, 186 * ones, before the child overflows its now old copies of its parent windows). 187 * One solution is to spill windows to the parent stack, but that's fairly
|
H A D | head.S | 197 wsr a2, ps # (enable reg-windows; progmode stack)
|
H A D | signal.c | 50 * Flush register windows stored in pt_regs to stack.
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimd.c | 51 * size control register for hardware windows 0 and alpha control register 52 * for hardware windows 1 ~ 4 55 /* size control register for hardware windows 1 ~ 2. */ 88 /* FIMD has totally five hardware windows. */ 653 /* protect windows */ fimd_win_commit() 728 /* Enable DMA channel and unprotect windows */ fimd_win_commit() 753 /* protect windows */ fimd_win_disable() 761 /* unprotect windows */ fimd_win_disable() 861 * We need to make sure that all windows are disabled before we fimd_poweroff()
|
H A D | exynos7_drm_decon.c | 429 /* protect windows */ decon_win_commit() 503 /* Enable DMA channel and unprotect windows */ decon_win_commit() 530 /* protect windows */ decon_win_disable() 538 /* unprotect windows */ decon_win_disable() 677 * We need to make sure that all windows are disabled before we decon_poweroff()
|
H A D | exynos_drm_vidi.c | 30 /* vidi has totally three virtual windows. */
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 131 struct list_head windows; member in struct:cbe_iommu 135 * each contains a list of windows, keyed from dma_window property 444 /* todo: check for overlapping (but not equal) windows) */ 446 list_for_each_entry(window, &(iommu->windows), list) { 504 list_add(&window->list, &iommu->windows); cell_iommu_setup_window() 555 if (iommu == NULL || list_empty(&iommu->windows)) { cell_get_iommu_table() 560 window = list_entry(iommu->windows.next, struct iommu_window, list); cell_get_iommu_table() 734 /* XXX todo: If we can have multiple windows on the same IOMMU, which cell_iommu_alloc() 754 INIT_LIST_HEAD(&iommu->windows); cell_iommu_alloc()
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
H A D | pci.c | 415 * First, disable windows. orion5x_setup_pci_wins() 421 * Setup windows for DDR banks. orion5x_setup_pci_wins() 456 * Re-enable decode windows. orion5x_setup_pci_wins() 471 * Point PCI unit MBUS decode windows to DRAM space. pci_setup()
|
H A D | common.c | 223 * The PCIe windows will no longer be statically allocated orion5x_setup_wins()
|
/linux-4.1.27/arch/arm/mach-tegra/ |
H A D | iomap.h | 101 * two 256MB io windows (that actually only use about 64KB
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
H A D | platform.h | 33 * 32MB windows and the CS offset for each region changes based on the
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | floppy.h | 102 * about the PCI DMA windows and forcing the floppy to start doing
|
H A D | core_apecs.h | 26 both windows to max out the physical memory we can DMA to. Sigh... 30 BIOS ROMs. So we must put the windows high enough to avoid these areas.
|
/linux-4.1.27/drivers/sh/intc/ |
H A D | access.c | 19 /* scan through physical windows and convert address */ intc_phys_to_virt() 35 /* no windows defined, register must be 1:1 mapped virt:phys */ intc_phys_to_virt()
|
/linux-4.1.27/arch/mips/pci/ |
H A D | pci-malta.c | 123 /* Cannot support multiple windows, use the wider. */ mips_pcibios_init() 170 /* Combine as many adjacent windows as possible. */ mips_pcibios_init()
|
H A D | pci-bcm63xx.c | 249 /* disable second access windows */ bcm63xx_register_pci()
|
H A D | pci-ip27.c | 102 * swap pio's to pci mem and io space (big windows) bridge_probe()
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | addrs.h | 187 * space. They define the location of the big and little windows 214 * space. They define the location of the big and little windows
|
H A D | pic.h | 24 * device registers and windows, now only supporting devices 0,1,2, and 25 * 3. PIC did leave all 8 configuration space windows. The reason was
|
/linux-4.1.27/arch/m68k/coldfire/ |
H A D | pci.c | 285 * Set up the initiator windows for memory and IO mapping. mcf_pci_init() 297 * Set up the target windows for access from the PCI bus back to the mcf_pci_init()
|
/linux-4.1.27/arch/arm/mach-dove/ |
H A D | common.c | 341 * The PCIe windows will no longer be statically allocated dove_setup_cpu_wins() 343 * non-PCIe windows will no longer be created here once Dove dove_setup_cpu_wins()
|
/linux-4.1.27/net/dccp/ |
H A D | minisocks.c | 109 * activation below, as these windows all depend on the local dccp_create_openreq_child() 119 * Activate features: initialise CCIDs, sequence windows etc. dccp_create_openreq_child()
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | vpx3220.c | 194 * mode, latch windows */ 212 * mode, latch windows */ 229 * mode, latch windows */
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-encoder.c | 167 timeout (windows driver always uses 0x00060000 except for one pvr2_encoder_cmd() 353 /* This inexplicable bit happens in the Hauppauge windows pvr2_encoder_prep_config() 366 /* Mike Isely <isely@pobox.com> 26-Jan-2006 The windows driver pvr2_encoder_prep_config()
|
/linux-4.1.27/arch/x86/pci/ |
H A D | acpi.c | 151 printk(KERN_INFO "PCI: %s host bridge windows from ACPI; " pci_acpi_crs_quirks() 270 * I don't like throwing away windows because then resource_list_for_each_entry() 330 resource_list_for_each_entry(entry, &bridge->windows) { release_pci_root_info()
|
H A D | sta2x11-fixup.c | 300 /* Disable all the other windows */ sta2x11_map_ep()
|
/linux-4.1.27/arch/arm/common/ |
H A D | dmabounce.c | 5 * limited DMA windows. These functions utilize bounce buffers to 10 * DMA windows will require custom implementations that reserve memory 578 MODULE_DESCRIPTION("Special dma_{map/unmap/dma_sync}_* routines for systems with limited DMA windows");
|
/linux-4.1.27/drivers/net/usb/ |
H A D | plusb.c | 95 * FIXME be more like "naplink" or windows drivers. pl_reset()
|
H A D | kalmia.c | 41 * the behavior of the windows driver for the modem.
|
/linux-4.1.27/drivers/media/radio/ |
H A D | radio-maxiradio.c | 9 * the windows driver (radio.dll).
|
H A D | dsbr100.c | 7 * strength, and indeed the windows software appearantly just looks 11 * Also, the windows program sends oodles of messages over to the
|
H A D | radio-ma901.c | 387 * and windows program just emulate it using volume control. usb_ma901radio_probe()
|
/linux-4.1.27/arch/xtensa/oprofile/ |
H A D | backtrace.c | 59 * valid windows. xtensa_backtrace_user()
|
/linux-4.1.27/fs/ntfs/ |
H A D | quota.c | 92 * This is verified on WinXP to be sufficient to cause windows to ntfs_mark_quotas_out_of_date()
|
H A D | usnjrnl.h | 62 * need to let windows know that the transaction log is out of date. To do
|
/linux-4.1.27/fs/ocfs2/ |
H A D | reservations.c | 533 * the gaps in between windows for a place to __ocfs2_resv_find_window() 665 * windows. ocfs2_cannibalize_resv() 739 * windows. Otherwise, we run the risk of fragmenting the ocfs2_resmap_resv_bits() 750 * ping-ponging of windows due to non-reserved space ocfs2_resmap_resv_bits()
|
H A D | localalloc.c | 85 * code functions more efficiently as it can reserve more windows for 166 * OCFS2_LA_MAX_DEFAULT_MB windows. ocfs2_la_default_mb() 625 * our own in order to shift windows.
|
/linux-4.1.27/include/uapi/linux/ |
H A D | v4l2-subdev.h | 144 * Hardware may use multiple helper windows to process a video stream.
|
/linux-4.1.27/arch/powerpc/sysdev/ |
H A D | fsl_pci.h | 83 * in all of the other outbound windows.
|
H A D | ppc4xx_pci.c | 260 /* Setup outbound memory windows */ ppc4xx_configure_pci_PMMs() 265 /* we only care about memory windows */ ppc4xx_configure_pci_PMMs() 379 /* Disable all windows */ ppc4xx_probe_pci_bridge() 461 /* Setup outbound memory windows */ ppc4xx_configure_pcix_POMs() 466 /* we only care about memory windows */ ppc4xx_configure_pcix_POMs() 554 if (of_get_property(np, "large-inbound-windows", NULL)) ppc4xx_probe_pcix_bridge() 587 /* Disable all windows */ ppc4xx_probe_pcix_bridge() 1491 /* Disable all other outbound windows */ ppc4xx_pciex_port_init_mapping() 1801 /* Setup outbound memory windows */ ppc4xx_configure_pciex_POMs() 1806 /* we only care about memory windows */ ppc4xx_configure_pciex_POMs()
|
H A D | fsl_rio.c | 255 /* 16MB maintenance windows possible */ fsl_rio_config_write() 286 /* close inbound windows */ fsl_rio_inbound_mem_init()
|
H A D | fsl_pci.c | 204 /* Disable all windows (except powar0 since it's ignored) */ setup_pci_atmu() 398 /* adjusting outbound windows could reclaim space in mem map */ setup_pci_atmu() 824 /* Walk the Root Complex Inbound windows to match IMMR base */ fsl_pci_immrbar_base()
|
/linux-4.1.27/arch/sh/drivers/pci/ |
H A D | pci-sh7751.c | 119 /* Set IO and Mem windows to local address sh7751_pci_init()
|
H A D | pcie-sh7786.c | 437 * We can't use the 32-bit mode windows in legacy 29-bit pcie_init()
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | m54xxpci.h | 96 * The initiator windows hold the memory and IO mapping information.
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
H A D | suspend.S | 54 @ This guarantees a small windows where DRAM isn't busy
|
/linux-4.1.27/drivers/media/tuners/ |
H A D | it913x.c | 331 /* XXX: latest windows driver does not set that at all */ it913x_set_params() 349 /* XXX: latest windows driver sets different value (a8 != 68) */ it913x_set_params()
|
/linux-4.1.27/drivers/media/usb/hdpvr/ |
H A D | hdpvr-core.c | 116 /* try to init the device like the windows driver */ device_authorization() 338 * packet size is 512 bytes, windows driver uses 8192 */ hdpvr_probe()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg.c | 169 * A word about sliding windows: 170 * MBAR0 is divided into sliding windows A, C and B, in that order.
|
H A D | aic94xx_hwi.c | 159 /* ---------- Sliding windows ---------- */ 182 /* Set sliding windows A, B and C to point to proper internal asd_init_sw()
|
/linux-4.1.27/include/video/ |
H A D | samsung_fimd.h | 237 /* DMA channels (all windows) */ 239 /* Local input channels (windows 0-2) */
|
/linux-4.1.27/fs/ext2/ |
H A D | balloc.c | 184 * windows. 195 * windows(start, end). Otherwise, it will only print out the "bad" windows, 196 * those windows that overlap with their immediate neighbors. 288 * Returns NULL if there are no windows or if all windows start after the goal. 881 * reservation windows.
|
/linux-4.1.27/drivers/staging/vme/devices/ |
H A D | vme_user.c | 68 * even support the tsi148 chipset (which has 8 master and 8 slave windows). 795 /* For ca91cx42 bridge there are only two slave windows vme_user_probe() 797 * by all windows. vme_user_probe() 889 /* Ensure counter set correcty to unalloc all master windows */ vme_user_probe() 899 * Ensure counter set correcty to unalloc all slave windows and buffers vme_user_probe()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 847 dev_info(&dev->dev, "ibm,query-pe-dma-windows(%x) %x %x %x" query_ddw() 897 * If the PE supports dynamic dma windows, and there is space for a table 954 * whole partition. Query returns number of windows, largest enable_ddw() 965 * no additional windows are available for this device. enable_ddw() 969 dev_dbg(&dev->dev, "no free dynamic windows"); enable_ddw()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
H A D | channel.h | 178 * that windows guest can look at the FeatureFlags in the io channel, 179 * and configure the windows driver to use interrupts or not based on 260 * guest windows driver */
|
H A D | iochannel.h | 289 * needed by windows guests */ 573 * For windows guests, this is a pointer to a location that a waiting 620 * For windows guests, this is a pointer to a location that a waiting
|
/linux-4.1.27/tools/thermal/tmon/ |
H A D | tui.c | 91 /* must delete panels before their attached windows */ close_windows() 166 * be doing resizing, so just replace windows with new ones, old ones setup_windows()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.h | 49 NCCTRL_WIN = 32, /* # of congestion control windows */
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.h | 199 u8 mw_enabled; /* Enable memory windows */
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
H A D | saa7164-types.h | 42 /* This is DWORD aligned on windows but I can't find the right
|
H A D | saa7164-dvb.c | 139 /* Firmware is very windows centric, meaning you have to transition
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
H A D | af9005-script.h | 3 extracted from AF05BDA.sys (windows driver):
|
H A D | friio-fe.c | 180 /* but the USB log on a windows box contains them */ jdvbt90502_pll_set_freq()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | finepix.c | 34 /* Maximum transfer size to use. The windows driver reads by chunks of
|
H A D | cpia1.c | 683 params->yuvThreshold.yThreshold = 6; /* From windows driver */ reset_camera_params() 684 params->yuvThreshold.uvThreshold = 6; /* From windows driver */ reset_camera_params() 693 params->compressionTarget.targetFR = 15; /* From windows driver */ reset_camera_params() 694 params->compressionTarget.targetQ = 5; /* From windows driver */ reset_camera_params() 747 msleep_interruptible(40); /* windows driver does it too */ goto_high_power()
|
H A D | sonixb.c | 240 /* HDG: Note windows uses the line below, which sets both register 0x60 242 those of the ov7630, because if this is true the windows settings 244 matches my findings that the windows settings make blue much too
|
H A D | spca561.c | 238 {0x04, 0x8802}, /* windows uses 08 */ 248 {0x07, 0x8201}, /* windows uses 02 */
|
H A D | touptek.c | 531 /* Largest size the windows driver uses */ sd_config()
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
H A D | usbtv-audio.c | 243 /* The original windows driver sometimes sends also: usbtv_audio_stop()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | mite.h | 201 { /* number of io windows */ mite_csigr_iowins()
|
H A D | mite.c | 138 * 0x1f and bursts didn't work. The NI windows driver reads the mite_setup2()
|
H A D | daqboard2000.c | 46 a. program the FPGA (windows code sans a lot of error messages)
|
/linux-4.1.27/drivers/staging/fbtft/ |
H A D | fb_upd161704.c | 92 /* windows setting */ init_display()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | pcmcia_resource.c | 36 /* Access speed for IO windows */ 98 * Special stuff for managing IO windows, because they are scarce 591 /* Configure I/O windows */ pcmcia_enable_device() 915 dev_dbg(&p_dev->dev, "all windows are used already\n"); pcmcia_request_window()
|
H A D | cs.c | 58 /* Access speed for attribute memory windows */
|
/linux-4.1.27/drivers/bcma/ |
H A D | host_pci.c | 27 * used. It makes use of fixed windows when possible. */ bcma_host_pci_provide_access_to_core()
|
/linux-4.1.27/include/uapi/drm/ |
H A D | r128_drm.h | 167 int pfAllowPageFlip; /* number of 3d windows (0,1,2 or more) */
|
/linux-4.1.27/include/uapi/linux/dvb/ |
H A D | osd.h | 97 OSD_OpenRaw, // Open other types of OSD windows
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
H A D | ppc476.c | 215 /* No need to check the DMA config as we /know/ our windows are all of ppc47x_setup_arch()
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
H A D | addrs.h | 99 * space. They define the location of the big and little windows
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | dma.c | 154 * they have limited DMA windows dma_direct_dma_supported()
|
H A D | pci-common.c | 105 * for memory or I/O windows of the associated P2P bridge. 106 * By default, 4KiB alignment for I/O windows and 1MiB for 107 * memory windows.
|
/linux-4.1.27/arch/arm/mach-versatile/ |
H A D | pci.c | 291 * Configure the PCI inbound memory windows to be 1:1 mapped to SDRAM pci_versatile_setup()
|
/linux-4.1.27/arch/arm/plat-iop/ |
H A D | pci.c | 301 /* Clear the outbound windows */ iop3xx_atu_disable()
|
/linux-4.1.27/net/dccp/ccids/ |
H A D | ccid2.c | 286 * (ii) it is expressed in # of packets, not # of windows, so the ccid2_hc_tx_packet_sent() 288 * comes up with the number K = cwnd / (R^2 - R) of consecutive windows ccid2_hc_tx_packet_sent() 301 /* Ack Ratio. Need to maintain a concept of how many windows we sent */ ccid2_hc_tx_packet_sent() 719 /* Use larger initial windows (RFC 4341, section 5). */ ccid2_hc_tx_init()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_illinois.c | 130 * For larger windows, adjust based on average delay.
|
/linux-4.1.27/sound/soc/kirkwood/ |
H A D | kirkwood-dma.c | 87 /* First disable and clear windows */ kirkwood_dma_conf_mbus_windows()
|
/linux-4.1.27/fs/ext3/ |
H A D | balloc.c | 192 * windows. 203 * windows(start, end). Otherwise, it will only print out the "bad" windows, 204 * those windows that overlap with their immediate neighbors. 296 * Returns NULL if there are no windows or if all windows start after the goal. 1095 * reservation windows.
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | pcmciamtd.c | 489 /* Request a memory window for PCMCIA. Some architeures can map windows pcmciamtd_config() 492 * smaller windows until we succeed pcmciamtd_config()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-lenovo.c | 298 report->field[1]->value[0] = 0x03; // unknown setting, imitate windows driver lenovo_features_set_tpkbd() 605 // set same default values as windows driver lenovo_probe_tpkbd()
|
/linux-4.1.27/arch/ia64/pci/ |
H A D | pci.c | 256 unsigned int *windows = (unsigned int *) data; count_window() local 262 (*windows)++; count_window()
|
/linux-4.1.27/drivers/media/usb/gspca/m5602/ |
H A D | m5602_s5k83a.c | 220 if it got rotated. This is how the windows driver does it so we have s5k83a_start()
|
/linux-4.1.27/drivers/scsi/ |
H A D | vmw_pvscsi.h | 309 * delivery mode (such as windows), we use this "hint" to deliver the
|
/linux-4.1.27/drivers/staging/unisys/include/ |
H A D | uisqueue.h | 222 * guest linux/windows IO drivers when data channel queue for
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
H A D | loongson.h | 284 * address windows configuration module
|
/linux-4.1.27/drivers/hv/ |
H A D | hv.c | 47 * query_hypervisor_info - Get version info of the windows hypervisor
|
H A D | hyperv_vmbus.h | 430 * http://msdn.microsoft.com/en-us/library/windows/hardware/ff542653%28v=vs.85%29.aspx
|
/linux-4.1.27/drivers/vme/bridges/ |
H A D | vme_ca91cx42.c | 1678 /* Add master windows to list */ ca91cx42_probe() 1705 /* Add slave windows to list */ ca91cx42_probe() 1723 /* Only windows 0 and 4 support A16 */ ca91cx42_probe() 1879 /* Turn off the windows */ ca91cx42_remove()
|
H A D | vme_tsi148.c | 925 "enabled windows\n"); tsi148_master_set() 2453 /* Add master windows to list */ tsi148_probe() 2483 /* Add slave windows to list */ tsi148_probe() 2671 * Shutdown all inbound and outbound windows. tsi148_remove()
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pci.c | 257 /* Memory windows */ mpc52xx_pci_setup()
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | icswx.c | 45 * Each HFI have multiple windows. Each HFI window serves as a
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | dma-mapping.h | 283 * and utilize bounce buffers as needed to work around limited DMA windows.
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
H A D | common-pci.c | 367 * We configure the PCI inbound memory windows to be ixp4xx_pci_preinit()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | core_apecs.c | 345 * Set up the PCI to main memory translation windows. apecs_init_arch()
|
H A D | pci.c | 327 in the iommu windows. */ common_init_pci()
|
H A D | core_marvel.c | 273 * Set up the PCI to main memory translation windows. io7_init_hose() 282 * TBIA before modifying windows. io7_init_hose() 330 * TBIA after modifying windows.
|
H A D | core_lca.c | 270 * Set up the PCI to main memory translation windows. lca_init_arch()
|
H A D | core_mcpcia.c | 362 * Set up the PCI->physical memory translation windows. mcpcia_startup_hose()
|
H A D | core_t2.c | 452 * Set up the PCI->physical memory translation windows. t2_init_arch()
|
H A D | core_tsunami.c | 312 * Set up the PCI to main memory translation windows. tsunami_init_one_pchip()
|
H A D | core_wildfire.c | 102 * Set up the PCI to main memory translation windows. wildfire_init_hose()
|
H A D | core_cia.c | 594 /* Save DMA windows configuration. */ cia_save_srm_settings() 715 * Set up the PCI to main memory translation windows. do_init_arch()
|
/linux-4.1.27/sound/pci/aw2/ |
H A D | aw2-saa7146.c | 124 /* The following comes from original windows driver. snd_aw2_saa7146_setup()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
H A D | vpbe_osd.c | 917 * This routine disables RGB888 pixel format for both video windows. _osd_disable_vid_rgb888() 950 * The caller must ensure that all windows using YC pixfmt use the same _osd_set_cbcr_order() 1407 * Other code relies on the fact that OSD windows default to a osd_init_layer()
|
/linux-4.1.27/drivers/media/radio/si4713/ |
H A D | radio-usb-si4713.c | 239 button in the windows application */
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | i18n.c | 254 [MSG_KEYNAME_CYCLEWINDOWS] = "cycle windows",
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
H A D | trx.c | 346 * Notice: this is diff with windows define rtl8723e_rx_query_desc()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom.c | 350 * b/c this open up a small windows where hw DMA may page fault usnic_uiom_reg_get()
|
/linux-4.1.27/arch/tile/include/gxio/ |
H A D | trio.h | 27 * windows, and device interrupts. The following sections introduce
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | utosi.c | 80 * for this string. Basically, the only safe OS strings are windows-related
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | ether.c | 137 * use this ID ... the windows INF files will know it. Unless it's
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
H A D | addrs.h | 85 * space. They define the location of the big and little windows
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
H A D | xprt_rdma.h | 286 struct list_head rb_mws; /* optional memory windows/fmrs/frmrs */
|
/linux-4.1.27/sound/pci/ |
H A D | azt3328.h | 177 * PC activity such as switching windows (PCI traffic??
|
/linux-4.1.27/sound/usb/6fire/ |
H A D | control.c | 33 * values dumped from windows driver and filtered by trial'n'error.
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
H A D | mem.c | 518 /* There can be no memory windows */ c4iw_reregister_phys_mem() 959 /* There can be no memory windows */ c4iw_dereg_mr()
|
/linux-4.1.27/sound/pci/ca0106/ |
H A D | ca0106.h | 302 * e.g. mouse moving, changing between app windows etc. 304 * same as the windows driver does.
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 262 * @invalid_sync_windows: Number of sync windows with bad durations. 263 * @undersize_sync_windows: Number of corrected sync windows that are too small 264 * @oversize_sync_windows: Number of corrected sync windows that are too large
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_hdr.h | 399 /* all are 1MB windows */
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-i2c.c | 23 from the Hauppauge windows driver. Older ivtv versions used i2c-algo-bit,
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
H A D | em28xx.h | 179 windows requests only 64 packets .. so we better do the same
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
H A D | stk-sensor.c | 62 /* This is what the driver writes in windows */
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_nx.h | 336 #define QLA82XX_PCI_CRB_WINDOWSIZE 0x00100000 /* all are 1MB windows */
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.h | 361 #define QLA82XX_PCI_CRB_WINDOWSIZE 0x00100000 /* all are 1MB windows */
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
H A D | trx.c | 473 * Notice: this is diff with windows define rtl88ee_rx_query_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
H A D | trx.c | 401 * Notice: this is diff with windows define rtl92ce_rx_query_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
H A D | trx.c | 423 * Notice: this is diff with windows define rtl92ee_rx_query_desc()
|