Home
last modified time | relevance | path

Searched refs:masters (Results 1 – 33 of 33) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Darm,smmu.txt5 of address translation to bus masters external to the CPU.
37 - mmu-masters : A list of phandles to device nodes representing bus
38 masters for which the SMMU can provide a translation
69 mmu-masters = <&dma0 0xd01d 0xd01e>,
Diommu.txt49 association of masters to be configured. Note that an IOMMU can by design
56 - #iommu-cells = <4>: Some IOMMU devices allow the DMA window for masters to
70 Devices that access memory through an IOMMU are called masters. A device can
124 * have sufficient information to distinguish between masters.
127 * all masters at any given point in time.
Drenesas,ipmmu-vmsa.txt4 It provides address translation for bus masters outside of the CPU, each
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dsnps-dma.txt9 - dma-masters: Number of AHB masters supported by the controller
36 dma-masters = <2>;
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dbrcm,gisb-arb.txt19 masters are valid at the system level
21 masters. Should match the number of bits set in brcm,gisb-master-mask and
/linux-4.1.27/drivers/base/
Dcomponent.c52 static LIST_HEAD(masters);
59 list_for_each_entry(m, &masters, node) in __master_find()
207 list_for_each_entry(m, &masters, node) { in try_to_bring_up_masters()
314 list_add(&master->node, &masters); in component_master_add_with_match()
/linux-4.1.27/drivers/w1/
DMakefile8 obj-y += masters/ slaves/
DKconfig28 source drivers/w1/masters/Kconfig
/linux-4.1.27/Documentation/w1/
D00-INDEX5 masters/
Dw1.netlink22 list current bus masters
88 w1_netlink_msg) plus number of masters multiplied by 4)
90 number of masters multiplied by 4 (u32 size))
Dw1.generic9 The w1 subsystem provides the framework for managing w1 masters and
/linux-4.1.27/drivers/mfd/
Dpm8921-core.c164 int i, ret, masters = 0; in pm8xxx_irq_handler() local
175 masters = root >> 1; in pm8xxx_irq_handler()
179 if (masters & (1 << i)) in pm8xxx_irq_handler()
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt13 * Having two masters on a bus in general makes it relatively hard to debug
20 All masters on the bus have a 'bus claim' line which is an output that the
/linux-4.1.27/drivers/bus/
Dbrcmstb_gisb.c162 u32 masters) in brcmstb_gisb_master_to_str() argument
164 u32 mask = gdev->valid_mask & masters; in brcmstb_gisb_master_to_str()
/linux-4.1.27/arch/arm/boot/dts/
Dspear13xx.dtsi119 dma-masters = <2>;
131 dma-masters = <2>;
/linux-4.1.27/drivers/iommu/
Darm-smmu.c313 struct rb_root masters; member
392 struct rb_node *node = smmu->masters.rb_node; in find_smmu_master()
429 new = &smmu->masters.rb_node; in insert_smmu_master()
445 rb_insert_color(&master->node, &smmu->masters); in insert_smmu_master()
1762 smmu->masters = RB_ROOT; in arm_smmu_device_dt_probe()
1814 for (node = rb_first(&smmu->masters); node; node = rb_next(node)) { in arm_smmu_device_dt_probe()
1843 for (node = rb_first(&smmu->masters); node; node = rb_next(node)) { in arm_smmu_device_remove()
/linux-4.1.27/drivers/i2c/muxes/
DKconfig14 response mechanism where masters have to claim the bus by asserting
/linux-4.1.27/Documentation/w1/masters/
Domap-hdq32 The driver (drivers/w1/masters/omap_hdq.c) supports the HDQ mode of the
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcci.txt127 * CCI interconnect bus masters
129 Description: masters in the device tree connected to a CCI port
/linux-4.1.27/arch/frv/kernel/
Dcmode.S83 # (3) Stop the transfer function of DMAC. Stop all the bus masters
/linux-4.1.27/arch/arc/boot/dts/
Dabilis_tb10x.dtsi110 dma-masters = <1>;
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.quirks47 Since the individual bus masters do not have direct control of REQ, a
/linux-4.1.27/arch/powerpc/boot/dts/
Dac14xx.dts94 /* masters mapping: CS, CS offset, size */
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmain.c1692 (real_dev == iboe->masters[port - 1])) || in mlx4_ib_addr_event()
1715 (real_dev == iboe->masters[port - 1])) || in mlx4_ib_get_dev_port()
1918 struct net_device *old_master = iboe->masters[port - 1]; in mlx4_ib_scan_netdevs()
1931 iboe->masters[port - 1] = netdev_master_upper_dev_get( in mlx4_ib_scan_netdevs()
1934 iboe->masters[port - 1] = NULL; in mlx4_ib_scan_netdevs()
1936 curr_master = iboe->masters[port - 1]; in mlx4_ib_scan_netdevs()
Dmlx4_ib.h462 struct net_device *masters[MLX4_MAX_PORTS]; member
/linux-4.1.27/drivers/tty/
DKconfig112 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
146 for masters and /dev/ttyxx for slaves of pseudo
/linux-4.1.27/drivers/spi/
DKconfig139 tristate "Utilities for Bitbanging SPI masters"
665 # Add new SPI protocol masters in alphabetical order above this line
/linux-4.1.27/Documentation/arm64/
Dbooting.txt147 coherent masters with caches enabled, this will typically require
Dacpi_object_usage.txt287 _CCA 6.2.17 This method should be defined for all bus masters
/linux-4.1.27/Documentation/spi/
Dspi-summary21 SPI masters use a fourth "chip select" line to activate a given SPI slave
/linux-4.1.27/Documentation/
Ddevices.txt116 2 char Pseudo-TTY masters
2067 128-135 char Unix98 PTY masters
3349 device, /dev/ptmx, to all the masters (opening it will automatically
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-1997731 motherboard does not deal with multiple bus-masters very well).
/linux-4.1.27/Documentation/networking/
Dbonding.txt1664 contain information on which slaves are associated with which masters.