/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 571 struct qlcnic_dcb_param *each; in qlcnic_83xx_dcb_query_cee_param() local 598 each = &mbx_out.type[j]; in qlcnic_83xx_dcb_query_cee_param() 600 each->hdr_prio_pfc_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 601 each->hdr_prio_pfc_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 602 each->prio_pg_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 603 each->prio_pg_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 604 each->pg_bw_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 605 each->pg_bw_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 606 each->pg_tsa_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 607 each->pg_tsa_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 19 Two set of 3-tuple setting for each (up to 3) 25 Two set of 3-tuple setting for each (up to 3) 28 gain control. Two set of 3-tuple setting for each 32 each (up to 3) supported link speed on the host. 36 3-tuple setting for each (up to 3) supported link 40 3-tuple setting for each (up to 3) supported link 46 - apm,tx-speed : Tx operating speed. One set of 3-tuple for each
|
D | phy-mt65xx-usb.txt | 10 - clocks : a list of phandle + clock-specifier pairs, one for each 15 Required nodes : a sub-node is required for each port the controller 57 phy-names for each port are optional.
|
D | phy-miphy365x.txt | 11 an entry for each port sub-node, specifying the control 14 Required nodes : A sub-node is required for each channel the controller 25 - reg : Address and length of register sets for each device in
|
D | ti-phy.txt | 37 - clocks: a list of phandles and clock-specifier pairs, one for each entry in 68 - clocks: a list of phandles and clock-specifier pairs, one for each entry in 83 differentiate between each instance "id" can be used (e.g., multi-lane PCIe
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | renesas,du.txt | 12 - reg: A list of base address and length of each memory resource, one for 13 each entry in the reg-names property. 15 resource for the DU core (named "du") and one memory resource for each 22 - clocks: A list of phandles + clock-specifier pairs, one for each entry in 41 The following table lists for each supported model the port number 42 corresponding to each DU output.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra20-host1x.txt | 14 - resets: Must contain an entry for each entry in reset-names. 19 The host1x top-level node defines a number of children, each representing one 30 - resets: Must contain an entry for each entry in reset-names. 43 - resets: Must contain an entry for each entry in reset-names. 56 - resets: Must contain an entry for each entry in reset-names. 69 - resets: Must contain an entry for each entry in reset-names. 82 - resets: Must contain an entry for each entry in reset-names. 92 - clocks: Must contain an entry for each entry in clock-names. 99 - resets: Must contain an entry for each entry in reset-names. 111 - clocks: Must contain an entry for each entry in clock-names. [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | qcom,lpass-cpu.txt | 8 - clocks : Must contain an entry for each entry in clock-names. 22 - interrupts : Must contain an entry for each entry in 26 - pinctrl-N : One property must exist for each entry in 30 - reg : Must contain an address for each entry in reg-names.
|
D | nvidia,tegra30-ahub.txt | 8 - reg : Should contain the register physical address and length for each of 13 - clocks : Must contain an entry for each entry in clock-names. 18 - resets : Must contain an entry for each entry in reset-names. 47 - dmas : Must contain an entry for each entry in clock-names.
|
D | nvidia,tegra20-i2s.txt | 7 - resets : Must contain an entry for each entry in reset-names. 11 - dmas : Must contain an entry for each entry in clock-names.
|
D | sirf-usp.txt | 7 - dma-names: Identifier string for each DMA request line in the dmas property. 15 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
|
D | nvidia,tegra30-hda.txt | 9 - clocks : Must contain an entry for each required entry in clock-names. 12 - resets : Must contain an entry for each entry in reset-names.
|
D | tdm-slot.txt | 7 dai-tdm-slot-width : Width in bits for each slot. 17 And for each spcified driver, there could be one .of_xlate_tdm_slot_mask()
|
D | nvidia,tegra20-ac97.txt | 7 - resets : Must contain an entry for each entry in reset-names. 11 - dmas : Must contain an entry for each entry in clock-names.
|
D | qcom,apq8016-sbc.txt | 9 - pinctrl-N : One property must exist for each entry in 13 - reg : Must contain an address for each entry in reg-names.
|
/linux-4.4.14/drivers/leds/ |
D | leds-lp55xx-common.c | 462 struct lp55xx_led *each; in lp55xx_register_leds() local 479 each = led + i; in lp55xx_register_leds() 480 ret = lp55xx_init_led(each, chip, i); in lp55xx_register_leds() 484 INIT_WORK(&each->brightness_work, cfg->brightness_work_fn); in lp55xx_register_leds() 487 each->chip = chip; in lp55xx_register_leds() 491 cfg->set_led_current(each, led_current); in lp55xx_register_leds() 505 struct lp55xx_led *each; in lp55xx_unregister_leds() local 508 each = led + i; in lp55xx_unregister_leds() 509 led_classdev_unregister(&each->cdev); in lp55xx_unregister_leds() 510 flush_work(&each->brightness_work); in lp55xx_unregister_leds()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | cpm.txt | 16 - unused-units : specifier consist of one cell. For each 20 - idle-doze : specifier consist of one cell. For each 24 - standby : specifier consist of one cell. For each 28 - suspend : specifier consist of one cell. For each
|
/linux-4.4.14/Documentation/devicetree/bindings/gpu/ |
D | nvidia,gk20a.txt | 11 - interrupts: Must contain an entry for each entry in interrupt-names. 17 - clocks: Must contain an entry for each entry in clock-names. 22 - resets: Must contain an entry for each entry in reset-names.
|
/linux-4.4.14/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-ppmu.txt | 5 each IP. PPMU provides the primitive values to get performance data. These 8 usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC). 11 derterming the current state of each IP. 15 - reg: physical base address of each PPMU and length of memory mapped region. 57 Example2 : Events of each PPMU node in exynos3250-rinato.dts are listed below.
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | tegra-sata.txt | 11 - clocks : Must contain an entry for each entry in clock-names. 18 - resets : Must contain an entry for each entry in reset-names. 24 - phys : Must contain an entry for each entry in phy-names.
|
D | ahci-platform.txt | 6 It is possible, but not required, to represent each port as a sub-node. 7 It allows to enable each port independently when dealing with multiple
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-kernel-livepatch | 9 each loaded live patch module. 16 The patch directory contains subdirectories for each kernel 33 The object directory contains subdirectories for each function
|
D | sysfs-devices-soc | 5 The /sys/devices/ directory contains a sub-directory for each 7 regarding each SoC can be obtained by reading sysfs files. This 10 The directory created for each SoC will also house information 56 interest, as it contains a symlink for each SoC device found on
|
D | sysfs-bus-usb-devices-usbsevseg | 24 raw: each character controls its segment manually 25 hex: each character is between 0-15 26 ascii: each character is between '0'-'9' and 'A'-'F'.
|
D | sysfs-kernel-iommu_groups | 6 directories, each representing an IOMMU group. The 8 for the group, which is an integer value. Within each
|
D | sysfs-gpio | 19 /gpioN ... for each exported GPIO #N OR 24 /gpiochipN ... for each gpiochip; #N is its first GPIO
|
D | sysfs-ata | 12 For each port, a directory ataX is created where X is the ata_port_id of 26 Behind each port, there is a ata_link. If there is a SATA PM in the 49 Behind each link, up to two ata device are created.
|
D | sysfs-class-pwm | 15 A /sys/class/pwm/pwmchipN directory is created for each 47 each exported PWM channel where X is the exported PWM
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | nvidia,tegra114-spi.txt | 11 - resets : Must contain an entry for each entry in reset-names. 15 - dmas : Must contain an entry for each entry in clock-names. 20 - clocks : Must contain an entry for each entry in clock-names.
|
D | nvidia,tegra20-sflash.txt | 9 - resets : Must contain an entry for each entry in reset-names. 13 - dmas : Must contain an entry for each entry in clock-names.
|
D | nvidia,tegra20-slink.txt | 9 - resets : Must contain an entry for each entry in reset-names. 13 - dmas : Must contain an entry for each entry in clock-names.
|
D | spi-sirf.txt | 11 - dmas : Must contain an entry for each entry in clock-names. 16 - clocks : Must contain an entry for each entry in clock-names.
|
D | spi-img-spfi.txt | 7 - clocks: Must contain an entry for each entry in clock-names. 12 - dmas: Must contain an entry for each entry in dma-names.
|
/linux-4.4.14/Documentation/vm/ |
D | page_owner.txt | 1 page owner: Tracking about who allocated each page 6 page owner is for the tracking about who allocated each page. 9 and order of pages is stored into certain storage for each page. 14 using it for analyzing who allocate each page is rather complex. We need 22 each page. It is already implemented and activated if page owner is 80 See the result about who allocated each page
|
D | pagemap.txt | 11 physical frame each virtual page is mapped to. It contains one 64-bit 12 value for each virtual page, containing the following data (from 41 times each page is mapped, indexed by PFN. 43 * /proc/kpageflags. This file contains a 64-bit set of flags for each 76 memory cgroup each page is charged to, indexed by PFN. Only available when 164 4. Read a u64 for each page from pagemap. 165 5. Open /proc/kpagecount and/or /proc/kpageflags. For each PFN you just
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 20 cpufreq-stats is a driver that provides CPU frequency statistics for each CPU. 23 in /sysfs (<sysfs root>/devices/system/cpu/cpuX/cpufreq/stats/) for each CPU. 53 This gives the amount of time spent in each of the frequencies supported by 54 this CPU. The cat output will have "<frequency> <time>" pair in each line, which 56 will have one line for each of the supported frequencies. usertime units here 85 contains the actual freq values for each row and column for better readability.
|
D | amd-powernow.txt | 5 there is a different cpu-freq driver for each generation. 8 so it is safe to try each driver in turn when in doubt as to
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 25 The back-end for each device is owned and managed by a small, 27 with each guest partition sharing that device through an area of shared memory 44 * Because the s-Par back-end provides a standard EFI framebuffer to each 61 visorbus_register_visor_driver() that is called by each of the function 74 form in the hotplug uevent environment when each virtual device is 79 visorbus notifies each function driver when a device of its registered class 83 The actual struct device objects that correspond to each virtual bus and 84 each virtual device are created and owned by visorbus. These device objects 86 special control channel called the "controlvm channel" (each guest partition 101 well as a "friendly name" identifying each (this will be published under [all …]
|
D | proc-entries.txt | 25 /proc/uislib/vbus: this is a directory containing entries for each 47 /proc/virtnic/ethX: This is a directory containing entries for each 65 directory for each device provided by that module. Each device has a 92 partition configuration data for each virtual bus, for use during
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 26 applying a filter to each packet that assigns it to one of a small number 27 of logical flows. Packets for each flow are steered to a separate receive 37 implementation of RSS uses a 128-entry indirection table where each entry 54 for each CPU if the device supports enough queues, or otherwise at least 55 one for each memory domain, where a memory domain is a set of CPUs that 71 that can route each interrupt to a particular CPU. The active mapping 76 affinity of each interrupt see Documentation/IRQ-affinity.txt. Some systems 90 interrupts (and thus work) grows with each additional queue. 93 processors with hyperthreading (HT), each hyperthread is represented as 129 RPS may enqueue packets for processing. For each received packet, [all …]
|
D | netif-msg.txt | 14 From the beginning of Linux, each network device driver has had a local 27 6 Status on each completed Tx packet and received Rx packets 30 Initially this message level variable was uniquely named in each driver
|
D | vxge.txt | 25 supported independently on each function. 80 Specifies maximum VPATH(s) configured for each device function.
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | renesas,mtu2.txt | 18 - interrupts: interrupt specifiers for the timer, one for each entry in 20 - interrupt-names: must contain one entry named "tgi?a" for each enabled 24 - clocks: a list of phandle + clock-specifier pairs, one for each entry
|
D | img,pistachio-gptimer.txt | 6 - interrupts: An interrupt for each of the four timers 7 - clocks: Should contain a clock specifier for each entry in clock-names
|
D | ti,keystone-timer.txt | 6 timers, each half can operate in conjunction (chain mode) or independently 7 (unchained mode) of each other.
|
D | digicolor-timer.txt | 8 - interrupts : Contains 8 interrupts, one for each timer
|
D | stericsson-u300-apptimer.txt | 7 - interrupts : A list of 4 interrupts; one for each subtimer. These
|
D | rockchip,rk3288-timer.txt | 7 - clocks : must contain an entry for each entry in clock-names
|
/linux-4.4.14/Documentation/infiniband/ |
D | sysfs.txt | 3 For each InfiniBand device, the InfiniBand drivers create the 11 for each port. For example, if mthca0 is a 2-port HCA, there will 20 In each port subdirectory, the following files are created: 54 The "pkeys" and "gids" subdirectories contain one file for each
|
/linux-4.4.14/Documentation/block/ |
D | null_blk.txt | 21 All of them have a completion queue for each core in the system. 52 2: Timer: Waits a specific period (completion_nsec) for each IO before 56 Combined with irqmode=2 (timer). The time each completion event must wait. 72 queue for each CPU node in the system.
|
D | queue-sysfs.txt | 5 for each block device. Note that stacked devices typically do not export 101 queue maintains a separate request pool per each cgroup when 102 CONFIG_BLK_CGROUP is enabled, and this parameter applies to each such 104 each request queue may have up to N request pools, each independently
|
D | cfq-iosched.txt | 88 to recompute the slice time for each process based on the target_latency set 90 latency (setting it to 0) ignores target latency, allowing each process in the 101 time for each process to issue I/O request before the cfq queue is switched. 149 CFQ supports blkio cgroup and has "blkio." prefixed files in each 158 Another way to think about it is assuming that each internal node has 186 If all cgroups have active IOs and competing with each other, disk 241 On this tree we idle on each queue individually. 269 100ms each. If a REQ_NOIDLE request comes in, it will be scheduled
|
/linux-4.4.14/Documentation/devicetree/bindings/hsi/ |
D | omap-ssi.txt | 9 - reg: Contains a matching register specifier for each entry 12 - interrupts: Contains matching interrupt information for each entry 20 - clocks: Contains a matching clock specifier for each entry in 31 - reg: Contains a matching register specifier for each entry
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ |
D | qcom,smd-rpm.txt | 4 various Qualcomm platforms. The RPM allows each component in the system to vote 66 The regulator node houses sub-nodes for each regulator within the device. Each 67 sub-node is identified using the node's name, with valid values listed for each 78 The content of each sub-node is defined by the standard binding for regulators -
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,mvebu-pinctrl.txt | 4 (mpp) to a specific function. For each SoC family there is a SoC specific 17 Please refer to each marvell,<soc>-pinctrl.txt binding doc for supported SoCs. 24 valid pin/pin group names and available function names for each SoC.
|
D | fsl,imx-pinctrl.txt | 5 multiplexing the PAD input/output signals. For each PAD there are up to 22 Please refer to each fsl,<soc>-pinctrl.txt binding doc for supported SoCs. 25 - fsl,pins: each entry consists of 6 integers and represents the mux and config 41 Please refer to each fsl,<soc>-pinctrl,txt binding doc for SoC specific part 94 User should refer to each SoC spec to set the correct value.
|
D | pinctrl-bindings.txt | 9 designated client devices. Again, each client device must be represented as a 16 device is inactive. Hence, each client device can define a set of named 35 For each client device individually, every pin state is assigned an integer 36 ID. These numbers start at 0, and are contiguous. For each state ID, a unique 47 pinctrl-0: List of phandles, each pointing at a pin configuration 52 from multiple nodes for a single pin controller, each 65 pinctrl-1: List of phandles, each pointing at a pin configuration 68 pinctrl-n: List of phandles, each pointing at a pin configuration 120 The contents of each of those pin configuration child nodes is defined
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs.txt | 5 reference multiple devices, each of which can reference multiple data servers. 18 We reference the header for the inode pointing to it, across each 20 LAYOUTCOMMIT), and for each lseg held within. 31 nfs4_deviceid_cache). The cache itself is referenced across each 33 the lifetime of each lseg referencing them. 61 layout types: "files", "objects", "blocks", and "flexfiles". For each
|
/linux-4.4.14/Documentation/auxdisplay/ |
D | ks0108 | 41 Addresses: 64 each page 42 Data size: 1 byte each address
|
D | cfag12864b | 43 Pages: 8 each controller 44 Addresses: 64 each page 45 Data size: 1 byte each address
|
/linux-4.4.14/Documentation/DocBook/ |
D | sh.xml.db | 10 API-for-each-dtlb-entry 11 API-for-each-itlb-entry
|
D | kernel-api.xml.db | 24 API-list-for-each 25 API-list-for-each-prev 26 API-list-for-each-safe 27 API-list-for-each-prev-safe 28 API-list-for-each-entry 29 API-list-for-each-entry-reverse 31 API-list-for-each-entry-continue 32 API-list-for-each-entry-continue-reverse 33 API-list-for-each-entry-from 34 API-list-for-each-entry-safe [all …]
|
D | scsi.xml.db | 1 API-shost-for-each-device 2 API---shost-for-each-device 10 API-starget-for-each-device 11 API---starget-for-each-device
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 37 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not. 38 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not. 39 rcupdate.rcu_self_test -- Do at least one each, offloaded and not.
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | atmel-crypto.txt | 13 - dma-names: Contains one identifier string for each DMA specifier 35 - dma-names: Contains one identifier string for each DMA specifier 58 - dma-names: Contains one identifier string for each DMA specifier
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | l3-noc.txt | 12 - reg: Contains L3 register address range for each noc domain. 13 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,nvec.txt | 10 - clocks : Must contain an entry for each entry in clock-names. 18 - resets : Must contain an entry for each entry in reset-names.
|
D | nvidia,tegra30-actmon.txt | 12 - clocks: Must contain a phandle and clock specifier pair for each entry in 17 - resets: Must contain an entry for each entry in reset-names. See
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 16 interrupt for each DMA channel supported by the device should be specified. 33 a unique interrupt for each DMA channel - this requires an additional 34 interrupt be configured for each DMA channel 39 The following optional properties are represented by an array with each
|
D | keystone-netcp.txt | 16 Keystone NetCP driver has a plug-in module architecture where each of the NetCP 94 - interfaces: specification for each of the switch port to be registered as a 111 - secondary-slave-ports: specification for each of the switch port not be 124 - rx-queue-depth: number of descriptors in each of the free descriptor 127 - rx-buffer-size: the buffer size for each of the Rx flow FDQ. 143 - "netcp-device label": phandle to the device specification for each of NetCP
|
D | mdio-mux-gpio.txt | 9 - gpios : GPIO specifiers for each GPIO line. One or more must be specified. 25 PHYs each.
|
/linux-4.4.14/net/rds/ |
D | info.c | 220 BUG_ON(lens.each == 0); in rds_info_getsockopt() 222 total = lens.nr * lens.each; in rds_info_getsockopt() 231 ret = lens.each; in rds_info_getsockopt()
|
D | info.h | 6 unsigned int each; member
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 9 i. The top domain for each CPU will generally span all CPUs in the system 23 Balancing within a sched domain occurs between groups. That is, each group 25 load of each of its member CPUs, and only when the load of a group becomes 28 In kernel/sched/core.c, trigger_load_balance() is run periodically on each CPU 51 of SMT, you'll span all siblings of the physical CPU, with each group being 56 of the SMP domain will span the entire machine, with each group having the
|
D | sched-design-CFS.txt | 17 power and which can run each task at precise equal speed, in parallel, each at 19 each at 50% physical power --- i.e., actually in parallel. 202 fair CPU time to each task. Sometimes, it may be desirable to group tasks and 203 provide fair CPU time to each such task group. For example, it may be 204 desirable to first provide fair CPU time to each user on the system and then to 205 each task belonging to a user. 220 When CONFIG_FAIR_GROUP_SCHED is defined, a "cpu.shares" file is created for each
|
D | sched-stats.txt | 13 statistics for each cpu listed, and there may well be more than one 24 the change in the counters at each subsequent observation. A perl script 59 One of these is produced per domain for each cpu described. (Note that if 76 4) sum of imbalances discovered (if any) with each call to 93 12) sum of imbalances discovered (if any) with each call to 109 20) sum of imbalances discovered (if any) with each call to
|
D | sched-bwc.txt | 11 each given "period" (microseconds), a group is allowed to consume only up to 18 above at each period boundary. As threads consume this bandwidth it is 20 within each of these updates is tunable and described as the "slice". 55 on large systems. The amount transferred each time such an update is required
|
/linux-4.4.14/Documentation/device-mapper/ |
D | statistics.txt | 10 Individual statistics will be collected for each step-sized area within 13 The I/O statistics counters for each step-sized area of a region are 30 on each other's data. 53 "<area_size>" - the range is subdivided into areas each containing 72 nanoseconds. For each range, the kernel will report the 131 Print counters for each step-sized area of a region. 144 Output format for each step-sized area of a region: 208 Set the auxillary data string to "foo bar baz" (the escape for each
|
D | dm-queue-length.txt | 8 Table parameters for each path: [<repeat_count>] 14 Status for each path: <status> <fail-count> <in-flight>
|
D | dm-service-time.txt | 8 The service time for each path is estimated by dividing the total size 15 Table parameters for each path: [<repeat_count> [<relative_throughput>]] 27 Status for each path: <status> <fail-count> <in-flight-size> \
|
D | switch.txt | 19 consists of a number of distinct storage arrays ("members") each having 24 how many members are being used. When iSCSI sessions are created, each 53 The lower tier consists of a single dm multipath device for each member. 63 use 4 bits for each address range in a 16 member group (which is very
|
D | cache-policies.txt | 21 for each tick. The core ticks by watching bios complete, and so 99 pointers. It avoids storing an explicit hit count for each block. It 101 the entries (each hotspot block covers a larger area than a single 117 scheme we can decide how many entries occupy each multiqueue level, 121 The MQ policy maintains a hit count for each cache block. For a
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/mediatek/ |
D | pwrap.txt | 27 - reg: Must contain an entry for each entry in reg-names. 31 - resets: Must contain an entry for each entry in reset-names. 35 - clocks: Must contain an entry for each entry in clock-names.
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 16 PWM properties should be named "pwms". The exact meaning of each pwms 17 property must be documented in the device tree binding for each device. 19 each of the PWM devices listed in the "pwms" property. If no "pwm-names"
|
D | pwm-fsl-ftm.txt | 28 - clocks: Must contain a phandle and clock specifier for each entry in 32 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,c64x+megamod-pic.txt | 33 The megamodule PIC consists of four interrupt mupliplexers each of which 37 One for each core interrupt priority level. In addition to the combined 50 - interrupts: This should have four cells; one for each interrupt combiner. 59 core priority 15. The value of each cell is the
|
D | brcm,bcm7038-l1-intc.txt | 4 directly to one of the HW INT lines on each CPU. Every BCM7xxx set-top chip 13 - A separate instance of the register set for each CPU, allowing individual
|
D | samsung,exynos4210-combiner.txt | 5 for the group. The interrupt request from each group are connected to a parent 17 can accommodate up to 4 interrupt combiners (with each combiner supporting
|
D | renesas,intc-irqpin.txt | 13 - reg: Base address and length of each register bank used by the external 19 - interrupts: Must contain a list of interrupt specifiers. For each interrupt
|
D | msi.txt | 57 MSI clients are devices which generate MSIs. For each MSI they wish to 64 - msi-parent: A list of phandle + msi-specifier pairs, one for each MSI 130 * Has different IDs at each MSI controller.
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | 88pm800.txt | 6 - regulators: A node that houses a sub-node for each regulator within the 9 The content of each sub-node is defined by the standard binding for
|
D | isl9305.txt | 7 - regulators: A node that houses a sub-node for each regulator within the 9 values being "dcd1", "dcd2", "ldo1" and "ldo2". The content of each sub-node
|
D | qcom,spmi-regulator.txt | 72 The regulator node houses sub-nodes for each regulator within the device. Each 73 sub-node is identified using the node's name, with valid values listed for each 88 The content of each sub-node is defined by the standard binding for regulators - 117 Description: Time to delay in milliseconds between each voltage switch
|
D | max8907.txt | 14 - regulators: A node that houses a sub-node for each regulator within the 17 The content of each sub-node is defined by the standard binding for
|
D | da9211.txt | 7 - regulators: A node that houses a sub-node for each regulator within the 9 values listed below. The content of each sub-node is defined by the
|
D | regulator.txt | 38 every hardware so the valid modes are documented on each regulator 41 modes depends on the capabilities of every hardware so each device binding 51 describes each regulator, then this property indicates which regulator
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_configfs.txt | 20 A gadget is seen by its host as a set of configurations, each of which contains 22 functions, each function representing e.g. a serial connection or a SCSI disk. 27 and which functions each configuration will provide. 62 For each gadget to be created its corresponding directory must be created: 83 for each language, e.g.: 111 for each language, e.g.: 126 The gadget will provide some functions, for each function its corresponding 148 At this moment a number of gadgets is created, each of which has a number of 366 all configurations, and in each configuration it iterates over all
|
D | mass-storage.txt | 5 multiple logical units (LUNs). Backing storage for each LUN is 35 backing storage for each logical unit. There may be at most 52 This parameter specifies whether each logical unit should be 83 This parameter specifies whether each logical unit should simulate 88 This parameter specifies whether each logical unit should be 107 Write(10,12) commands. This forces each write to wait until the 151 For each logical unit, the gadget creates a directory in the sysfs 213 values for each logical unit. If one uses only a single logical 215 needs to be repeated for each logical unit.
|
D | misc_usbsevseg.txt | 20 raw controls each segment manually, 42 To set multiple decimals points sum up each power.
|
D | gadget_multi.txt | 46 tries to much drivers for each individual interface (sort of, don't 56 *** Installing drivers for each function 58 The other, trickier thing is making Windows install drivers for each 85 functions will obviously change interface numbers for each of the
|
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/ |
D | ltc2978.txt | 20 - regulators: A node that houses a sub-node for each regulator controlled by 22 values listed below. The content of each sub-node is defined by the
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 23 the DT node of each affected HW block, since if activated, an unrelated block 29 rather than to slavishly enumerate the reset signal that affects each HW 49 for each reset signal that affects the device, or that the 73 This represents a bus that controls the reset signal of each of four sub-
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | MIXART.txt | 26 One miXart8 board will be represented as 4 alsa cards, each with 1 42 can be muted for each stream to use 8 analog/digital outputs separately. 52 <PCM 0-3> and <PCM Capture> : digital volume control of each analog substream. 53 <AES 0-3> and <AES Capture> : digital volume control of each AES/EBU substream.
|
D | Jack-Controls.txt | 9 The old ALSA jack code only created input devices for each registered 13 The new jack code creates embedded jack kcontrols for each jack that
|
D | Channel-Mapping-API.txt | 12 A channel map is an array of position for each PCM channel. 39 As a ground design, each PCM substream may contain a control element 60 position value for each channel. 139 containing the position of each channel.
|
D | HD-Audio.txt | 23 bugs and issues specific to each controller type. The snd-hda-intel 111 codec slots via `probe_mask` option. It's a bitmask, and each bit 171 configuration of each pin, which indicates the location, the 193 and `model` options belonging to each codec. For example, for Realtek 246 - IDT codecs may have extra power-enable/disable controls on each 311 options. Note that each of them corresponds to the codec chip, not 318 (one per each codec), and you have a raw access to the device via 336 It shows most of useful information of each codec widget. 339 each codec slot. You can know the codec vendor, product id and 340 names, the type of each widget, capabilities and so on. [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 10 programmable steps each step is used to 46 ti,chan-step-opendelay: List of open delays for each channel of 53 ti,chan-step-sampledelay: List of sample delays for each channel 59 ti,chan-step-avg: Number of averages to be performed for each
|
/linux-4.4.14/Documentation/fb/ |
D | internals.txt | 62 color (including red, green, and blue intensities) for each possible pixel 73 The pixel value is broken up into red, green, and blue fields, each of which 81 each other.
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux.txt | 5 multiplexer/switch will have one child node for each child 26 with two NXP pca8574 GPIO expanders attached, one each to
|
D | nvidia,tegra20-i2c.txt | 42 - clocks: Must contain an entry for each entry in clock-names. 50 - resets: Must contain an entry for each entry in reset-names. 54 - dmas: Must contain an entry for each entry in clock-names.
|
D | i2c-mux-pinctrl.txt | 28 * Standard pinctrl properties that specify the pin mux state for each child 35 For each named state defined in the pinctrl-names property, an I2C child bus
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | fsl-lpuart.txt | 11 - clocks : phandle + clock specifier pairs, one for each entry in clock-names 15 - dmas: A list of two dma specifiers, one for each entry in dma-names.
|
D | nvidia,tegra20-hsuart.txt | 9 - resets : Must contain an entry for each entry in reset-names. 13 - dmas : Must contain an entry for each entry in clock-names.
|
/linux-4.4.14/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 5 (';'). Each couple of digits represents a line, with 1-bits for each 8 bits of the 7 first bytes are used for each character. If the string
|
/linux-4.4.14/Documentation/input/ |
D | amijoy.txt | 66 These addresses each read a 16 bit register. These in turn 70 loaded with the 4 quadrature inputs from each of two game 100 Bits 1 and 0 of each counter (Y1-Y0,X1-X0) may be 130 These addresses each read a pair of 8 bit pot counters. 133 from 2 controller connectors (left-right) with 2 pins each.
|
D | edt-ft5x06.txt | 48 values for each sensor field. Note that each read() call on this
|
/linux-4.4.14/fs/sysfs/ |
D | Kconfig | 11 kernel, such as the devices the kernel has discovered on each bus and 12 which driver each is bound to. sysfs can also be used to tune devices
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | graph.txt | 14 have multiple specifiable ports, each of which can be linked to one or more 31 Each port node contains an 'endpoint' subnode for each remote device port 33 remote device, an 'endpoint' child node must be provided for each link. 94 'remote-endpoint' phandles pointing at each other form a link between the
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 66 of devices at a time. Just provide one spi_board_info record for each such 67 SPI device, and you'll get a /dev device node for each device. 99 is right-justified in each word, so that unused (TX) or undefined (RX) 104 each SPI transfer word. The value zero signifies eight bits. 124 - There's a limit on the number of bytes each I/O request can transfer 145 each response. (Other protocol options include changing the word size 146 and bitrate for each transfer segment.)
|
/linux-4.4.14/Documentation/filesystems/ |
D | qnx6.txt | 36 Each qnx6fs got two superblocks, each one having a 64bit serial number. 38 In write mode with reach new snapshot (after each synchronous write), the 51 If the level value is 0, up to 16 direct blocks can be addressed by each 53 Level 1 adds an additional indirect addressing level where each indirect 70 0x1000 is the size reserved for each superblock - regardless of the 97 It is a specially formatted file containing records which associate each 139 root node in the superblock and each bit in the bitmap represents one
|
D | gfs2-glocks.txt | 47 are defined for each type of glock. Not all types of glocks use 68 The minimum hold time for each lock is the time after a remote lock 129 the same information is gathered in each case. The super 217 The sbstats file contains a set of these stats for each glock type (so 8 lines 218 for each type) and for each cpu (one column per cpu). The glstats file contains 219 a set of these stats for each glock in a similar format to the glocks file, but 220 using the format mean/variance for each of the timing stats. 223 for the glock in question, along with some addition information on each dlm
|
D | squashfs.txt | 120 To maximise compression there are different inodes for each file type 143 entries, each of which share the shared start block. A new directory header 148 file lookup. Directory indexes store one entry per metablock, each entry 150 in each metadata block. Directories are sorted in alphabetical order, 164 of each datablock is stored in a block list contained within the 214 The xattr table contains extended attributes for each inode. The xattrs 215 for each inode are stored in a list, each list entry containing a type, 228 location of the xattr list inside each inode, a 32-bit xattr id
|
D | logfs.txt | 32 Segments are the primary write unit of LogFS. Within each segments, 54 objects, each consisting of the object header and the payload. 70 each level requires its own separate segment to be open for writing. 84 implementation would require that for each write or a block, all 178 tables of increasing size are used. For each table, the hash value 189 entries each. 235 logfs uses the top half of each inode's address space. The low 8TB
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra20-pcie.txt | 9 - reg: A list of physical base address and length for each set of controller 10 registers. Must contain an entry for each entry in the reg-names property. 16 entry for each entry in the interrupt-names property. 30 PCI regions. The entries must be 6 cells each, where the first three cells 49 - clocks: Must contain an entry for each entry in clock-names. 56 - resets: Must contain an entry for each entry in reset-names. 64 - phys: Must contain an entry for each entry in phy-names.
|
D | xgene-pci.txt | 6 - reg: A list of physical base address and length for each set of controller 7 registers. Must contain an entry for each entry in the reg-names
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | fsl-edma.txt | 16 - interrupts : A list of interrupt-specifiers, one for each entry in 31 - clocks : A list of phandle and clock-specifier pairs, one for each entry in 60 in the dma.txt file, using a two-cell specifier for each channel: the 1st
|
D | qcom_adm.txt | 12 - resets: Must contain an entry for each entry in reset names. 39 cell specifier for each channel.
|
D | renesas,rcar-dmac.txt | 21 - interrupts: interrupt specifiers for the DMAC, one for each entry in 27 - clocks: a list of phandle + clock-specifier pairs, one for each entry
|
/linux-4.4.14/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 21 4. For each property in the __fixups__ node locate the node it references 24 6. For each fixup in the property locate the node:property:offset location
|
D | usage-model.txt | 145 Again on ARM, for each machine_desc, the kernel looks to see if 150 on which entry in the compatible property each machine_desc matches 173 hook from each machine_desc, and the first one returning TRUE is used. 241 instead of hard coding static devices for each platform, the list of 321 of device each node represents, or even if a node represents a device 327 together to create the audio subsystem. I know what each device is 329 know what to do with each node? 337 For each of these nodes, Linux allocates and registers a 343 example, each i2c_client is a child of an i2c_master. Each spi_device 367 i2c_client for each child node, an SPI bus driver will register [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | twd.txt | 17 - interrupts : One interrupt to each core 42 - interrupts : One interrupt to each core
|
D | vexpress-sysreg.txt | 22 by subnodes, each of them requiring the following properties: 82 - first cell of each group defines the function number 84 - second cell of each group defines device number (eg. osc 0,
|
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/ |
D | ldb.txt | 7 nodes describing each of the two LVDS encoder channels of the bridge. 15 interfaces as input for each LVDS channel. 32 The needed clock numbers for each are documented in 56 limitations, only one input port (port@[0,1]) can be used for each channel
|
/linux-4.4.14/Documentation/driver-model/ |
D | bus.txt | 55 iterated over, and the match callback is called for each device that 69 The LDM core provides helper functions for iterating over each list. 78 for each device or driver in the list. All list accesses are 80 count on each object in the list is incremented before the callback is
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | pistachio-clock.txt | 28 - clocks: Must contain an entry for each clock in clock-names. 57 - clocks: Must contain an entry for each clock in clock-names. 85 - clocks: Must contain an entry for each clock in clock-names. 109 - clocks: Must contain an entry for each clock in clock-names.
|
D | rockchip.txt | 15 the 10 individual gates containing 16 clocks each. 23 - clocks : should contain the parent clock for each individual gate,
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-dsp-keystone.txt | 4 the DSP GPIO controller IP. It provides 28 IRQ signals per each DSP core. 11 - each GPIO can be configured only as output pin;
|
D | gpio-vf610.txt | 5 each, and each PORT module has its own interrupt.
|
D | brcm,brcmstb-gpio.txt | 4 registers with each set controlling a bank of up to 32 pins. A single 25 Number of GPIO lines for each bank. Number of elements must
|
/linux-4.4.14/Documentation/hwmon/ |
D | ibmpowernv | 17 'hwmon' populates the 'sysfs' tree having attribute files, each for a given 20 All the nodes in the DT appear under "/ibm,opal/sensors" and each valid node in
|
D | lm93 | 52 voltages. To set fan speed, the LM93 has two PWM outputs that are each 135 and pwm2_override are used to enable this mode; each is a boolean integer 137 and pwm2 are used to set the manual duty cycle; each is an integer (0-255) 157 points of configuration. To start, each PWM output can be bound to any 200 There is an independent base temperature for each temperature channel. Note, 201 however, there are only two tables of offsets: one each for temp[12] and 212 temp<n>_auto_pwm_min. Note, there are only two minimums: one each for temp[12] 235 steps. The duration of each step is configurable. There are two files, with 236 one value each in seconds: pwm_auto_prochot_ramp and pwm_auto_vrdhot_ramp. 244 For each temperature channel, there is a boost temperature: if the channel
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | par_io.txt | 4 The node should reside in the "soc" node of the tree. For each 26 the new device trees. Instead, each Par I/O bank should be represented
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_ds2423 | 19 Result of each page is provided as an ASCII output where each counter 25 If the operation was successful, there is also in the end of each line
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | xics.txt | 11 sources, each identified by a 20-bit source number, and a set of 13 each associated with a virtual CPU. 16 capability for each vcpu, specifying KVM_CAP_IRQ_XICS in args[0] and
|
D | mpic.txt | 9 MPIC will act as the system interrupt controller, connecting to each 29 IRQ input line for each standard openpic source. 0 is inactive and 1
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 9 Up to 64 vivid instances can be created, each with up to 16 inputs and 16 outputs. 94 node_types: which devices should each driver instance create. An array of 95 hexadecimal values, one for each instance. The default is 0x1d3d. 112 num_inputs: the number of inputs, one for each instance. By default 4 inputs 113 are created for each video capture device. At most 16 inputs can be created, 116 input_types: the input types for each instance, the default is 0xe4. This defines 117 what the type of each input is when the inputs are created for each driver 118 instance. This is a hexadecimal value with up to 16 pairs of bits, each 133 num_outputs: the number of outputs, one for each instance. By default 2 outputs 134 are created for each video output device. At most 16 outputs can be [all …]
|
/linux-4.4.14/arch/cris/ |
D | Kconfig | 361 If you do not enable DMA, an interrupt for each character will be 371 If you do not enable DMA, an interrupt for each character will be 396 If you do not enable DMA, an interrupt for each character will be 406 If you do not enable DMA, an interrupt for each character will be 431 If you do not enable DMA, an interrupt for each character will be 465 If you do not enable DMA, an interrupt for each character will be 488 If you do not enable DMA, an interrupt for each character will be 498 If you do not enable DMA, an interrupt for each character will be 523 If you do not enable DMA, an interrupt for each character will be 533 If you do not enable DMA, an interrupt for each character will be
|
/linux-4.4.14/Documentation/powerpc/ |
D | qe_firmware.txt | 60 The QE architecture allows for only one microcode present in I-RAM for each 72 allows each processor to run a different microcode, effectively creating an 127 | 0 | General | Indicates that prior to each host command | 158 | | | for each SNUM of Ethernet TX thread. | 206 must be one and only one 'microcode' structure for each RISC processor. 236 'vtraps' is an array of 8 words that contain virtual trap values for each 241 For each RISC processor there is one 'microcode' structure. The first 248 for each of the 16 traps. If trap[i] is 0, then this particular
|
D | cxl.txt | 46 translation services to allow each AFU direct access to userspace 77 with each of its requests. This tells the PSL which context is 78 associated with each operation. If the PSL can't translate an 150 opened once for each context that is available. 155 Note: IRQs need to be allocated for each context, which may limit 259 each event is of type struct cxl_event, of varying size. 379 identical for each:
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | tegra-soctherm.txt | 16 - clocks : Must contain an entry for each entry in clock-names. 21 - resets : Must contain an entry for each entry in reset-names.
|
D | rockchip-thermal.txt | 11 - clocks : Must contain an entry for each entry in clock-names. 14 - resets : Must contain an entry for each entry in reset-names.
|
/linux-4.4.14/Documentation/devicetree/bindings/fuse/ |
D | nvidia,tegra20-fuse.txt | 19 - clocks: Must contain an entry for each entry in clock-names. 23 - resets: Must contain an entry for each entry in reset-names.
|
/linux-4.4.14/Documentation/power/powercap/ |
D | powercap.txt | 19 given zone belongs to. They each contain attributes for monitoring power, as 22 bigger part consists of multiple smaller parts that each have their own power 159 In addition to that, each power zone contains a name attribute, allowing the 167 with two different time windows to be applied to each power zone. Thus for 168 each zone there are 2 attributes representing the constraint names, 2 power
|
/linux-4.4.14/Documentation/scsi/ |
D | megaraid.txt | 43 both mptraid and megaraid would register with lsiioctl for each 54 (currently only megaraid) register each controller with the common module. 67 Common module dedicates one uioc_t packet to each controller registered. This
|
/linux-4.4.14/Documentation/timers/ |
D | hpet.txt | 10 each of which can generate oneshot interrupts and at least one of which has 13 independent of each other ... these share a counter, complicating resets.
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-fakedev.txt | 6 Unlike the SPEC driver, which creates an FMC device for each PCI cards 13 replicated for each fake mezzanine.
|
D | fmc-trivial.txt | 9 different gateware file in each card. The whole list of parameters it
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | gr-udc.txt | 24 each OUT endpoint of the core. Fewer entries overrides the default sizes 30 each IN endpoint of the core. Fewer entries overrides the default sizes
|
/linux-4.4.14/Documentation/ |
D | DMA-attributes.txt | 29 may be weakly ordered, that is that reads and writes may pass each other. 65 set on each call. 77 having a mapping created separately for each device and is usually 79 for the given buffer with device pointer to each device taking part in
|
D | IRQ-domain.txt | 4 space where each separate IRQ source is assigned a different number. 7 that each one gets assigned non-overlapping allocations of Linux 41 calling one of the irq_domain_add_*() functions (each mapping method 67 to Linux irq, and each mechanism uses a different allocation function. 167 hardware architecture, an irq_domain data structure is built for each 200 irq_domain structure is built for each interrupt controller, and an 201 irq_data structure is allocated for each irq_domain associated with an 203 irq_chip. That is, an irq_chip is associated with each irq_data along
|
D | dynamic-debug-howto.txt | 78 The third column shows the currently enabled flags for each debug 124 with implicit ANDs between each pair. Note that an empty list of 146 The meanings of each keyword are: 150 of each callsite. Example: 157 each callsite. Examples: 165 of each callsite. The module name is the string as 190 against the line number of each pr_debug() callsite. A single 281 "foo" is extracted from the param-name, and applied to each query in 282 "QUERY", and only 1 match-spec of each type is allowed.
|
D | kasan.txt | 128 The state of each 8 aligned bytes of memory is encoded in one shadow byte. 130 We use the following encoding for each shadow byte: 0 means that all 8 bytes 145 of kmemcheck: use shadow memory to record whether each byte of memory is safe 146 to access, and use compile-time instrumentation to check shadow memory on each 165 function calls (__asan_load*(addr), __asan_store*(addr)) before each memory
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt | 19 - interrupts : each one of the interrupts here is one entry per 32 MSIs, 99 In the PAMU, each PCI controller is given only one primary window. The 104 PAMU primary windows can be divided into 256 subwindows, and each 106 physical"). However, each subwindow has to have the same alignment, which
|
D | raideng.txt | 30 There must be a sub-node for each job queue present in RAID Engine 48 There must be a sub-node for each job ring present in RAID Engine
|
/linux-4.4.14/arch/blackfin/mach-bf609/ |
D | Kconfig | 38 The slave interface id of each slot should be set according following table. 221 The slave interface id of each slot should be set according following table. 404 The slave interface id of each slot should be set according following table. 587 The slave interface id of each slot should be set according following table. 770 The slave interface id of each slot should be set according following table. 953 The slave interface id of each slot should be set according following table. 1048 The slave interface id of each slot should be set according following table. 1169 The slave interface id of each slot should be set according following table. 1235 The slave interface id of each slot should be set according following table. 1334 The slave interface id of each slot should be set according following table. [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
D | sharp,lq101r1sx01.txt | 4 - left-right: each channel drives the left or right half of the screen 5 - even-odd: each channel drives the even or odd lines of the screen
|
/linux-4.4.14/Documentation/rapidio/ |
D | sysfs.txt | 8 For each RapidIO device, the RapidIO subsystem creates files in an individual 45 In addition to the files listed above, each device has a binary attribute file 76 each entry. 87 Device-specific switch attributes are listed for each RapidIO switch driver 138 the corresponding subdirectory will also contain subdirectories for each
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 15 struct is one class, while each inode has its own instantiation of that 54 The bit position indicates STATE, STATE-read, for each of the states listed 55 above, and the character displayed in each indicates: 138 locks in this fixed order on each of the objects. 217 sequence of locks taken after each other) only once. A simple stack of 239 will result in lock-class leakage. The issue here is that each 248 a hash table with 8192 buckets where each bucket has its own 249 spinlock_t will consume 8192 lock classes -unless- each spinlock 254 In contrast, a loop that called spin_lock_init() on each lock
|
/linux-4.4.14/tools/perf/tests/attr/ |
D | test-record-graph-dwarf | 9 # TODO different for each arch, no support for that now
|
/linux-4.4.14/Documentation/thermal/ |
D | cpu-cooling-api.txt | 129 - Time the circuit spends in each 'power state' 134 The time the circuit spends in each 'power state' for a given 155 each CPU can be powered OFF separately or if only a single power 159 then start from a set of reference values for each power managed 160 region (e.g. CPU, Cluster/L2) in each state (e.g. ON, OFF) at an 162 are then scaled for all of the following: the time in each state, the
|
/linux-4.4.14/Documentation/RCU/ |
D | arrayRCU.txt | 24 That aside, each of the three RCU-protected pointer situations are 30 Hash tables are often implemented as an array, where each array entry 39 located in each array element, and where the array is never resized, 153 each array entry rather than to the entire array.
|
/linux-4.4.14/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 58 each layer described in the specification is implemented as a separate layer. 65 - Layered architecture (a la Streams), each layer in the CAIF 150 - In order to send data upwards, each layer should do 152 - In order to send data downwards, each layer should do
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap-dss.txt | 8 Binding details for each OMAP SoC version are described in respective binding 29 and the properties for the ports and endpoints for each encoder are 39 name for each display. If no aliases are defined, a semi-random number is used
|
/linux-4.4.14/fs/jffs2/ |
D | TODO | 3 let each outstanding write reserve the _maximum_ amount of physical 26 are likely to become dirty, and end up with blocks which are each far
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | nvmem.txt | 67 nvmem-cell-names: names for the each nvmem-cells specified. Required if 72 nvmem-names: names for the each nvmem provider. required if nvmem is used.
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 58 hierarchy, and a set of subsystems; each subsystem has system-specific 59 state attached to each cgroup in the hierarchy. Each hierarchy has 77 tasks in each cgroup. 97 different subsystems - having parallel hierarchies allows each 103 At one extreme, each resource controller or subsystem could be in a 175 cgroup_subsys_state objects, one for each cgroup subsystem 177 the cgroup of which it's a member in each hierarchy, but this 184 field of each task_struct using the css_set, anchored at 227 for each active hierarchy, the subsystem names and the cgroup name 245 Other subsystems such as cpusets may add additional files in each [all …]
|
/linux-4.4.14/sound/soc/dwc/ |
D | Kconfig | 8 maximum of 8 channels each for play and record.
|
/linux-4.4.14/drivers/auxdisplay/ |
D | Kconfig | 51 many parallel ports are present and which address each one has. 59 int "Delay between each control writing (microseconds)" 63 Amount of time the ks0108 should wait between each control write
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-lp55xx.txt | 15 - led-cur: Current setting at each led channel (mA x10, 0 if led is not connected) 16 - max-cur: Maximun current at each led channel. 27 Alternatively, each child can have a specific channel name and trigger:
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-perl.txt | 26 That will generate a starter script containing a handler for each of 28 field for each event in the trace file. 40 'handler function' is called for each event in the trace. If there's 93 Here's a brief description of each of the invariant event args: 163 The remaining sections provide descriptions of each of the available
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 154 0x144 | | m_0 | From now on each interface is described, all 269 | | | each ISO packets is not transmitted. 315 | | | between each ISO packets is not transmitted. 336 | | | between each ISO packets is not transmitted. 358 | | | between each ISO packets is not transmitted.
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | TEST.DOC | 79 size. There are 32 fields, each 4 bytes in size. Each field corresponds 85 are individual tests, they each require their own "Call-out" sections. 148 3 different calls to the package if each of the three following tests 160 basically, it enables each of these exceptions and forces 161 each using an implemented FP instruction. this process
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 229 debugfs shows what the fragmentation index for each order is in each zone in 319 pages for each zones from them. These are shown as array of protection pages 428 watermark[WMARK_MIN] value for each lowmem zone in the system. 444 A percentage of the total pages in each zone. On Zone reclaim 462 This is a percentage of the total pages in each zone. Zone reclaim will 549 "Node order" orders the zonelists by node, then by zone within each node. 552 "Zone Order" orders the zonelists by zone type, then by node within each 578 the memory state information for each one. Such systems should not 705 This is the fraction of pages at most (high mark pcp->high) in each zone that 706 are allocated for each per cpu page list. The min value for this is 8. It [all …]
|
/linux-4.4.14/Documentation/features/ |
D | arch-support.txt | 3 arch-support.txt file in each feature directory shows the arch
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | m_can.txt | 20 RAM and each element(e.g Rx FIFO or Tx Buffer and etc) 32 elements are used for each FIFO/Buffer.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-efi-vars | 16 creates a separate directory for each one found. Each 31 explanation of each of these variables.
|
D | syscalls | 10 mapped to each syscall.
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | nvidia,tegra-mc.txt | 10 - clocks: Must contain an entry for each entry in clock-names. 24 The node should contain a "emc-timings" subnode for each supported RAM type (see field RAM_CODE in
|
/linux-4.4.14/Documentation/power/regulator/ |
D | machine.txt | 16 each regulator. 41 for each regulator power domain. This structure also maps the consumers
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | media5200.dts | 118 device-width = <2>; // Two devices on each bank 125 device-width = <2>; // Two devices on each bank
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 4 various Qualcomm platforms. The RPM allows each component in the system to vote 140 The regulator node houses sub-nodes for each regulator within the device. Each 141 sub-node is identified using the node's name, with valid values listed for each 159 The content of each sub-node is defined by the standard binding for regulators -
|
/linux-4.4.14/Documentation/security/ |
D | IMA-templates.txt | 15 However, the main problem to introduce this feature is that, each time 48 The functions ima[_ascii]_measurements_show() retrieve, for each entry, 50 method for each item of the array of template fields structures.
|
/linux-4.4.14/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 38 (2048 data + 32 spare) each. 51 In the BCH mode the ECC code will be calculated for each transferred chunk 64 If the ECC mode is 'Hamming' the ECC is 6 bytes long, for each 512B block.
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 14 system. Each guest gets its own unique, emulated, software TPM. However, each 16 which seals the secrets to the Physical TPM. If the process of creating each of 91 persistent state of each vTPM.
|
/linux-4.4.14/fs/dlm/ |
D | Kconfig | 14 Under the debugfs mount point, the name of each lockspace will
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | lpc18xx-wdt.txt | 6 - clocks: Must contain an entry for each entry in clock-names.
|
D | imgpdc-wdt.txt | 6 - clocks: Must contain an entry for each entry in clock-names.
|
/linux-4.4.14/arch/arc/ |
D | Kconfig.debug | 9 kernel stack attached to each process/thread. The default is 8K.
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.vbi | 16 header and a 42 bytes payload each. Anything beyond this limit is cut off by 34 For each line the least significant 4 bits of the first byte contain the data type.
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 84 This is struct describes each port, 0 or 1. The platform driver 85 should set the flags field of each port to S3C_HCDFLG_USED if
|