/Linux-v4.19/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 8 CONFIG_DEBUG_OBJECTS_RCU_HEAD -- Do one. 10 CONFIG_HZ_PERIODIC -- Do one. 12 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement. 16 CONFIG_RCU_BOOST -- one of PREEMPT_RCU. 18 CONFIG_RCU_FANOUT_LEAF -- Do one non-default. 19 CONFIG_RCU_FAST_NO_HZ -- Do one, but not with all nohz_full CPUs. 20 CONFIG_RCU_NOCB_CPU -- Do three, one with no rcu_nocbs CPUs, one with 21 rcu_nocbs=0, and one with all rcu_nocbs CPUs. 23 CONFIG_SMP -- Need one !SMP for PREEMPT_RCU. 25 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not. [all …]
|
/Linux-v4.19/lib/ |
D | atomic64_test.c | 99 i, (i) + one, (i) + one); \ 105 i, (i) - one, (i) - one); \ 113 int one = 1; in test_atomic() local 119 TEST(, add, +=, -one); in test_atomic() 121 TEST(, sub, -=, -one); in test_atomic() 128 RETURN_FAMILY_TEST(, add_return, +=, -one); in test_atomic() 130 RETURN_FAMILY_TEST(, sub_return, -=, -one); in test_atomic() 133 FETCH_FAMILY_TEST(, fetch_add, +=, -one); in test_atomic() 135 FETCH_FAMILY_TEST(, fetch_sub, -=, -one); in test_atomic() 158 long long one = 1LL; in test_atomic64() local [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 5 - reg: exactly one register range with length 0x1000 6 - interrupts: exactly one interrupt specifier 10 When present, must have one state named "default", 20 of the block. Just listing one clock (the first one) is 27 When present, may have one or two dma channels. 28 The first one must be named "rx", the second one
|
D | fsl-lpuart.txt | 5 - "fsl,vf610-lpuart" for lpuart compatible with the one integrated 7 - "fsl,ls1021a-lpuart" for lpuart compatible with the one integrated 9 - "fsl,imx7ulp-lpuart" for lpuart compatible with the one integrated 13 - clocks : phandle + clock specifier pairs, one for each entry in clock-names 17 - dmas: A list of two dma specifiers, one for each entry in dma-names.
|
/Linux-v4.19/security/keys/ |
D | sysctl.c | 16 static const int zero, one = 1, max = INT_MAX; variable 25 .extra1 = (void *) &one, 34 .extra1 = (void *) &one, 43 .extra1 = (void *) &one, 52 .extra1 = (void *) &one,
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | tuner.rst | 13 Video input devices can have one or more tuners demodulating a RF 14 signal. Each tuner is associated with one or more video inputs, 21 Radio input devices have exactly one tuner with index zero, no video 34 current tuner, when there is more than one at all. The tuner is solely 38 device has one or more tuners. 44 Video output devices can have one or more modulators, uh, modulating a 46 set or video recorder. Each modulator is associated with one or more 54 Radio output devices have exactly one modulator with index zero, no 58 separate device nodes will have to be used for such hardware, one that 59 supports the tuner functionality and one that supports the modulator [all …]
|
/Linux-v4.19/net/netfilter/ipset/ |
D | Kconfig | 31 This option adds the bitmap:ip set type support, by which one 40 This option adds the bitmap:ip,mac set type support, by which one 49 This option adds the bitmap:port set type support, by which one 58 This option adds the hash:ip set type support, by which one 68 This option adds the hash:ip,mark set type support, by which one 77 This option adds the hash:ip,port set type support, by which one 87 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 97 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 107 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set. 116 one can store MAC (ethernet address) elements in a set. [all …]
|
/Linux-v4.19/net/rxrpc/ |
D | sysctl.c | 18 static const unsigned int one = 1; variable 104 .extra1 = (void *)&one, 122 .extra1 = (void *)&one, 131 .extra1 = (void *)&one, 140 .extra1 = (void *)&one,
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | gr-udc.txt | 15 - interrupts : Interrupt numbers for this device. Either one interrupt number 16 for all interrupts, or one for status related interrupts, one for IN 17 endpoint related interrupts and one for OUT endpoint related interrupts. 23 number. If the property is present it typically contains one entry for 29 number. If the property is present it typically contains one entry for
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | fsl-imx-cspi.txt | 6 - "fsl,imx1-cspi" for SPI compatible with the one integrated on i.MX1 7 - "fsl,imx21-cspi" for SPI compatible with the one integrated on i.MX21 8 - "fsl,imx27-cspi" for SPI compatible with the one integrated on i.MX27 9 - "fsl,imx31-cspi" for SPI compatible with the one integrated on i.MX31 10 - "fsl,imx35-cspi" for SPI compatible with the one integrated on i.MX35 11 - "fsl,imx51-ecspi" for SPI compatible with the one integrated on i.MX51 12 - "fsl,imx53-ecspi" for SPI compatible with the one integrated on i.MX53 and later Soc
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 184 int *bytes, zero = 0, one = 1; in bpf_prog4() local 194 end = bpf_map_lookup_elem(&sock_pull_bytes, &one); in bpf_prog4() 203 int err1 = -1, err2 = -1, zero = 0, one = 1; in bpf_prog5() local 214 end = bpf_map_lookup_elem(&sock_pull_bytes, &one); in bpf_prog5() 236 int *bytes, zero = 0, one = 1, key = 0; in bpf_prog6() local 247 end = bpf_map_lookup_elem(&sock_pull_bytes, &one); in bpf_prog6() 265 int err1 = 0, err2 = 0, zero = 0, one = 1, key = 0; in bpf_prog7() local 278 end = bpf_map_lookup_elem(&sock_pull_bytes, &one); in bpf_prog7() 345 int *bytes, zero = 0, one = 1; in bpf_prog10() local 355 end = bpf_map_lookup_elem(&sock_pull_bytes, &one); in bpf_prog10()
|
/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | renesas,mtu2.txt | 11 - compatible: must be one or more of the following: 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 21 channel, where "?" is the channel index expressed as one digit from "0" to 24 - clocks: a list of phandle + clock-specifier pairs, one for each entry
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | sprd,pinctrl.txt | 6 register contains several bit fields with one bit or several bits 12 to choose one function (like: UART0) for which system, since we 13 have several systems (AP/CP/CM4) on one SoC.). 17 as one generic configuration, and maybe it will add more strange 18 global configuration in future. Then we add one "sprd,control" to 22 Moreover we recognise every fields comprising one bit or several 23 bits in one global control register as one pin, thus we should 28 register definition, and each register described one pin is used 57 register definition, and each register described one pin is used to
|
/Linux-v4.19/drivers/tty/serial/ |
D | sc16is7xx.c | 347 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_line() local 349 return one->line; in sc16is7xx_line() 745 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc() local 749 spin_lock_irqsave(&one->port.lock, irqflags); in sc16is7xx_reg_proc() 750 config = one->config; in sc16is7xx_reg_proc() 751 memset(&one->config, 0, sizeof(one->config)); in sc16is7xx_reg_proc() 752 spin_unlock_irqrestore(&one->port.lock, irqflags); in sc16is7xx_reg_proc() 755 sc16is7xx_port_update(&one->port, SC16IS7XX_MCR_REG, in sc16is7xx_reg_proc() 757 (one->port.mctrl & TIOCM_LOOP) ? in sc16is7xx_reg_proc() 759 sc16is7xx_port_update(&one->port, SC16IS7XX_MCR_REG, in sc16is7xx_reg_proc() [all …]
|
/Linux-v4.19/drivers/base/firmware_loader/ |
D | fallback_table.c | 23 static unsigned int one = 1; variable 40 .extra2 = &one, 49 .extra2 = &one,
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-ufs | 18 Description: This file shows the device type. This is one of the UFS 26 Description: This file shows the device class. This is one of the UFS 34 Description: This file shows the UFS storage subclass. This is one of 43 This is one of the UFS device descriptor parameters. 51 Description: This file shows number of logical units. This is one of 60 This is one of the UFS device descriptor parameters. 69 enabled for boot. This is one of the UFS device descriptor 79 of the boot sequence. This is one of the UFS device descriptor 88 device initialization or hardware reset. This is one of 96 Description: This file shows the high priority lun. This is one of [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.txt | 13 System MMUs are in many to one relation with peripheral devices, i.e. single 14 peripheral device might have multiple System MMUs (usually one for each bus 15 master), but one System MMU can handle transactions from only one peripheral 21 * MFC has one System MMU on its left and right bus. 22 * FIMD in Exynos5420 has one System MMU for window 0 and 4, the other system MMU 24 * M2M Scalers and G2D in Exynos5420 has one System MMU on the read channel and
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | brcm,unimac-mdio.txt | 4 - compatible: should one from "brcm,genet-mdio-v1", "brcm,genet-mdio-v2", 7 - reg: address and length of the register set for the device, first one is the 8 base register, and the second one is optional and for indirect accesses to 15 - interrupts: must be one if the interrupt is shared with the Ethernet MAC or 17 are two separate interrupts, first one must be "mdio done" and second must be
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | atmel-i2s.txt | 8 - dmas: Should be one per channel name listed in the dma-names property, 11 This IP also supports one shared channel for both rx and tx; 12 if this mode is used, one "rx-tx" name must be used. 15 - clock-names: Should be one of each entry matching the clocks phandles list: 22 - princtrl-names: Should contain only one value - "default".
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | sdhci-pxa.txt | 10 * for "mrvl,pxav2-mmc" and "mrvl,pxav3-mmc", one register area for 14 one for the SDHCI registers themselves, the second one for the 15 AXI/Mbus bridge registers of the SDHCI unit, the third one for the 19 - clocks: Array of clocks required for SDHCI; requires at least one for
|
/Linux-v4.19/drivers/misc/lkdtm/ |
D | usercopy.c | 125 unsigned char *one, *two; in do_usercopy_heap_size() local 130 one = kmalloc(size, GFP_KERNEL); in do_usercopy_heap_size() 132 if (!one || !two) { in do_usercopy_heap_size() 145 memset(one, 'A', size); in do_usercopy_heap_size() 149 test_kern_addr = one + 16; in do_usercopy_heap_size() 180 kfree(one); in do_usercopy_heap_size()
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-types.rst | 143 composing must have at least two sink pads and one source 151 must have at least one sink pad and one source pad. Read 160 enconding conversion must have at least one sink pad and one 169 processing must have one sink pad and one source pad. It uses 178 at least one sink pad and one source pad, and scale the 183 scaling can be supported in one direction only). Binning and 189 capable of statistics computation must have one sink pad and 190 one source pad. It computes statistics over the frames 196 compressing video frames. Must have one sink pad and at least 197 one source pad. [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/light/ |
D | us5182d.txt | 20 - upisemi,continuous: This chip has two power modes: one-shot (chip takes one 22 chip takes continuous measurements). The one-shot mode is 25 mode will be used instead of the default one-shot one for
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/rockchip/ |
D | grf.txt | 15 - compatible: GRF should be one of the following: 25 - compatible: PMUGRF should be one of the following: 28 - compatible: SGRF should be one of the following 30 - compatible: USB2PHYGRF should be one of the followings 32 - compatible: USBGRF should be one of the following
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | abilis,tb10x-ictl.txt | 5 one-to-one mapping of external interrupt sources to CPU interrupts and 18 are mapped one-to-one to parent interrupts.
|