/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | core.c | 33 struct sh_pfc_window *windows; in sh_pfc_map_resources() local 57 windows = devm_kzalloc(pfc->dev, num_windows * sizeof(*windows), in sh_pfc_map_resources() 59 if (windows == NULL) in sh_pfc_map_resources() 63 pfc->windows = windows; in sh_pfc_map_resources() 78 windows->phys = res->start; in sh_pfc_map_resources() 79 windows->size = resource_size(res); in sh_pfc_map_resources() 80 windows->virt = devm_ioremap_resource(pfc->dev, res); in sh_pfc_map_resources() 81 if (IS_ERR(windows->virt)) in sh_pfc_map_resources() 83 windows++; in sh_pfc_map_resources() 99 window = pfc->windows + i; in sh_pfc_phys_to_virt()
|
D | core.h | 39 struct sh_pfc_window *windows; member
|
D | gpio.c | 352 struct sh_pfc_window *window = &pfc->windows[i]; in sh_pfc_register_gpiochip() 369 chip = sh_pfc_add_gpiochip(pfc, gpio_pin_setup, &pfc->windows[i]); in sh_pfc_register_gpiochip()
|
D | pfc-sh73a0.c | 3693 void __iomem *addr = pfc->windows[1].virt + 4; in sh73a0_vccq_mc0_endisable() 3726 void __iomem *addr = pfc->windows[1].virt + 4; in sh73a0_vccq_mc0_is_enabled() 3785 void __iomem *addr = pfc->windows->virt in sh73a0_pinmux_get_bias() 3803 void __iomem *addr = pfc->windows->virt in sh73a0_pinmux_set_bias()
|
D | pfc-r8a73a4.c | 2682 addr = pfc->windows->virt + r8a73a4_portcr_offsets[pin >> 5] + pin; in r8a73a4_pinmux_get_bias() 2701 addr = pfc->windows->virt + r8a73a4_portcr_offsets[pin >> 5] + pin; in r8a73a4_pinmux_set_bias()
|
D | pfc-r8a7778.c | 3095 addr = pfc->windows->virt + pullups[pin].reg; in r8a7778_pinmux_get_bias() 3113 addr = pfc->windows->virt + pullups[pin].reg; in r8a7778_pinmux_set_bias()
|
D | pfc-r8a7740.c | 3711 return pfc->windows->virt + group->offset + pin; in r8a7740_pinmux_portcr()
|
/linux-4.4.14/Documentation/dvb/ |
D | lmedm04.txt | 7 The Sharp 7395 driver can be found in windows/system32/drivers 47 only found in windows/system32/drivers 58 The Sharp 0194 tuner driver can be found in windows/system32/drivers 71 The m88rs2000 tuner driver can be found in windows/system32/drivers
|
D | avermedia.txt | 291 dvbstream and VideoLAN Client on windows works a treat with 296 as all the decoding is being done under windows in software.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mcm.txt | 9 windows are configured. For MCM based devices this is the first 4k 11 number of local access windows as specified by fsl,num-laws. 31 windows for this device.
|
D | ecm.txt | 9 windows are configured. For ECM based devices this is the first 4k 11 number of local access windows as specified by fsl,num-laws. 31 windows for this device.
|
D | srio.txt | 49 Usage: required if local access windows preset 53 setting of the local access windows that are targeted to this
|
D | msi-pic.txt | 104 PAMU primary windows can be divided into 256 subwindows, and each
|
/linux-4.4.14/drivers/pci/ |
D | host-bridge.c | 55 resource_list_for_each_entry(window, &bridge->windows) { in pcibios_resource_to_bus() 80 resource_list_for_each_entry(window, &bridge->windows) { in pcibios_bus_to_resource()
|
D | probe.c | 518 pci_free_resource_list(&bridge->windows); in pci_release_host_bridge_dev() 531 INIT_LIST_HEAD(&bridge->windows); in pci_alloc_host_bridge() 2160 list_move_tail(&window->node, &bridge->windows); in pci_create_root_bus()
|
/linux-4.4.14/Documentation/ |
D | vme_api.txt | 82 The driver can request ownership of one or more master windows, slave windows 96 For slave windows these attributes are split into the VME address spaces that 98 Master windows add a further set of attributes in 'width' specifying the 121 Master windows 124 Master windows provide access from the local processor[s] out onto the VME bus. 125 The number of windows available and the available access modes is dependent on 154 windows. These functions return the number of bytes copied: 181 Slave windows 184 Slave windows provide devices on the VME bus access into mapped portions of the 185 local memory. The number of windows available and the access modes that can be [all …]
|
D | ntb.txt | 6 registers, doorbell registers, and memory translation windows. Scratchpad 10 events. Memory windows allow translated read and write access to the peer
|
D | vfio.txt | 299 2) The hardware supports so called DMA windows - the PCI address range 471 the userspace. The existing hardware supports up to 2 DMA windows, one is 481 the location of DMA windows.
|
D | SubmittingDrivers | 72 are shared with a windows driver kit and you want to
|
D | SubmittingPatches | 396 busy times like merge windows.
|
D | kernel-parameters.txt | 2808 nocrs [X86] Ignore PCI host bridge windows from ACPI. 2859 windows need to be expanded.
|
D | memory-barriers.txt | 1665 used to control MMIO effects on accesses through relaxed memory I/O windows.
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 49 contain two "windows", depending on the value of PCI address bit 59. 54 - For MSIs, we have two windows in the address space (one at the top of 65 Like other PCI host bridges, the Power8 IODA2 PHB supports "windows" 67 window and sixteen M64 windows. They have different characteristics. 92 SR-IOV). We basically use the trick of forcing the bridge MMIO windows 101 - The M64 windows: 114 * Support overlaps. If an address is covered by multiple windows, 146 We would like to investigate using additional M64 windows in "single 191 - Single segmented M64 windows: A segmented M64 window could be used just 197 - Multiple segmented M64 windows: As usual, each window is split into 256 [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 37 size for the address decoding windows allocated for 106 entries for translation that do not correspond to valid windows (S = 0xf) 198 The mbus-node ranges property defines a set of mbus windows that are expected 203 chooses to use a different set of mbus windows, it must ensure that any address 206 The operating system may insert additional mbus windows that do not conflict 210 is needed to set up the other windows.
|
/linux-4.4.14/tools/testing/nvdimm/test/ |
D | nfit.c | 820 dcr->windows = 1; in nfit_test0_setup() 836 dcr->windows = 1; in nfit_test0_setup() 852 dcr->windows = 1; in nfit_test0_setup() 868 dcr->windows = 1; in nfit_test0_setup() 881 bdw->windows = 1; in nfit_test0_setup() 892 bdw->windows = 1; in nfit_test0_setup() 903 bdw->windows = 1; in nfit_test0_setup() 914 bdw->windows = 1; in nfit_test0_setup() 964 dcr->windows = 1; in nfit_test0_setup() 977 bdw->windows = 1; in nfit_test0_setup() [all …]
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | README.maya44 | 113 …lease refer to the block diagram on p.24 of the ESI Maya44 manual, or in the ESI windows software). 125 Bypass: analogue bypass from ADC input to output for channel 1+2. Same as "Monitor" in the windows … 132 This is not supported by the ESI windows driver. 140 They are not supported by the ESI windows driver.
|
D | Audiophile-Usb.txt | 96 are using the device under windows know that this is not how the device is meant to 97 work: under windows applications must be closed before using the m-audio control 318 data I got by usb-snooping the windows and Linux drivers.
|
D | hdspm.txt | 109 Note: Within the windows-driver the latency is accessible of a
|
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
D | suspend.S | 54 @ This guarantees a small windows where DRAM isn't busy
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | mvebu-pci.txt | 16 interfaces, and ranges describing the MBus windows needed to access 37 The ranges describing the MBus windows have the following layout: 52 Since the location and size of the different MBus windows is not fixed in 71 - ranges, translating the MBus windows ranges of the parent node into
|
D | host-generic-pci.txt | 8 presenting a set of fixed windows describing a subset of IO, Memory and
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | iommu.c | 131 struct list_head windows; member 446 list_for_each_entry(window, &(iommu->windows), list) { 510 list_add(&window->list, &iommu->windows); in cell_iommu_setup_window() 561 if (iommu == NULL || list_empty(&iommu->windows)) { in cell_get_iommu_table() 566 window = list_entry(iommu->windows.next, struct iommu_window, list); in cell_get_iommu_table() 760 INIT_LIST_HEAD(&iommu->windows); in cell_iommu_alloc()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | hid-over-i2c.txt | 8 http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx
|
/linux-4.4.14/drivers/staging/vme/devices/ |
D | Kconfig | 8 VME windows in a manner at least semi-compatible with the interface
|
/linux-4.4.14/drivers/video/fbdev/ |
D | s3c-fb.c | 217 struct s3c_fb_win *windows[S3C_FB_MAX_WIN]; member 1485 &sfb->windows[win]); in s3c_fb_probe() 1489 s3c_fb_release_win(sfb, sfb->windows[win]); in s3c_fb_probe() 1529 if (sfb->windows[win]) in s3c_fb_remove() 1530 s3c_fb_release_win(sfb, sfb->windows[win]); in s3c_fb_remove() 1553 win = sfb->windows[win_no]; in s3c_fb_suspend() 1604 win = sfb->windows[win_no]; in s3c_fb_resume() 1619 win = sfb->windows[win_no]; in s3c_fb_resume()
|
D | au1200fb.c | 210 static struct window_settings windows[] = { variable 1632 (window_index >= ARRAY_SIZE(windows))) in au1200fb_setup() 1665 win = &windows[window_index]; in au1200fb_drv_probe()
|
D | Kconfig | 2039 and S3C6410 support 4 hardware windows whereas the S3C24XX series
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-msc | 28 windows is not limited.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | TODO | 32 oplock breaks coming from windows srv. Piggyback identical file 40 i) Finish inotify support so kde and gnome file list windows
|
D | CHANGES | 176 windows server could unlock more bytes (on server copy of file) 210 mounted to windows. Add support for POSIX MkDir (slight performance
|
/linux-4.4.14/Documentation/power/powercap/ |
D | powercap.txt | 167 with two different time windows to be applied to each power zone. Thus for 169 limits and 2 attributes representing the sizes of the time windows. Such that,
|
/linux-4.4.14/arch/sparc/kernel/ |
D | Makefile | 43 obj-$(CONFIG_SPARC32) += windows.o
|
D | wuf.S | 185 st %g0, [%curptr + TI_W_SAVED] ! no windows in the buffer
|
D | etrap_32.S | 106 bne trap_setup_user_spill ! there are some user windows, yuck
|
D | entry.S | 1288 st %g0, [%g6 + TI_W_SAVED] ! no windows saved
|
/linux-4.4.14/include/acpi/ |
D | actbl1.h | 1052 u16 windows; member 1071 u16 windows; member
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-arvo | 35 windows and application keys, to protect the user from the outcome
|
D | sysfs-driver-hid-roccat-isku | 24 windows and application keys, to prevent accidental presses.
|
D | sysfs-driver-hid-roccat-ryos | 85 windows and application keys, to prevent accidental presses.
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-host-generic.c | 235 INIT_LIST_HEAD(&pci->host.windows); in gen_pci_probe()
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | PROBLEMS | 49 - Some popup windows (e.g. of the window manager) are not refreshed.
|
D | Sound-FAQ | 82 values used by the windows driver. A tool to do this is available
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | head.S | 197 wsr a2, ps # (enable reg-windows; progmode stack)
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 23 nodes in a SCIF PCIe "network" to share memory "windows" and to communicate. A
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 306 dcr->region_index, dcr->windows); in add_dcr() 331 bdw->region_index, bdw->windows); in add_bdw() 576 else if (nfit_mem->dcr->windows == 0 in nfit_mem_dcr_init() 577 && nfit_dcr->dcr->windows) in nfit_mem_dcr_init() 1507 ndr_desc->num_lanes = nfit_mem->bdw->windows; in acpi_nfit_init_mapping()
|
D | pci_root.c | 812 resource_list_for_each_entry(entry, &bridge->windows) { in acpi_pci_root_release_info()
|
/linux-4.4.14/Documentation/networking/ |
D | s2io.txt | 90 b. Set TCP windows size to optimal value.
|
D | dccp.txt | 169 the local ackno validity and the remote seqno validity windows (7.5.1).
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp-gp.dts | 80 * MBus windows).
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 24 comfortable X-windows interface, and added a scanning feature. For hack
|
/linux-4.4.14/Documentation/sound/oss/ |
D | mwave | 36 Edit config.sys to have multiple config menus. I have one for windows 95 and
|
/linux-4.4.14/Documentation/input/ |
D | ntrig.txt | 116 The N-Trig windows tools provide calibration and testing routines. Also an
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 457 fairness under large windows while offering both scalability and 462 scalability. Under small congestion windows, binary search 505 with large congestion windows. A table indicates how much to
|
/linux-4.4.14/Documentation/fb/ |
D | sstfb.txt | 141 patterns at the border of your windows (the pixels lose the lowest
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | taishan.dts | 390 large-inbound-windows;
|
D | icon.dts | 293 large-inbound-windows;
|
D | katmai.dts | 283 large-inbound-windows;
|
D | canyonlands.dts | 429 large-inbound-windows;
|
D | glacier.dts | 466 large-inbound-windows;
|
/linux-4.4.14/ |
D | README | 162 "make xconfig" X windows (Qt) based configuration tool. 164 "make gconfig" X windows (GTK+) based configuration tool.
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 96 windows, and (4) rearranges the protection registers to protect all of
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 260 register windows of a calling userspace task onto its stack.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 770 See section 15 for a description of the process of defining windows. 1078 Speakup has the capability of defining and manipulating windows on the 1081 windows are as follows: 1094 windows automatically defined for specific applications.
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 845 unsigned int windows = 1; in task_scan_min() local 848 windows = MAX_SCAN_WINDOW / scan_size; in task_scan_min() 849 floor = 1000 / windows; in task_scan_min()
|
/linux-4.4.14/include/linux/ |
D | pci.h | 412 struct list_head windows; /* resource_entry */ member
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 143 Multiple windows (apertures) allow multiple concurrent accesses, much like
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2392 Read the PCI windows out of the CNB20LE host bridge. This allows
|