/linux-4.1.27/fs/lockd/ |
D | svcshare.c | 20 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument 22 return share->s_owner.len == oh->len in nlm_cmp_owner() 23 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner() 30 struct nlm_share *share; in nlmsvc_share_file() local 34 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 35 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file() 37 if ((argp->fsm_access & share->s_mode) in nlmsvc_share_file() 38 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file() 42 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file() 44 if (share == NULL) in nlmsvc_share_file() [all …]
|
D | svc4proc.c | 500 PROC(share, shareargs, shareres, args, res, Ck+St+1),
|
D | svcproc.c | 544 PROC(share, shareargs, shareres, args, res, Ck+St+1),
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750.c | 189 struct lynx_share *share; in lynxfb_ops_fillrect() local 197 share = par->share; in lynxfb_ops_fillrect() 212 if (share->dual) in lynxfb_ops_fillrect() 213 spin_lock(&share->slock); in lynxfb_ops_fillrect() 215 share->accel.de_fillrect(&share->accel, in lynxfb_ops_fillrect() 220 if (share->dual) in lynxfb_ops_fillrect() 221 spin_unlock(&share->slock); in lynxfb_ops_fillrect() 228 struct lynx_share *share; in lynxfb_ops_copyarea() local 232 share = par->share; in lynxfb_ops_copyarea() 244 if (share->dual) in lynxfb_ops_copyarea() [all …]
|
D | sm750_hw.c | 27 int hw_sm750_map(struct lynx_share* share, struct pci_dev* pdev) in hw_sm750_map() argument 33 spec_share = container_of(share, struct sm750_share,share); in hw_sm750_map() 36 share->vidreg_start = pci_resource_start(pdev, 1); in hw_sm750_map() 37 share->vidreg_size = MB(2); in hw_sm750_map() 39 pr_info("mmio phyAddr = %lx\n", share->vidreg_start); in hw_sm750_map() 54 share->pvReg = ioremap_nocache(share->vidreg_start, share->vidreg_size); in hw_sm750_map() 55 if(!share->pvReg){ in hw_sm750_map() 60 pr_info("mmio virtual addr = %p\n", share->pvReg); in hw_sm750_map() 64 share->accel.dprBase = share->pvReg + DE_BASE_ADDR_TYPE1; in hw_sm750_map() 65 share->accel.dpPortBase = share->pvReg + DE_PORT_ADDR_TYPE1; in hw_sm750_map() [all …]
|
D | sm750_hw.h | 74 struct lynx_share share; member 84 int hw_sm750_map(struct lynx_share* share,struct pci_dev* pdev);
|
D | sm750.h | 89 struct lynx_share * share; member 163 struct lynx_share * share; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | i2c.c | 96 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse() 110 info->share = nv_ro08(bios, ent + 1) >> 1; in dcb_i2c_parse() 115 info->share = info->auxch; in dcb_i2c_parse() 124 info->share = info->auxch; in dcb_i2c_parse() 158 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_flowlabel.c | 101 if (fl->share == IPV6_FL_S_PROCESS) in fl_free() 118 if (fl->opt && fl->share == IPV6_FL_S_EXCL) { in fl_release() 410 fl->share = freq->flr_share; in fl_create() 419 switch (fl->share) { in fl_create() 498 freq->flr_share = sfl->fl->share; in ipv6_flowlabel_opt_get() 628 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_opt() 629 fl1->share != fl->share || in ipv6_flowlabel_opt() 630 ((fl1->share == IPV6_FL_S_PROCESS) && in ipv6_flowlabel_opt() 632 ((fl1->share == IPV6_FL_S_USER) && in ipv6_flowlabel_opt() 783 fl->share, in ip6fl_seq_show() [all …]
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | Makefile | 25 install -d $(DESTDIR)$(PREFIX)/share/man/man8 26 install turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_mem.c | 80 if (block->share) { /* ok.. shared block */ in snd_gf1_mem_xfree() 81 block->share--; in snd_gf1_mem_xfree() 150 block->share = 0; in snd_gf1_mem_find() 203 nblock->share++; in snd_gf1_mem_alloc() 314 if (block->share || in snd_gf1_mem_info_read() 318 block->share, in snd_gf1_mem_info_read()
|
/linux-4.1.27/tools/power/cpupower/ |
D | Makefile | 78 localedir ?= /usr/share/locale 79 docdir ?= /usr/share/doc/packages/cpupower
|
/linux-4.1.27/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 10 install x86_energy_perf_policy.8 ${DESTDIR}/usr/share/man/man8/
|
/linux-4.1.27/tools/perf/Documentation/ |
D | Makefile | 42 htmldir?=$(prefix)/share/doc/perf-doc 43 pdfdir?=$(prefix)/share/doc/perf-doc 44 mandir?=$(prefix)/share/man 58 infodir?=$(prefix)/share/info
|
D | perf-probe.txt | 167 for searching a specific function when several functions share same name.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | i2c.h | 18 u8 share; member
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
D | TODO | 3 share more code
|
/linux-4.1.27/tools/usb/usbip/ |
D | configure.ac | 89 [where usb.ids is found (default /usr/share/hwdata/)])], 90 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
|
D | INSTALL | 174 If you want to set default values for `configure' scripts to share, you 177 `configure' looks for `PREFIX/share/config.site' if it exists, then
|
D | COPYING | 12 freedom to share and change it. By contrast, the GNU General Public 13 License is intended to guarantee your freedom to share and change free
|
/linux-4.1.27/drivers/parport/ |
D | Makefile | 5 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
D | Kconfig | 30 It is possible to share a single parallel port among several devices
|
/linux-4.1.27/Documentation/input/ |
D | cd32.txt | 2 joypad connected to the parallel port. Thought I'd share it with you so
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | s2mpa01.txt | 34 NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set 37 The following BUCKs share ramp settings:
|
D | s2mps11.txt | 55 NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set
|
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-spear.txt | 6 which share clock across all CPUs.
|
D | cpufreq-dt.txt | 4 both uniprocessor (UP) and symmetric multiprocessor (SMP) systems which share
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | TODO | 5 - share 80211*.h includes
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-sdram-controller.txt | 4 differs from one SoC variant to another, but they also share a number
|
/linux-4.1.27/arch/x86/pci/ |
D | xen.c | 33 int share = 1; in xen_pcifront_enable_irq() local 47 share = 0; in xen_pcifront_enable_irq() 49 rc = xen_bind_pirq_gsi_to_irq(gsi, pirq, share, "pcifront"); in xen_pcifront_enable_irq()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | MIXART.txt | 88 The firmware binaries are installed on /usr/share/alsa/firmware 89 (or /usr/local/share/alsa/firmware, depending to the prefix option of
|
D | ALSA-Configuration.txt | 711 fm_port - port # for OPL3 (option; share the same port as default)
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 631 mandir = share/man 632 infodir = share/info 634 sharedir = $(prefix)/share 635 template_dir = share/perf-core/templates 636 htmldir = share/doc/perf-doc
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 89 2) an entry for the share in /etc/fstab indicating that a user may 124 to the file /etc/fstab for each //server/share you wish to mount, but 176 outside of the share, so in Samba versions prior to 3.0.6, most symlinks to 181 files that are outside of the share) to a samba specific format on the server 217 syntax) instead of the more widely used UNC format (i.e. \\server\share): 349 rw mount the network share read-write (note that the 350 server may still consider the share read-only) 351 ro mount network share read-only 409 single share (since inode numbers on the servers might not 431 reloaded (or the user remounts the share). [all …]
|
D | CHANGES | 44 characters. Add support for mounting root of a share which redirects immediately 81 top of the share. Fix problem in 2.6.28 resolving DFS paths to 138 of second share to disconnected server session (autoreconnect on this). 153 ability to mount to IPC$ share (which allows CIFS named pipes to be 165 and the share name. 265 Handle conversion of long share names (especially Asian languages) 298 directio. Recognize share mode security and send NTLM encrypted password 299 on tree connect if share mode negotiated. 538 for each mounted share (new menuconfig option). Fix endianness problem in 1007 multiple uses to same share, multiple users to same server etc.
|
/linux-4.1.27/include/uapi/linux/ |
D | xfrm.h | 241 __u8 share; member 418 __u8 share; member
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | renesas,mtu2.txt | 6 Channels share hardware resources but their counter and compare match value
|
D | renesas,tmu.txt | 6 Channels share hardware resources but their counter and compare match value
|
D | renesas,cmt.txt | 6 Channels share hardware resources but their counter and compare match value
|
/linux-4.1.27/tools/perf/tests/ |
D | Build | 27 perf-y += thread-mg-share.o
|
D | make | 159 test_make_install_man := test -f $$TMP_DEST/share/man/man1/perf.1
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | brcm,unimac-mdio.txt | 18 - interrupt-names: must be "mdio_done_error" when there is a share interrupt fed
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | ctrl.txt | 6 Syscon is used to share register level access to drivers external to
|
/linux-4.1.27/Documentation/namespaces/ |
D | compatibility-list.txt | 7 occur when tasks share some namespace (the columns) while living
|
/linux-4.1.27/drivers/hsi/ |
D | hsi.c | 603 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port() argument 609 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port() 618 port->shared = !!share; in hsi_claim_port()
|
/linux-4.1.27/Documentation/timers/ |
D | hpet.txt | 13 independent of each other ... these share a counter, complicating resets.
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | Kconfig | 9 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap-zoom-common.dtsi | 13 * they probably share the same GPIO IRQ
|
D | lpc32xx.dtsi | 265 * TSC vs. ADC: Since those two share the same
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | cs35l32.txt | 34 - cirrus,sdout-share : SDOUT sharing. Determines whether one or two CS35L32
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 42 Enabling this option will cause statistics for each server share 157 transparently in an enterprise name space, even if the share 168 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-xilinx.txt | 5 input/output/tristate. Both channels share the same global IRQ but
|
D | gpio-mxs.txt | 7 GPIO ports share the same IO space with PIN controller, the GPIO node
|
D | gpio-mcp23s08.txt | 30 chips - as the name suggests. Multiple SPI chips can share the same
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/spear/ |
D | shirq.txt | 9 may share same set of status/mask registers spanning across different
|
/linux-4.1.27/Documentation/ |
D | unshare.txt | 31 between processes and "threads". The kernel allows processes to share 38 call, applications can selectively choose which resources to share 79 client requests by creating processes that share resources such as 132 shared by explicit request to share them when creating a process
|
D | sgi-ioc4.txt | 8 standpoint is that all these functions share a single IRQ, and
|
D | Intel-IOMMU.txt | 44 share the virtual address with all devices under the p2p bridge due to
|
D | dma-buf-sharing.txt | 19 - allows other users to share the buffer by using dma_buf sharing APIs, 76 anonymous file associated with the buffer. It can then share the fd with other 393 dma_buf files share the same anon inode, hence the exporter needs to replace 453 with the anon_file struct file, i.e. all dma_bufs share the same file.
|
D | eisa.txt | 182 drivers share their probing routine between ISA, and EISA. Special
|
D | circular-buffers.txt | 16 buffer don't want to share a lock.
|
D | bus-virt-phys-mapping.txt | 37 because the memory and the devices share the same address space, and that is
|
D | parport.txt | 2 includes the ability to share one port between multiple device
|
D | this_cpu_ops.txt | 305 share a cache-line but the relaxed synchronization is applied to
|
D | DMA-API-HOWTO.txt | 377 when the underlying buffers don't share cache lines with other data. 941 makes sure that kmalloc'ed buffer doesn't share a cache line with
|
D | vfio.txt | 74 possible to share a set of page tables between different groups,
|
D | parport-lowlevel.txt | 372 PARPORT_DEV_EXCL The device cannot share the parallel port at all.
|
D | pinctrl.txt | 1160 once. Since they share the same name, pin controller device, function and
|
D | memory-barriers.txt | 1301 this example runs on a system where CPUs 1 and 2 share a store buffer
|
D | devices.txt | 3255 All terminal devices share a common set of capabilities known as line
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | m_can.txt | 19 Multiple M_CAN instances can share the same Message
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa-pci-ce4100.txt | 7 which share only an interrupt line.
|
/linux-4.1.27/Documentation/networking/ |
D | vxge.txt | 22 The functions share a 10GbE link and the pci-e bus, but hardly anything else
|
D | ipvlan.txt | 10 the master device share the L2 with it's slave devices. I have developed this
|
D | generic-hdlc.txt | 8 interfaces can share a single PVC.
|
D | README.sb1000 | 135 can share the same IP address as the ppp0 interface. Note that this 140 (in rc.local or some such) then any interfaces can share the same IP
|
D | scaling.txt | 56 share a particular memory level (L1, L2, NUMA node, etc.). 164 share the same memory domain as the interrupting CPU for that queue. 420 best CPUs to share a given queue are probably those that share the cache
|
D | baycom.txt | 6 separate drivers as they did not share any code, and the driver
|
D | LICENSE.qlge | 22 freedom to share and change it. By contrast, the GNU General Public 23 License is intended to guarantee your freedom to share and change free
|
D | LICENSE.qlcnic | 22 freedom to share and change it. By contrast, the GNU General Public 23 License is intended to guarantee your freedom to share and change free
|
D | rxrpc.txt | 104 a port number. AF_RXRPC permits multiple services to share an endpoint. 192 would otherwise share the connection). Non-secured calls would also be 193 able to share connections with each other. 716 secured in this way will still share connections if at all possible.
|
D | de4x5.txt | 126 share the same interrupt as the DECchip based cards. The problem occurs
|
D | PLIP.txt | 62 share parallel ports between PLIP and other services.
|
D | README.ipw2100 | 36 generally unlicensed devices that share spectrum with radars,
|
D | vortex.txt | 320 On a side note, adding HAS_NWAY seems to share a problem with the
|
D | README.ipw2200 | 49 generally unlicensed devices that share spectrum with radars,
|
D | phy.txt | 37 Different devices use different busses (though some share common interfaces).
|
D | z8530drv.txt | 103 IRQs or the same. If they share an interrupt, it needs to be
|
D | bonding.txt | 560 aggregation groups that share the same speed and 1542 /usr/share/doc/ifenslave-2.6.
|
D | ip-sysctl.txt | 132 maximum "disorder" which is allowed among fragments which share a
|
/linux-4.1.27/include/linux/hsi/ |
D | hsi.h | 259 int hsi_claim_port(struct hsi_client *cl, unsigned int share);
|
/linux-4.1.27/Documentation/filesystems/ |
D | cramfs.txt | 48 For /usr/share/magic
|
D | dlmfs.txt | 80 OCFS2 DLM limitation). Through this mechanism, users of dlmfs can share
|
D | squashfs.txt | 140 compressed metadata block, and therefore, can share the start block. 143 entries, each of which share the shared start block. A new directory header
|
D | 9p.txt | 117 This can be used to share devices/named pipes/sockets between
|
D | romfs.txt | 128 they will behave as you can expect (i.e. share the inode number).
|
D | gfs2-glocks.txt | 188 cluster has its share. That will be very useful when setting
|
D | porting | 357 Even though i_dentry and i_rcu share storage in a union, we will
|
D | sharedsubtree.txt | 195 The above semantics allows a way to share mounts across
|
D | proc.txt | 435 process' proportional share of this mapping (PSS), the number of clean and 456 ms - may share
|
D | coda.txt | 218 among operating systems, but share features such as facilities to
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 481 if (info->share != DCB_I2C_UNUSED) { in nvkm_i2c_create_port() 482 pad = info->share; in nvkm_i2c_create_port()
|
/linux-4.1.27/Documentation/hwmon/ |
D | pc87360 | 30 all temperature channels, because some of them share pins with each other, 126 Note that these three additional channels share their pins with the
|
D | lm87 | 67 Some functions share pins, so not all functions are available at the same
|
D | smsc47m192 | 83 Note that temp1 and temp2 offsets share the same register,
|
D | sis5595 | 64 fifth voltage sensor (in4) share a pin which is configurable, but not
|
D | nct6775 | 70 is lower than optimal. Some fans might not be present because they share pins
|
D | w83627ehf | 76 share pins with other functions.
|
D | it87 | 133 upper VID bits share their pins with voltage inputs (in5 and in6) so you
|
D | w83781d | 197 782d has pwm1-2 for ISA, pwm1-4 for i2c. (pwm3-4 share pins with
|
/linux-4.1.27/Documentation/spi/ |
D | spi-lm70llp | 51 devices might share the same SI/SO pin.
|
D | spi-summary | 181 controller managing bus "B". All spiB.* devices share one 206 the arch/.../mach-*/board-*.c files for several boards can all share the
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.freeze | 70 it share the IRQ with some other piece of hardware. IRQ sharing with
|
/linux-4.1.27/drivers/pci/ |
D | Kconfig | 89 which allows them to create virtual devices which share their
|
/linux-4.1.27/Documentation/DocBook/ |
D | .device-drivers.xml.cmd | 2 …iver.h include/linux/parport.h drivers/parport/ieee1284.c drivers/parport/share.c drivers/parport/…
|
/linux-4.1.27/net/sched/ |
D | sch_cbq.c | 108 struct cbq_class *share; /* Ptr to LS parent in the class tree */ member 707 for ( ; cl; cl = cl->share) { in cbq_update() 1232 cl->share = (lss->flags & TCF_CBQ_LSS_ISOLATED) ? NULL : cl->tparent; in cbq_set_lss() 1428 if (cl->share == NULL) in cbq_dump_lss() 1881 cl->share = cl->tparent; in cbq_change_class()
|
/linux-4.1.27/Documentation/vm/ |
D | zswap.txt | 18 * Overcommitted guests that share a common I/O resource can
|
D | split_page_table_lock | 58 These fields share storage with page->ptl.
|
D | numa_memory_policy.txt | 83 VMA policies are shared between all tasks that share a virtual address 109 object share the policy, and all pages allocated for the shared object, 445 in two cpusets share access to a memory region, such as shared memory segments
|
D | cleancache.txt | 56 systems) that may share a clustered filesystem, and where cleancache
|
/linux-4.1.27/arch/x86/boot/ |
D | Makefile | 162 for i in lib lib64 share end ; do \
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx-pinctrl.txt | 4 to share one PAD to several functional blocks. The sharing is done by
|
D | atmel,at91-pinctrl.txt | 4 to share one PAD to several functional blocks. The sharing is done by
|
D | rockchip,pinctrl.txt | 4 to share one PAD to several functional blocks. The sharing is done by
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | Kconfig | 8 rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
|
/linux-4.1.27/arch/sh/lib/ |
D | movmem.S | 73 movmem_done: ! share slot insn, works out aligned.
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 77 bool "Fair-share thermal governor" 79 Enable this to manage platform thermals using fair-share governor.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | marvell,berlin.txt | 76 SoCs share the same IP for PLLs and clocks, with some minor differences in
|
D | topology.txt | 92 cpu-map child nodes which do not share a common parent node can have the same
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | Kconfig | 33 processors, that is, which share physical processors between
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-design-CFS.txt | 37 would ever get "out of balance" from the "ideal" share of CPU time. ] 222 task groups and modify their CPU share using the "cgroups" pseudo filesystem.
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 7 infrastructure uses it internally? And where do they share common code? 15 of describing where they take different paths and where they share code.
|
D | charger-manager.txt | 65 multiple instances of Charger Manager share the same charger_global_desc
|
D | devices.txt | 361 callback. However, bus types allowing devices to share interrupt 394 permits devices to share interrupt vectors, like PCI, the method should 597 Sometimes devices share reference clocks or other power resources. In those
|
D | swsusp.txt | 157 or an NFS share[Work In Progress]). Questions regarding suspend2
|
/linux-4.1.27/scripts/kconfig/ |
D | Makefile | 233 for d in $$QTDIR /usr/share/qt* /usr/lib/qt*; do \
|
/linux-4.1.27/include/sound/ |
D | gus.h | 193 unsigned int share; /* share count */ member
|
/linux-4.1.27/scripts/package/ |
D | builddeb | 257 License version 2 can be found in \`/usr/share/common-licenses/GPL-2'.
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 54 This allows to share the corresponding code with NetBSD
|
D | LICENSE.qla4xxx | 23 freedom to share and change it. By contrast, the GNU General Public 24 License is intended to guarantee your freedom to share and change free
|
D | LICENSE.qla2xxx | 24 freedom to share and change it. By contrast, the GNU General Public 25 License is intended to guarantee your freedom to share and change free
|
D | BusLogic.txt | 20 host adapters which share a common programming interface across a diverse 196 Adapters may share the same interrupt request channel.
|
D | ChangeLog.sym53c8xx | 270 - Fix some bug in the fully untested MDP handling:) and share 372 the sym53c8xx_defs.h file. So, the both drivers will share them.
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 135 We still offer no support for this; however, it should share a lot of 270 HWA-HC and DWA-HC share that they are Wire-Adapters (USB or WUSB 274 HWA-HC and WHCI-HC share that they are both WUSB host controllers, so
|
D | ehci.txt | 61 transfers can't share much code with the code for high speed ISO transfers,
|
D | power-management.txt | 629 are combined into a single usb3 connector. Peer ports share the same
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 122 * Masters are statically associated with this IOMMU and share
|
/linux-4.1.27/Documentation/block/ |
D | biovecs.txt | 75 size bios - because the new bio can share the old bio's biovec.
|
D | cfq-iosched.txt | 266 synchronous IO might not get fair share of disk. 273 and notice how a workload can lose its disk share and suffer due to
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 1266 switch (p->share) { in verify_newpolicy_info() 1336 t->share = ut->share; in copy_templates() 1444 p->share = XFRM_SHARE_ANY; /* XXX xp->share */ in copy_to_user_policy() 1541 up->share = kp->share; in copy_to_user_tmpl()
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | Kconfig | 75 for drivers such as the touchscreen and hwmon to use to share
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 30 host controller share the same 480Mbs USB 2.0 interface.
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | overview.txt | 9 allow guest partitions on the same server to share devices that would
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig | 197 systems which share clock and voltage across all CPUs.
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats.txt | 22 tasks that share an mm_struct i.e. the traditional Unix process. Despite the
|
/linux-4.1.27/mm/ |
D | nommu.c | 1405 goto share; in do_mmap_pgoff() 1458 share: in do_mmap_pgoff()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 384 make -f /usr/share/selinux/devel/Makefile 399 /usr/share/doc/cachefilesd-*/move-cache.txt
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Overview.txt | 60 with the s3c2443 which does not share many of the same drivers in
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 128 Offline) that share the clock. Then the core would copy this mask onto
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | mpc8641_hpcn.dts | 640 * due to the fact that the 2 now share address space in the new memory
|
/linux-4.1.27/Documentation/acpi/ |
D | enumeration.txt | 343 o The children share the parent ACPI handle.
|
/linux-4.1.27/Documentation/i2c/ |
D | smbus-protocol | 229 The SMBus alert protocol allows several SMBus slave devices to share a
|
/linux-4.1.27/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 171 port share the same physical device, if an individual service driver
|
D | pci-error-recovery.txt | 406 platforms aren't supposed to share interrupts between many devices
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 108 The xen filesystem provides a way for domains to share
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 19 share and change it. By contrast, the GNU General Public License is intended 20 to guarantee your freedom to share and change free software--to make sure
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 12 freedom to share and change it. By contrast, the GNU General Public 13 License is intended to guarantee your freedom to share and change free
|
/linux-4.1.27/ |
D | COPYING | 28 freedom to share and change it. By contrast, the GNU General Public 29 License is intended to guarantee your freedom to share and change free
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 120 share those 15 interrupt levels. Devices attached to the ISA bus system must 121 not share interrupt levels (aka. IRQs), as the ISA bus bases on edge triggered
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 152 freqdomain_cpus is the list of CPUs (online+offline) that share
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 328 share the same address.
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 74 Any number of interfaces may share a single IRQ if necessary, at a slight
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 89 (i.e. changes which do not share the same history). It is possible to
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 90 share the same board-specific code with minor differences.
|
/linux-4.1.27/include/net/ |
D | ipv6.h | 233 u8 share; member
|
D | xfrm.h | 489 u8 share; member
|
/linux-4.1.27/drivers/iio/adc/ |
D | Kconfig | 163 of SoCs for drivers such as the touchscreen and hwmon to use to share
|
/linux-4.1.27/Documentation/powerpc/ |
D | cxl.txt | 111 and userspace can share control and status information.
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 78 efficiency just by letting the operating system automatically share 229 a direct ancestor or descendant, may share any of the same CPUs or 237 jobs can share common kernel data, such as file system pages, while
|
D | cgroups.txt | 133 At the same time Firefox/Lynx will share an appropriate CPU/Memory class
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 181 that the per-device modeset objects like connectors share a namespace with
|
D | ioctl-number.txt | 22 many drivers share a partial letter with other drivers.
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 246 serial ports on the same board to share a single IRQ. To enable
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 156 on packets. All interfaces (including the main interface) share L2
|
/linux-4.1.27/drivers/md/ |
D | Kconfig | 282 Provides thin provisioning and snapshots that share a data store.
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 681 Select this option, if you want to share the text segment of the
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 131 together on one system and they can share the same IRQ.
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 292 floppy that you could share with a DOS system:
|
/linux-4.1.27/drivers/net/usb/ |
D | Kconfig | 544 Module used to share Internet connection (tethering) from your
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 91 option, you may share a single port between your printer and other
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 111 collection of items that share the same attributes and operations.
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 557 ``fair share`` of bandwidth as targeted by TCP.
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 104 It is possible to share one parallel port among several devices
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 627 audio controls, while the video and vbi device nodes share the same control
|
D | v4l2-framework.txt | 669 device has multiple PCI devices that all share the same v4l2_device core.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 347 on when the CPUs are powered on. Generally, CPUs on the same die will share
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 460 for two processes with different labels to share data without granting
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 1092 based on the Type Of Service fields of the IPv4 packet (which share
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1848 Don't attempt to share filesystems simply by booting two UMLs from the 1856 The way to share a filesystem between two virtual machines is to use
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1357 Some devices may share a clock domain with each other, such that they should
|