/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu.txt | 5 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 50 masters connected upstream of the SMMU. 75 mmu-masters = <&dma0 0xd01d 0xd01e>,
|
D | iommu.txt | 49 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.
|
D | renesas,ipmmu-vmsa.txt | 4 It provides address translation for bus masters outside of the CPU, each
|
D | arm,smmu-v3.txt | 37 masters connected upstream of the SMMU.
|
/linux-4.4.14/Documentation/trace/ |
D | stm.txt | 8 these masters and channels are statically allocated to certain 20 master 7 channel 15, while arbitrary user applications can use masters 25 identifiers to ranges of masters and channels. If these rules (policy) 30 have a name (string identifier) and a range of masters and channels 38 channels masters 39 $ cat /config/stp-policy/dummy_stm.my-policy/user/masters 45 masters 48 through 63 and channel allocation pool has channels 0
|
D | intel_th.txt | 34 GTH allows directing different STP masters into different output ports 35 via its "masters" attribute group. More detailed GTH interface 75 $ echo 0 > /sys/bus/intel_th/devices/0-gth/masters/33
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | snps-dma.txt | 9 - dma-masters: Number of AHB masters supported by the controller 36 dma-masters = <2>;
|
D | lpc1850-dmamux.txt | 12 - dma-masters: phandle pointing to the DMA controller 41 dma-masters = <&dmac>;
|
D | dma.txt | 41 - dma-masters: phandle of the DMA controller or list of phandles for 49 - In the node pointed by the dma-masters: 60 dma-masters = <&sdma>;
|
D | ti-dma-crossbar.txt | 10 - dma-masters: phandle pointing to the DMA controller 49 dma-masters = <&sdma>;
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | brcm,gisb-arb.txt | 19 masters are valid at the system level 21 masters. Should match the number of bits set in brcm,gisb-master-mask and
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | configfs-stp-policy | 34 What: /config/stp-policy/<device>.<policy>/<node>/masters 38 Range of masters from which to allocate for users of this node.
|
D | sysfs-bus-intel_th-devices-gth | 1 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/masters/* 5 Description: (RW) Configure output ports for STP masters. Writing -1
|
D | sysfs-class-stm | 1 What: /sys/class/stm/<stm>/masters
|
/linux-4.4.14/drivers/base/ |
D | component.c | 52 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.4.14/drivers/w1/ |
D | Makefile | 8 obj-y += masters/ slaves/
|
D | Kconfig | 28 source drivers/w1/masters/Kconfig
|
/linux-4.4.14/Documentation/w1/ |
D | 00-INDEX | 5 masters/
|
D | w1.netlink | 22 list current bus masters 88 w1_netlink_msg) plus number of masters multiplied by 4) 90 number of masters multiplied by 4 (u32 size))
|
D | w1.generic | 9 The w1 subsystem provides the framework for managing w1 masters and
|
/linux-4.4.14/drivers/mfd/ |
D | pm8921-core.c | 164 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.4.14/drivers/hwtracing/stm/ |
D | stm.h | 52 struct stp_master *masters[0]; member
|
D | policy.c | 182 CONFIGFS_ATTR(stp_policy_node_, masters);
|
D | core.c | 54 static DEVICE_ATTR_RO(masters); 145 ((_s)->masters[(_m) - (_s)->data->sw_start])
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 13 * 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.4.14/drivers/bus/ |
D | brcmstb_gisb.c | 170 u32 masters) in brcmstb_gisb_master_to_str() argument 172 u32 mask = gdev->valid_mask & masters; in brcmstb_gisb_master_to_str()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | spear13xx.dtsi | 119 dma-masters = <2>; 131 dma-masters = <2>;
|
D | lpc18xx.dtsi | 197 dma-masters = <&dmac>;
|
D | dra7.dtsi | 318 dma-masters = <&sdma>;
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu.c | 323 struct rb_root masters; member 402 struct rb_node *node = smmu->masters.rb_node; in find_smmu_master() 439 new = &smmu->masters.rb_node; in insert_smmu_master() 455 rb_insert_color(&master->node, &smmu->masters); in insert_smmu_master() 1770 smmu->masters = RB_ROOT; in arm_smmu_device_dt_probe() 1822 for (node = rb_first(&smmu->masters); node; node = rb_next(node)) { in arm_smmu_device_dt_probe() 1851 for (node = rb_first(&smmu->masters); node; node = rb_next(node)) { in arm_smmu_device_remove()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | cci.txt | 129 * CCI interconnect bus masters 131 Description: masters in the device tree connected to a CCI port
|
D | arm-boards | 171 based systems. Juno r1 also has support for AXI masters placed on the TLX
|
/linux-4.4.14/Documentation/w1/masters/ |
D | omap-hdq | 32 The driver (drivers/w1/masters/omap_hdq.c) supports the HDQ mode of the
|
/linux-4.4.14/drivers/i2c/muxes/ |
D | Kconfig | 15 response mechanism where masters have to claim the bus by asserting
|
/linux-4.4.14/arch/frv/kernel/ |
D | cmode.S | 83 # (3) Stop the transfer function of DMAC. Stop all the bus masters
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | abilis_tb10x.dtsi | 110 dma-masters = <1>;
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 47 Since the individual bus masters do not have direct control of REQ, a
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | ac14xx.dts | 94 /* masters mapping: CS, CS offset, size */
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 63 - w1-gpio: drivers/w1/masters/w1-gpio.c is used to drive a one-wire bus using
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 112 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme 146 for masters and /dev/ttyxx for slaves of pseudo
|
/linux-4.4.14/drivers/spi/ |
D | Kconfig | 151 tristate "Utilities for Bitbanging SPI masters" 702 # Add new SPI protocol masters in alphabetical order above this line
|
/linux-4.4.14/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2080a.dtsi | 248 mmu-masters = <&fsl_mc 0x300 0>;
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 157 coherent masters with caches enabled, this will typically require
|
D | acpi_object_usage.txt | 287 _CCA 6.2.17 This method should be defined for all bus masters
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 203 masters are parked until Master kicks them so they can start of
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 21 SPI masters use a fourth "chip select" line to activate a given SPI slave
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 116 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.4.14/Documentation/networking/ |
D | bonding.txt | 197 system defaults to using the masters' mac address as actors' system 1748 contain information on which slaves are associated with which masters.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 731 motherboard does not deal with multiple bus-masters very well).
|