/linux-4.4.14/arch/mips/mm/ |
D | c-octeon.c | 198 c->icache.sets = 64 << ((config1 >> 22) & 7); in probe_octeon() 202 c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() 206 c->dcache.sets = 2; /* CN5XXX has two Dcache sets */ in probe_octeon() 208 c->dcache.sets = 1; /* CN3XXX has one Dcache set */ in probe_octeon() 211 c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon() 218 c->icache.sets = 8; in probe_octeon() 221 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon() 225 c->dcache.sets = 8; in probe_octeon() 226 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon() 232 c->icache.sets = 16; in probe_octeon() [all …]
|
D | sc-mips.c | 160 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local 165 sets = cfg & CM_GCR_L2_CONFIG_SET_SIZE_MSK; in mips_sc_probe_cm3() 166 sets >>= CM_GCR_L2_CONFIG_SET_SIZE_SHF; in mips_sc_probe_cm3() 167 if (sets) in mips_sc_probe_cm3() 168 c->scache.sets = 64 << sets; in mips_sc_probe_cm3() 178 c->scache.waysize = c->scache.sets * c->scache.linesz; in mips_sc_probe_cm3() 229 c->scache.sets = 64 << tmp; in mips_sc_probe() 239 c->scache.waysize = c->scache.sets * c->scache.linesz; in mips_sc_probe()
|
D | c-r4k.c | 1132 c->icache.sets = 64 << ((config1 >> 22) & 7); in probe_pcache() 1134 icache_size = c->icache.sets * in probe_pcache() 1144 c->dcache.sets = 64 << ((config1 >> 13) & 7); in probe_pcache() 1146 dcache_size = c->dcache.sets * in probe_pcache() 1155 c->icache.sets = 16; in probe_pcache() 1158 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_pcache() 1162 c->dcache.sets = 8; in probe_pcache() 1163 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_pcache() 1185 c->icache.sets = 32 << (((config1 >> 22) + 1) & 7); in probe_pcache() 1188 icache_size = c->icache.sets * in probe_pcache() [all …]
|
D | c-tx39.c | 417 current_cpu_data.icache.sets = in tx39_cache_init() 419 current_cpu_data.dcache.sets = in tx39_cache_init()
|
D | sc-rm7k.c | 240 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in rm7k_sc_init()
|
/linux-4.4.14/fs/nls/ |
D | Kconfig | 43 native language character sets. These character sets are stored 55 native language character sets. These character sets are stored 67 native language character sets. These character sets are stored 80 native language character sets. These character sets are stored in 96 native language character sets. These character sets are stored in 111 native language character sets. These character sets are stored in 122 native language character sets. These character sets are stored in 133 native language character sets. These character sets are stored in 144 native language character sets. These character sets are stored in 155 native language character sets. These character sets are stored in [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/uniphier/ |
D | cache-uniphier.txt | 9 - reg: offsets and lengths of the register sets for the device. It should 14 - cache-sets: specifies the number of associativity sets of the cache 33 cache-sets = <256>; 45 cache-sets = <512>; 57 cache-sets = <512>;
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | probe.c | 40 boot_cpu_data.icache.sets = 256; in cpu_probe() 49 boot_cpu_data.dcache.sets = 512; in cpu_probe() 208 boot_cpu_data.icache.sets = (size >> 6); in cpu_probe() 216 boot_cpu_data.dcache.sets = (size >> 6); in cpu_probe() 254 boot_cpu_data.scache.sets = size / in cpu_probe() 259 (boot_cpu_data.scache.sets * in cpu_probe()
|
/linux-4.4.14/arch/arc/mm/ |
D | tlb.c | 254 int num_tlb = mmu->sets * mmu->ways; in local_flush_tlb_all() 731 unsigned int ver:8, ways:4, sets:4, u_itlb:8, u_dtlb:8; in read_decode_mmu_bcr() member 733 unsigned int u_dtlb:8, u_itlb:8, sets:4, ways:4, ver:8; in read_decode_mmu_bcr() 739 unsigned int ver:8, ways:4, sets:4, res:3, sasid:1, pg_sz:4, in read_decode_mmu_bcr() member 742 unsigned int u_dtlb:4, u_itlb:4, pg_sz:4, sasid:1, res:3, sets:4, in read_decode_mmu_bcr() 764 mmu->sets = 1 << mmu2->sets; in read_decode_mmu_bcr() 771 mmu->sets = 1 << mmu3->sets; in read_decode_mmu_bcr() 780 mmu->sets = 64 << mmu4->n_entry; in read_decode_mmu_bcr() 803 p_mmu->sets * p_mmu->ways, p_mmu->sets, p_mmu->ways, in arc_mmu_mumbojumbo() 892 for (set = 0; set < mmu->sets; set++) { in do_tlb_overlap_fault()
|
/linux-4.4.14/Documentation/networking/ |
D | generic-hdlc.txt | 52 * v35 | rs232 | x21 | t1 | e1 - sets physical interface for a given port 59 * rate - sets clock rate in bps (for "int" or "txint" clock only) 64 * hdlc - sets raw HDLC (IP-only) mode 65 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code 67 crc16-itu (CRC16 with ITU-T polynomial) / crc16-itu-pr0 - sets parity 72 * cisco - sets Cisco HDLC mode (IP, IPv6 and IPX supported) 77 * ppp - sets synchronous PPP mode 79 * x25 - sets X.25 mode
|
D | dccp.txt | 50 DCCP_SOCKOPT_QPOLICY_ID sets the dequeuing policy for outgoing packets. It takes 62 DCCP_SOCKOPT_QPOLICY_TXQLEN sets the maximum length of the output queue. A zero 70 DCCP_SOCKOPT_SERVICE sets the service. The specification mandates use of 87 DCCP_SOCKOPT_CCID is write-only and sets both the TX and RX CCIDs at the same 95 DCCP_SOCKOPT_TX_CCID is read/write. It returns the current CCID (if set) or sets 113 DCCP_SOCKOPT_SEND_CSCOV sets the sender checksum coverage. Values in the 117 sets a threshold, where again values 0..15 are acceptable. The default 145 the behaviour of the other, passive side: this variable also sets
|
D | pktgen.txt | 119 pgset "clone_skb 1" sets the number of copies of the same packet 124 pgset "pkt_size 9014" sets packet size to 9014 126 pgset "count 200000" sets number of packets to send, set to zero 131 pgset "dst 10.0.0.1" sets IP destination address 140 pgset "dstmac 00:00:00:00:00:00" sets MAC destination address 141 pgset "srcmac 00:00:00:00:00:00" sets MAC source address 241 interface/device parameter "-i" sets variable $DEV. Copy the
|
D | netdev-features.txt | 9 Part I: Feature sets 18 There are currently three sets of features relevant to the driver, and 83 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
|
D | ipvs-sysctl.txt | 6 It sets the always mode drop rate, which is used in the mode 3 12 It sets the available memory threshold (in pages), which is 191 It sets synchronization threshold, which is the minimum number
|
D | ppp_generic.txt | 324 * PPPIOCSMRU sets the MRU (maximum receive unit) for the interface. 327 * PPPIOCSFLAGS sets flags which control the operation of the 359 * PPPIOCSCOMPRESS sets the parameters for packet compression or 371 * PPPIOCSDEBUG sets the debug flags for the interface to the value in 388 * PPPIOCSMAXCID sets the maximum connection-ID parameter (and thus the 396 * PPPIOCSNPMODE sets the network-protocol mode for a given network 426 packets and sets the multilink MRRU (maximum reconstructed receive
|
D | framerelay.txt | 29 FR firmware into the card, sets the irq/port/memory information, and provides
|
D | netdevices.txt | 70 When the driver sets NETIF_F_LLTX in dev->features this will be
|
D | stmmac.txt | 48 The xmit method is invoked when the kernel needs to transmit a packet; it sets 51 By default, the driver sets the NETIF_F_SG bit in the features field of the 158 o enh_desc: if sets the MAC will use the enhanced descriptor structure.
|
D | tlan.txt | 82 This sets aui to 0x1 and debug to 0x7, assuming eth0 is a
|
/linux-4.4.14/arch/sparc/mm/ |
D | leon_mm.c | 246 unsigned int ssize, sets; in leon_flush_needed() local 254 sets = (cregs.dccr & LEON3_XCCR_SETS_MASK) >> 24; in leon_flush_needed() 259 sets > 3 ? "unknown" : setStr[sets], ssize); in leon_flush_needed() 260 if ((ssize <= (PAGE_SIZE / 1024)) && (sets == 0)) { in leon_flush_needed()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | probe.c | 65 boot_cpu_data.dcache.sets = 128; in cpu_probe() 72 boot_cpu_data.dcache.sets = 256; in cpu_probe() 96 boot_cpu_data.dcache.sets = 512; in cpu_probe()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | probe.c | 43 boot_cpu_data.icache.sets = 256; in cpu_probe() 47 boot_cpu_data.icache.way_size = boot_cpu_data.icache.sets * in cpu_probe()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | cpu.c | 284 boot_cpu_data.icache.sets = 1 << SYSREG_BFEXT(ISET, config1); in setup_processor() 290 boot_cpu_data.dcache.sets = 1 << SYSREG_BFEXT(DSET, config1); in setup_processor() 342 boot_cpu_data.icache.sets * in c_show() 345 boot_cpu_data.dcache.sets * in c_show() 368 boot_cpu_data.icache.sets, in c_show() 373 boot_cpu_data.dcache.sets, in c_show()
|
/linux-4.4.14/arch/sh/mm/ |
D | cache.c | 247 c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1); in compute_alias() 255 boot_cpu_data.icache.sets, in emit_cache_params() 263 boot_cpu_data.dcache.sets, in emit_cache_params() 276 boot_cpu_data.scache.sets, in emit_cache_params() 326 (boot_cpu_data.dcache.sets == 512)) { in cpu_cache_init()
|
D | cache-sh7705.c | 37 waysize = current_cpu_data.dcache.sets; in cache_wback_all() 105 waysize = current_cpu_data.dcache.sets; in __flush_dcache_page()
|
D | cache-debugfs.c | 55 waysize = cache->sets; in cache_seq_show()
|
D | cache-sh5.c | 254 set_offset &= (cpu_data->dcache.sets - 1); in sh64_dcache_purge_sets() 306 sh64_dcache_purge_sets(0, cpu_data->dcache.sets); in sh64_dcache_purge_all()
|
D | cache-sh4.c | 154 (current_cpu_data.dcache.sets << in flush_dcache_all()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 55 first one available (bit 0 has been cleared). The driver sets that bit, fills 57 driver then sets the parameter ready bit (bit 1). The firmware scans the 58 mailboxes for pending commands, processes them, sets the result code, populates 59 the result value array with that call's return values and sets the call
|
D | fw-memory.txt | 72 0x8c-0xdc - rest of write linked list reg, 8 sets of 3 total, DMA goes here
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | scan.c | 384 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list() local 392 if (sets[i].ssid.ssid_len > 0) in wlcore_scan_sched_scan_ssid_list() 428 if (!sets[i].ssid.ssid_len) in wlcore_scan_sched_scan_ssid_list() 432 cmd->ssids[cmd->n_ssids].len = sets[i].ssid.ssid_len; in wlcore_scan_sched_scan_ssid_list() 434 sets[i].ssid.ssid, sets[i].ssid.ssid_len); in wlcore_scan_sched_scan_ssid_list()
|
/linux-4.4.14/arch/sh/kernel/cpu/ |
D | init.c | 131 waysize = current_cpu_data.dcache.sets; in cache_init() 312 current_cpu_data.icache.way_size = current_cpu_data.icache.sets * in cpu_init() 319 current_cpu_data.dcache.way_size = current_cpu_data.dcache.sets * in cpu_init()
|
D | proc.c | 69 cache_size = info.ways * info.sets * info.linesz; in show_cacheinfo()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 27 Writing to this file sets the status LED luminance (1..127) 36 Writing to this file sets the status LED luminance (1..127) 44 Writing to this file sets which one of the four (for Intuos 4 53 Writing to this file sets which one of the left four (for Cintiq 21UX2 61 Writing to this file sets the overall luminance level (0..15)
|
D | sysfs-class-power | 27 This entry shows and sets the maximum time the max14577 41 This entry shows and sets the maximum time the max77693 55 This entry shows and sets the charging current threshold for 70 This entry shows and sets the maximum time the max77693
|
D | sysfs-bus-iio-gyro-bmg160 | 6 which sets driver in a mode, where data is pushed to the buffer
|
D | sysfs-bus-iio-accel-bmc150 | 6 which sets driver in a mode, where data is pushed to the buffer
|
D | sysfs-cfq-target-latency | 6 when the user sets cfq to /sys/block/<device>/scheduler.
|
D | sysfs-bus-i2c-devices-hm6352 | 12 Description: Sets the power state of the device. 0 sets the device into
|
D | sysfs-i2c-bmp085 | 30 Writing: sets a new oversampling setting.
|
D | sysfs-class-devfreq | 37 The /sys/class/devfreq/.../polling_interval shows and sets 63 sets the requested frequency for the devfreq object if
|
D | sysfs-module | 20 [ USB 2.0 sets maximum allowed time for periodic transfers per
|
D | sysfs-tty | 146 Shows current RX interrupt trigger bytes or sets the 154 device specification. For example, when user sets 7bytes on
|
D | sysfs-driver-hid-logitech-lg4ff | 6 wheel. Writing a value within min and max boundaries sets the
|
D | sysfs-class-extcon | 96 directory show the mutually-exclusive sets, not the contents
|
D | sysfs-driver-hid-roccat-kone | 72 When written, this file sets the number of the startup profile
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ste-href-ab8500.dtsi | 257 * This sets up the YCBCR connector pins, i.e. analog video out. 276 /* This sets up the PWM pins 14 and 15 */ 291 /* This sets up audio interface 1 */ 308 /* This sets up the USB UICC pins */ 324 /* This sets up the microphone pins */
|
D | ste-href-ab8505.dtsi | 113 /* This sets up the PWM pin 14 */ 127 /* This sets up audio interface 2 */
|
D | uniphier-ph1-pro5.dtsi | 110 cache-sets = <512>; 123 cache-sets = <512>;
|
D | bcm63138.dtsi | 73 cache-sets = <1024>;
|
D | arm-realview-pb1176.dts | 199 * Override default cache size, sets and 205 cache-sets = <512>;
|
D | uniphier-ph1-sld3.dtsi | 132 cache-sets = <256>;
|
D | uniphier-ph1-sld8.dtsi | 102 cache-sets = <256>;
|
D | uniphier-ph1-ld4.dtsi | 102 cache-sets = <256>;
|
/linux-4.4.14/drivers/ata/ |
D | pata_sis.c | 727 struct sis_chipset *sets; in sis_init_one() local 784 for (sets = &sis_chipsets[0]; sets->device; sets++) { in sis_init_one() 785 host = pci_get_device(PCI_VENDOR_ID_SI, sets->device, NULL); in sis_init_one() 787 chipset = sets; /* Match found */ in sis_init_one() 788 if (sets->device == 0x630) { /* SIS630 */ in sis_init_one()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf.txt | 18 --debug verbose # sets verbose = 1 19 --debug verbose=2 # sets verbose = 2
|
D | perf-script.txt | 139 second invocation sets the fields to comm,tid,time,ip,sym. In this case a 148 The first -f sets the fields for all events and the second -f
|
/linux-4.4.14/net/netfilter/ipset/ |
D | Kconfig | 7 In order to define and use the sets, you need the userspace utility 8 ipset(8). You can use the sets in netfilter via the "set" match 16 int "Maximum number of IP sets" 22 of IP sets for the kernel. 163 kind of set one can store the name of other sets and it forms 164 an ordered union of the member sets.
|
/linux-4.4.14/drivers/mtd/nand/ |
D | s3c2410.c | 941 struct s3c2410_nand_set *sets; in s3c24xx_nand_probe() local 996 sets = (plat != NULL) ? plat->sets : NULL; in s3c24xx_nand_probe() 1019 s3c2410_nand_init_chip(info, nmtd, sets); in s3c24xx_nand_probe() 1022 (sets) ? sets->nr_chips : 1, in s3c24xx_nand_probe() 1028 s3c2410_nand_add_partition(info, nmtd, sets); in s3c24xx_nand_probe() 1031 if (sets != NULL) in s3c24xx_nand_probe() 1032 sets++; in s3c24xx_nand_probe()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500_mmu.c | 51 static int tlb0_set_base(gva_t addr, int sets, int ways) in tlb0_set_base() argument 55 set_base = (addr >> PAGE_SHIFT) & (sets - 1); in tlb0_set_base() 63 return tlb0_set_base(addr, vcpu_e500->gtlb_params[0].sets, in gtlb0_set_base() 748 u32 sets; in kvm_vcpu_ioctl_config_tlb() local 770 sets = params.tlb_sizes[0] >> ilog2(params.tlb_ways[0]); in kvm_vcpu_ioctl_config_tlb() 771 if (!is_power_of_2(sets)) in kvm_vcpu_ioctl_config_tlb() 841 vcpu_e500->gtlb_params[0].sets = sets; in kvm_vcpu_ioctl_config_tlb() 844 vcpu_e500->gtlb_params[1].sets = 1; in kvm_vcpu_ioctl_config_tlb() 917 vcpu_e500->gtlb_params[0].sets = in kvmppc_e500_tlb_init() 921 vcpu_e500->gtlb_params[1].sets = 1; in kvmppc_e500_tlb_init()
|
D | e500.h | 57 int entries, ways, sets; member
|
D | e500_mmu_host.c | 797 host_tlb_params[0].sets = in e500_mmu_host_init() 799 host_tlb_params[1].sets = 1; in e500_mmu_host_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | marvell-pp2.txt | 6 - reg: addresses and length of the register sets for the device. 7 Must contain the following register sets:
|
D | broadcom-bcm87xx.txt | 9 - broadcom,c45-reg-init : one of more sets of 4 cells. The first cell
|
D | brcm,bcm7445-switch-v4.0.txt | 6 - reg: addresses and length of the register sets for the device, must be 6
|
D | rockchip-dwmac.txt | 7 - reg: addresses and length of the register sets for the device.
|
D | amd-xgbe.txt | 5 - reg: Address and length of the register sets for the device
|
/linux-4.4.14/arch/sh/include/asm/ |
D | cache.h | 22 unsigned int sets; /* Number of cache sets */ member
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | cache.h | 19 unsigned int sets; member
|
/linux-4.4.14/include/linux/platform_data/ |
D | mtd-nand-s3c2410.h | 56 struct s3c2410_nand_set *sets; member
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | probe.c | 22 boot_cpu_data.dcache.sets = 256; in cpu_probe()
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 70 This property gets/sets the last known external 77 This property gets/sets the sensors ADC analog integration time. 83 This property gets/sets the table of coefficients
|
D | sysfs-bus-iio-light-tsl2583 | 5 This property gets/sets the table of coefficients
|
D | device.txt | 27 large sets of different parts supported by a given driver.
|
/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
D | smp.c | 471 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets)); in loongson3a_play_dead() 533 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets)); in loongson3b_play_dead()
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | sh-msiof.txt | 13 - reg : A list of offsets and lengths of the register sets for 17 If two register sets are present, the first is to be
|
/linux-4.4.14/Documentation/extcon/ |
D | porting-android-switch-class | 74 extcon_set_cable_state_(edev, 1) sets cable 2's state. 75 extcon_set_cable_state(edev, "2") sets cable 2's state 76 4. extcon_update_state(edev, 0x01, 0) sets the least bit's 0.
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | Kconfig | 14 Setting this enables DCA support on some Intel chip sets
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-aat1290.txt | 18 node, which sets the host as a strobe signal provider. Entry 19 "isp" must refer to the pin configuration node, which sets the
|
/linux-4.4.14/arch/mn10300/lib/ |
D | __ucmpdi2.S | 31 subc a1,d1 # may clear Z, never sets it
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig | 54 This option sets which CPUFreq governor shall be loaded at 61 Use the CPUFreq governor 'performance' as default. This sets 69 Use the CPUFreq governor 'powersave' as default. This sets 110 This cpufreq governor sets the frequency statically to the 121 This cpufreq governor sets the frequency statically to the
|
/linux-4.4.14/Documentation/hwmon/ |
D | adm9240 | 89 * User sets 0 to fan_min limit 94 * User sets fan_min limit too low 103 * User sets reasonable fan speed 108 * User sets unreasonably high low fan speed limit
|
D | g760a | 22 Setting a period of 0 stops the fan; setting the period to 255 sets
|
D | w83793 | 37 6 remote temperatures, up to 8 sets of PWM fan controls, SmartFan 39 sets of 6-pin CPU VID input.
|
D | max6650 | 39 fan1_div rw sets the speed range the inputs can handle. Legal
|
D | lm80 | 32 Temperatures are measured in degrees Celsius. There are two sets of limits
|
D | ucd9200 | 96 attribute sets is determined by the number of enabled
|
D | adm1026 | 84 largest difference between current and tmin of the temperature sensors sets
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | probe.c | 48 boot_cpu_data.dcache.sets = 128; in cpu_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | pxa-mmc.txt | 10 - marvell,detect-delay-ms: sets the detection delay timeout in ms.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | nau8825.txt | 69 - nuvoton,jack-insert-debounce: number from 0 to 7 that sets debounce time to 2^(n+2) ms 70 - nuvoton,jack-eject-debounce: number from 0 to 7 that sets debounce time to 2^(n+2) ms
|
/linux-4.4.14/Documentation/video4linux/ |
D | cpia2_overview.txt | 17 The cameras appear externally as three sets of registers. Setting register 22 The register sets are called blocks. Block 0 is the system block. This
|
D | soc-camera.txt | 111 VIDIOC_S_CROP: sets location and sizes of the sensor window. Unit is one sensor 115 VIDIOC_S_FMT: sets user window. Should preserve previously set sensor window as
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | nxp,pca9685-pwm.txt | 8 The index 16 is the ALLCALL channel, that sets all PWM channels at the same
|
/linux-4.4.14/Documentation/filesystems/ |
D | ntfs.txt | 13 - Using NTFS volume and stripe sets 33 For fault tolerance and raid support (i.e. volume and stripe sets), you can 113 sets contain insufficient characters to represent all 228 Using NTFS volume and stripe sets 231 For support of volume and stripe sets, you can either use the kernel's 244 Linear volume sets, i.e. linear raid, has been tested and works fine. Even 245 though untested, there is no reason why stripe sets, i.e. raid level 0, and 384 Linear volume sets, i.e. linear raid, as well as stripe sets, i.e. raid level 412 mirrors, change it to "raid-level 1", and for stripe sets with parity, change 415 Note for stripe sets with parity you will also need to tell the MD driver
|
D | spufs.txt | 78 sets errno to EINVAL. If there is no data available in the mail 92 sets errno to EINVAL. If there is no data available in the mail 112 four is requested, write returns -1 and sets errno to EINVAL. If there 139 sets errno to EINVAL. Otherwise, a four byte value is placed in 199 sets errno to EINVAL. Otherwise, a four byte value is placed in 205 sets errno to EINVAL. Otherwise, a four byte value is copied 221 sets errno to EINVAL. Otherwise, a four byte value is placed in 227 sets errno to EINVAL. Otherwise, a four byte value is copied
|
D | files.txt | 21 elements - the fd sets (open_fds and close_on_exec, the 22 array of file pointers, the sizes of the sets and the array
|
D | autofs4-mount-control.txt | 237 input parameter and sets the version information in the passed in structure. 248 and sets the requested version number in structure field arg1. These 294 also sets the process group id used to identify the controlling process 373 The call returns 1 if this is a mount point and sets arg1 to the device
|
D | dax.txt | 62 - implementing an mmap file operation for DAX files which sets the
|
/linux-4.4.14/arch/mips/include/asm/ |
D | cpu-info.h | 24 unsigned short sets; /* Number of lines per set */ member
|
/linux-4.4.14/security/selinux/ |
D | Kconfig | 31 This option sets the default value for the kernel parameter 83 This option sets the default value for the 'checkreqprot' flag 121 This option sets the value for the maximum policy format version
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | mach-vstms.c | 119 .sets = vstms_nand_sets,
|
D | common-smdk.c | 173 .sets = smdk_nand_sets,
|
D | mach-rx3715.c | 166 .sets = rx3715_nand_sets,
|
D | mach-at2440evb.c | 116 .sets = at2440evb_nand_sets,
|
D | mach-qt2410.c | 286 .sets = qt2410_nand_sets,
|
D | mach-osiris.c | 239 .sets = osiris_nand_sets,
|
D | mach-anubis.c | 224 .sets = anubis_nand_sets,
|
D | mach-gta02.c | 443 .sets = gta02_nand_sets,
|
D | mach-jive.c | 233 .sets = jive_nand_sets,
|
D | mach-bast.c | 300 .sets = bast_nand_sets,
|
D | mach-mini2440.c | 288 .sets = mini2440_nand_sets,
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 10 # again once vmwgfx sets up the primary plane itself.
|
/linux-4.4.14/drivers/soc/ti/ |
D | Kconfig | 26 on Keystone family of devices. It sets up the dma channels for the
|
/linux-4.4.14/Documentation/s390/ |
D | zfcpdump.txt | 7 hardware saves some memory plus the register sets of the boot CPU before the 22 register sets are stored in the prefix pages of the respective CPUs. To build a
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-mv64xxx.txt | 16 auto-detects this and sets it appropriately.
|
D | i2c.txt | 15 For other required properties e.g. to describe register sets,
|
/linux-4.4.14/arch/x86/boot/ |
D | pmjump.S | 58 # The 32-bit code sets up its own stack, but this way we do have
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-system-cpu | 20 If a process ever sets the DSCR (via direct access to the
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | fsl,ftm-timer.txt | 6 - reg : Specifies base physical address and size of the register sets for the
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | holly.dts | 31 d-cache-sets = <128>; 32 i-cache-sets = <128>;
|
/linux-4.4.14/security/apparmor/ |
D | Kconfig | 23 This option sets the default value for the kernel parameter
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | mv-xor.txt | 5 - reg: Should contain registers location and length (two sets)
|
/linux-4.4.14/Documentation/timers/ |
D | timers-howto.txt | 100 msleep sets the current task to TASK_UNINTERRUPTIBLE 101 whereas msleep_interruptible sets the current task to
|
/linux-4.4.14/drivers/staging/iio/Documentation/dac/ |
D | max517 | 17 shows the different feature sets of the variants MAX517, MAX518 and MAX519:
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | berlin,pinctrl.txt | 4 controller register sets. Pin controller nodes should be a sub-node of
|
D | meson,pinctrl.txt | 14 gpio register sets
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | ahci-st.txt | 7 - reg : Physical base addresses and length of register sets
|
/linux-4.4.14/arch/c6x/kernel/ |
D | vectors.S | 12 ; At RESET the processor sets up the DRAM timing parameters and
|
/linux-4.4.14/samples/pktgen/ |
D | README.rst | 30 interface/device parameter "-i" sets variable $DEV.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 52 - cache-sets : specifies the number of associativity sets of the cache
|
D | marvell,berlin.txt | 67 - reg: address and length of following register sets for
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 170 checks whether the interrupted task was in fsys-mode and, if so, sets 223 PSR.id Unchanged. Note: the ia64 linux kernel never sets this bit. 224 PSR.da Unchanged. Note: the ia64 linux kernel never sets this bit. 225 PSR.dd Unchanged. Note: the ia64 linux kernel never sets this bit. 237 PSR.ia Unchanged. Note: the ia64 linux kernel never sets this bit.
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 108 action, and searching one or more sets of rules to see whether the subject 116 Sometimes the object will include sets of rules as part of its 132 The system as a whole may have one or more sets of rules that get 181 itself to its effective or permitted sets through capset(). This 208 Keyrings are a special type of key. They carry sets of other keys and can 227 Some work by labelling the objects in a system and then applying sets of 325 has _const_ pointers to its credential sets, as does struct file. Furthermore, 475 checks and hooks done. Both the current and the proposed sets of credentials
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 12 state sets up pins for ordinary operation whereas
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | DPCM.txt | 167 The FE DAI above sets the codec and code DAIs to dummy devices since the BE is 191 This BE DAI link connects DAI0 to the codec (in this case RT5460 AIF1). It sets 192 the "no_pcm" flag to mark it has a BE and sets flags for supported stream 341 The machine driver sets some additional parameters to the DAI link i.e.
|
D | machine.txt | 71 struct snd_soc_card then sets up the machine with its DAIs. e.g.
|
D | jack.txt | 18 together: the jack itself represented by a struct snd_soc_jack, sets of
|
D | overview.txt | 40 * Dynamic Audio Power Management (DAPM). DAPM automatically sets the codec to
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | governors.txt | 87 The CPUfreq governor "performance" sets the CPU statically to the 95 The CPUfreq governor "powersave" sets the CPU statically to the 112 The CPUfreq governor "ondemand" sets the CPU depending on the 196 governor, sets the CPU depending on the current usage. It differs in
|
D | amd-powernow.txt | 32 is only available if the kernel config sets CONFIG_ACPI_PROCESSOR.
|
D | intel-pstate.txt | 13 performance governor sets the max_perf_pct and min_perf_pct to 100; that is,
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | ti,omap3isp.txt | 11 reg : the two registers sets (physical address and length) for the
|
D | stih407-c8sectpfe.txt | 16 - reg : Address and length of register sets for each device in
|
/linux-4.4.14/Documentation/i2c/ |
D | ten-bit-addresses | 2 addresses, and an extended set of 10 bit addresses. The sets of addresses
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 178 sets which a CFI-compliant chip may claim to implement. This code 188 sets which a CFI-compliant chip may claim to implement. This code 198 sets which a CFI-compliant chip may claim to implement. This code
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | mach-hmt.c | 205 .sets = hmt_nand_sets,
|
D | mach-real6410.c | 195 .sets = real6410_nand_sets,
|
D | mach-mini6410.c | 143 .sets = mini6410_nand_sets,
|
/linux-4.4.14/Documentation/parisc/ |
D | debugging | 35 that clears the Q bit and the RFI that sets it again you don't know
|
/linux-4.4.14/Documentation/sound/oss/ |
D | PSS | 24 mpu_io The MPU emulation base address. This sets the base of the
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | vt8500.txt | 29 Device clocks are required to have one or both of the following sets of
|
/linux-4.4.14/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.txt | 26 - reg : address + size pairs describing the PMIC arb register sets; order must
|
/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 2 and stop sets of tasks in order to schedule the resources of a machine 72 When written, sets the self-state of the cgroup. Two values are
|
/linux-4.4.14/Documentation/power/ |
D | swsusp-dmcrypt.txt | 23 or an usb stick prior to resume. So you need an initrd, that sets 62 /dev/hda1 contains an unencrypted mini system that sets up all
|
/linux-4.4.14/Documentation/vm/ |
D | soft-dirty.txt | 22 modify a page at some virtual address the #PF occurs and the kernel sets
|
D | hugetlbpage.txt | 275 options sets the owner and group of the root of the file system. By default 276 the uid and gid of the current process are taken. The mode option sets the 282 size option sets the maximum value of memory (huge pages) allowed for that 285 rounded down to HPAGE_SIZE boundary. The min_size option sets the minimum 293 nr_inodes sets the maximum number of inodes that /mnt/huge can use. If the
|
D | numa_memory_policy.txt | 229 applied to their intersection. If the two sets of nodes do not 233 mems 1-3 that sets an Interleave policy over the same set. If 272 if not already set, sets the node in the mempolicy nodemask. 275 mems 2-5 that sets an Interleave policy over the same set with 452 memory sets are disjoint, "local" allocation is the only valid policy.
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-miphy365x.txt | 25 - reg : Address and length of register sets for each device in
|
/linux-4.4.14/Documentation/frv/ |
D | booting.txt | 143 This sets the IP address on the VDK motherboard RTL8029 ethernet chipset 144 (eth0) to be 192.168.73.12, and sets the board's hostname to be "frv".
|
D | configuring.txt | 22 The register and instruction sets at the core of the processor. This can
|
/linux-4.4.14/Documentation/laptops/ |
D | sony-laptop.txt | 62 sets the lowest screen brightness for the next and later reboots, 64 sets the highest screen brightness for the next and later reboots,
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 3 The code in the initialize_mmu macro sets up MMUv3 memory mapping
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | brcm,brcmstb-gpio.txt | 3 The controller's registers are organized as sets of eight 32-bit
|
/linux-4.4.14/Documentation/w1/masters/ |
D | omap-hdq | 39 driver(drivers/w1/slaves/w1_bq27000.c) sets the ID to 1.
|
D | ds2490 | 61 would fail. qemu sets a 50ms timeout and the bulk in would timeout
|
/linux-4.4.14/Documentation/thermal/ |
D | exynos_thermal | 72 b) TMU driver: This component initialises the TMU controller and sets different
|
/linux-4.4.14/drivers/i2c/muxes/ |
D | Kconfig | 59 different sets of pins at run-time.
|
/linux-4.4.14/Documentation/trace/ |
D | kprobetrace.txt | 102 This sets a kprobe on the top of do_sys_open() function with recording 111 This sets a kretprobe on the return point of do_sys_open() function with
|
/linux-4.4.14/Documentation/ |
D | kernel-per-CPU-kthreads.txt | 11 o Documentation/IRQ-affinity.txt: Binding interrupts to sets of CPUs. 13 o Documentation/cgroups: Using cgroups to bind tasks to sets of CPUs. 15 o man taskset: Using the taskset command to bind tasks to sets 19 call to bind tasks to sets of CPUs.
|
D | md.txt | 322 'backlog' sets a limit on the number of concurrent background 388 Writing "writemostly" sets the writemostly flag. 390 Writing "blocked" sets the "blocked" flag. 393 Writing "in_sync" sets the in_sync flag. 394 Writing "write_error" sets writeerrorseen flag. 397 replacement device or a spare. It sets the flag. 401 starting the array. It sets or clears the flag.
|
D | ramoops.txt | 24 Typically the default value of mem_type=0 should be used as that sets the pstore
|
D | robust-futexes.txt | 110 before it could have added itself to the list. Glibc sets this 187 If a futex is found to be held at exit time, the kernel sets the
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-l2x0.c | 954 u32 cache_size = 0, sets = 0; in l2x0_cache_size_of_parse() local 961 of_property_read_u32(np, "cache-sets", &sets); in l2x0_cache_size_of_parse() 965 if (!cache_size || !sets) in l2x0_cache_size_of_parse() 996 way_size = sets * line_size; in l2x0_cache_size_of_parse()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | arcregs.h | 331 unsigned int sets:12, ways:4, u_dtlb:8, u_itlb:8; member
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 102 wakes up in that state. There are four logical sets of states: 159 preparation states in which the object sets itself up and waits for its parent 169 There are initialisation states in which the object sets itself up and accesses
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | dra7-atl.txt | 10 internally within the SoC or external components) two sets of bindings is needed:
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | imx-weim.txt | 44 what bootloader sets up in IOMUXC_GPR1[11:0] will be
|
/linux-4.4.14/net/sctp/ |
D | Kconfig | 66 This option sets the default sctp cookie hmac algorithm
|
/linux-4.4.14/Documentation/EDID/ |
D | HOWTO.txt | 20 (see drivers/gpu/drm/drm_edid_load.c) contains built-in data sets for
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-koneplus | 8 When written, this file sets the number of the startup profile 19 When written, this file sets the number of the startup profile
|
/linux-4.4.14/Documentation/scsi/ |
D | dc395x.txt | 32 ("safe") default settings. This sets:
|
D | in2000.txt | 38 Fixed a bug in the code that sets the transfer direction 139 There's also a define called 'DEFAULT_SX_PER'; this sets the data
|
/linux-4.4.14/Documentation/fb/ |
D | deferred_io.txt | 10 - deferred IO and driver sets up fault and page_mkwrite handlers
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 4 on keystone devices. The Keystone Navigator DMA driver sets up the dma
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 483 This sets the frequency of the core. It can be 1, 2, 4 or 8 505 This sets the frequency of the system clock (including SDRAM or DDR) on 517 This sets the frequency of the system clock0 for PVP and all other 528 This sets the frequency of the system clock1 (including SPORT, SPI and ACM). 538 This sets the frequency of the DDR memory. 1262 Furthermore, Standby sets the internal power supply voltage (VDDINT) 1304 (all processors, except ADSP-BF549). This option sets
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | Kconfig | 135 To use the module option that sets the dynamic-debugging level for,
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | devs.c | 750 struct s3c2410_nand_set *from = npd->sets; in s3c_nand_set_platdata() 755 npd->sets = to; /* set, even if we failed */ in s3c_nand_set_platdata()
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 86 This function sets the modem control lines for port described 447 As this sets up the irq handling make sure to not handle changes to the 459 This will sets the gpios according to the mctrl state.
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 222 This command sets how the ikbd should treat the buttons on the mouse. The 250 command sets the maximum positive value that can be attained in the scaled 272 This command sets the threshold before a mouse event is generated. Note that 283 This command sets the scale factor for the ABSOLUTE MOUSE POSITIONING mode. 417 time-of-day clock, and monitor the joystick. The rate sets the interval
|
/linux-4.4.14/lib/ |
D | Kconfig.kgdb | 96 The config option merely sets the default at boot time. Both
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | qcom,spmi-regulator.txt | 147 Description: This property sets the soft start strength for voltage
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 5 The triton1 insmod option sets the EN_TBFX bit in the control register.
|
/linux-4.4.14/Documentation/virtual/kvm/arm/ |
D | vgic-mapped-irqs.txt | 57 - KVM sets the LR.Pending bit, because this is the only way the GICV 68 interrupts (shared), KVM directly sets the active state on the physical
|
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | README | 29 trace-agent.c: includes main function, sets up for operating trace agent
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | am33xx-usb.txt | 4 - reg: offset and length of the usbss register sets
|
/linux-4.4.14/fs/fat/ |
D | Kconfig | 99 Enable any character sets you need in File Systems/Native Language
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 72 sets the multiplexing correctly, say N. Otherwise, or if unsure,
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt | 90 block) and sets that address as the MSI message address.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 120 This routine sets the configuration chosen for a specific codec. The 166 This routine sets the encoder delay and encoder padding. This can be used by
|