/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | TREE_RCU-kconfig.txt | 8 CONFIG_DEBUG_OBJECTS_RCU_HEAD -- Do one. 9 CONFIG_HZ_PERIODIC -- Do one. 11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement. 15 CONFIG_RCU_BOOST -- one of PREEMPT_RCU. 17 CONFIG_RCU_FANOUT_LEAF -- Do one non-default. 18 CONFIG_RCU_NOCB_CPU -- Do three, one with no rcu_nocbs CPUs, one with 19 rcu_nocbs=0, and one with all rcu_nocbs CPUs. 21 CONFIG_SMP -- Need one !SMP for PREEMPT_RCU. 23 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not. 25 RCU-bh: Do one with PREEMPT and one with !PREEMPT. [all …]
|
/linux/lib/ |
H A D | atomic64_test.c | 95 i, (i) + one, (i) + one); \ 101 i, (i) - one, (i) - one); \ 109 int one = 1; in test_atomic() local 115 TEST(, add, +=, -one); in test_atomic() 117 TEST(, sub, -=, -one); in test_atomic() 124 RETURN_FAMILY_TEST(, add_return, +=, -one); in test_atomic() 126 RETURN_FAMILY_TEST(, sub_return, -=, -one); in test_atomic() 129 FETCH_FAMILY_TEST(, fetch_add, +=, -one); in test_atomic() 131 FETCH_FAMILY_TEST(, fetch_sub, -=, -one); in test_atomic() 154 long long one = 1LL; in test_atomic64() local [all …]
|
/linux/include/linux/iio/ |
H A D | events.h | 14 * @chan_type: Type of the channel. Should be one of enum iio_chan_type. 16 * @modifier: Modifier for the channel. Should be one of enum iio_modifier. 17 * @direction: Direction of the event. One of enum iio_event_direction. 18 * @type: Type of the event. Should be one of enum iio_event_type. 23 * Drivers should use the specialized macros below instead of using this one 38 * @chan_type: Type of the channel. Should be one of enum iio_chan_type. 40 * @modifier: Modifier for the channel. Should be one of enum iio_modifier. 41 * @type: Type of the event. Should be one of enum iio_event_type. 42 * @direction: Direction of the event. One of enum iio_event_direction. 52 * @chan_type: Type of the channel. Should be one of enum iio_chan_type. [all …]
|
/linux/net/netfilter/ipset/ |
H A D | Kconfig | 32 This option adds the bitmap:ip set type support, by which one 41 This option adds the bitmap:ip,mac set type support, by which one 50 This option adds the bitmap:port set type support, by which one 59 This option adds the hash:ip set type support, by which one 69 This option adds the hash:ip,mark set type support, by which one 78 This option adds the hash:ip,port set type support, by which one 88 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 98 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set. 117 one can store MAC (ethernet address) elements in a set. [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi-raw | 11 Each write to the entry causes one command request to be built 12 and sent while the replies are read back one message at time 29 Each write to the entry causes one command request to be built 30 and sent while the replies are read back one message at time 45 Each write to the entry causes one command request to be built 46 and sent while the replies are read back one message at time 65 Each write to the entry causes one command request to be built 66 and sent while the replies are read back one message at time 77 Each read gives back one message at time (receiving an EOF at 88 Each read gives back one message at time (receiving an EOF at [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A 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. The tuner is solely 38 device has one or more tuners. 44 Video output devices can have one or more modulators, that modulate 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 …]
|
H A D | pixfmt-compressed.rst | 44 The decoder expects one Access Unit per buffer. 45 The encoder generates one Access Unit per buffer. 77 Exactly one output and one capture buffer must be provided for use 127 Exactly one output and one capture buffer must be provided for use with 155 - VP8 compressed video frame. The encoder generates one 156 compressed frame per buffer, and the decoder requires one 168 Exactly one output and one capture buffer must be provided for use with 177 - VP9 compressed video frame. The encoder generates one 178 compressed frame per buffer, and the decoder requires one 191 Exactly one output and one capture buffer must be provided for use with [all …]
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | tc-mq-visibility.sh | 51 # One real one 53 n_child_assert 4 "One real queue" 56 n_child_assert 2 "One real queue, one default" 59 n_child_assert 4 "One real queue, rest default" 61 # Remove real one 66 n_child_assert 3 "Deleting real one, replacing default one with pfifo" 69 n_child_assert 1 "Grafted, one"
|
/linux/drivers/media/pci/cx18/ |
H A D | cx23418.h | 19 IN[0] - Task ID. This is one of the XPU_CMD_MASK_YYY where XPU is 23 ReturnCode - One of the ERR_SYS_... */ 28 ReturnCode - One of the ERR_SYS_... */ 68 ReturnCode - One of the ERR_DE_... */ 84 ReturnCode - One of the ERR_CAPTURE_... */ 90 ReturnCode - One of the ERR_CAPTURE_... */ 95 ReturnCode - One of the ERR_CAPTURE_... */ 100 ReturnCode - One of the ERR_CAPTURE_... */ 117 ReturnCode - One of the ERR_CAPTURE_... */ 123 ReturnCode - One of the ERR_CAPTURE_... */ [all …]
|
/linux/drivers/tty/serial/ |
H A D | sc16is7xx.c | 370 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_port_read() local 373 regmap_read(one->regmap, reg, &val); in sc16is7xx_port_read() 380 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_port_write() local 382 regmap_write(one->regmap, reg, val); in sc16is7xx_port_write() 387 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_fifo_read() local 389 regmap_noinc_read(one->regmap, SC16IS7XX_RHR_REG, rxbuf, rxlen); in sc16is7xx_fifo_read() 394 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_fifo_write() local 403 regmap_noinc_write(one->regmap, SC16IS7XX_THR_REG, txbuf, to_send); in sc16is7xx_fifo_write() 409 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_port_update() local 411 regmap_update_bits(one->regmap, reg, mask, val); in sc16is7xx_port_update() [all …]
|
/linux/drivers/usb/dwc3/ |
H A D | Kconfig | 66 Say 'Y' or 'M' here if you have one such device 74 Exynos5800, Exynos5433, Exynos7) ship with one DesignWare Core USB3 75 IP inside, say 'Y' or 'M' if you have one such device. 99 Say 'Y' or 'M' here if you have one such device 110 Say 'Y' or 'M' if you have one such device. 119 Say 'Y' or 'M' if you have one such device. 126 STMicroelectronics SoCs with one DesignWare Core USB3 IP 128 Say 'Y' or 'M' if you have one such device. 141 Say 'Y' or 'M' if you have one such device. 151 Say 'Y' or 'M' if you have one such device. [all …]
|
/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
H A D | uncore-interconnect.json | 398 …re per link and per direction, so for example the Tx direction could be in one state while Rx was … 407 …re per link and per direction, so for example the Tx direction could be in one state while Rx was … 416 …re per link and per direction, so for example the Tx direction could be in one state while Rx was … 532 …one talks about QPI 'speed' (for example, 8.0 GT/s), the 'transfers' here refer to 'fits'. Theref… 542 …one talks about QPI 'speed' (for example, 8.0 GT/s), the 'transfers' here refer to 'fits'. Theref… 552 …one talks about QPI 'speed' (for example, 8.0 GT/s), the 'transfers' here refer to 'fits'. Theref… 562 …one of three 'groups' that allow us to track flits. It includes filters for SNP, HOM, and DRS mes… 572 …one of three 'groups' that allow us to track flits. It includes filters for SNP, HOM, and DRS mes… 582 …one of three 'groups' that allow us to track flits. It includes filters for SNP, HOM, and DRS mes… 592 …one of three 'groups' that allow us to track flits. It includes filters for SNP, HOM, and DRS mes… [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | connect4_prog.c | 114 int zero = 0, one = 1; in set_keepalive() local 116 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof(one))) in set_keepalive() 119 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPIDLE, &one, sizeof(one))) in set_keepalive() 121 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive() 123 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPCNT, &one, sizeof(one))) in set_keepalive() 125 if (bpf_setsockopt(ctx, SOL_TCP, TCP_SYNCNT, &one, sizeof(one))) in set_keepalive() 127 if (bpf_setsockopt(ctx, SOL_TCP, TCP_USER_TIMEOUT, &one, sizeof(one))) in set_keepalive()
|
/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_drv.c | 45 * R8A774[34] has one RGB output and one LVDS output 92 * R8A77470 has two RGB outputs, one LVDS output, and 93 * one (currently unsupported) analog video output 121 * R8A774A1 has one RGB output, one LVDS output and one HDMI 152 * R8A774B1 has one RGB output, one LVDS output and one HDMI 181 * R8A774C0 has one RGB output and two LVDS outputs 211 * R8A774E1 has one RGB output, one LVDS output and one HDMI 239 * R8A7779 has two RGB outputs and one (currently unsupported) 263 * R8A7742 and R8A7790 each have one RGB output and two LVDS 264 * outputs. Additionally R8A7790 supports one TCON output [all …]
|
/linux/include/linux/dma/ |
H A D | sprd-dma.h | 16 * we can request 2 dma channels, one for source channel, and another one for 74 * and linklist mode. One transaction can contain several blocks, one block can 76 * configuration into one reserved memory, then DMA can fetch each DMA 89 * @SPRD_DMA_FRAG_INT: fragment done interrupt when one fragment request 91 * @SPRD_DMA_BLK_INT: block done interrupt when one block request is done. 92 * @SPRD_DMA_BLK_FRAG_INT: block and fragment interrupt when one fragment 93 * or one block request is done. 94 * @SPRD_DMA_TRANS_INT: tansaction done interrupt when one transaction 96 * @SPRD_DMA_TRANS_FRAG_INT: transaction and fragment interrupt when one 98 * @SPRD_DMA_TRANS_BLK_INT: transaction and block interrupt when one [all …]
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-types.rst | 144 composing must have at least two sink pads and one source 152 must have at least one sink pad and one source pad. Read 161 encoding conversion must have at least one sink pad and one 170 processing must have one sink pad and one source pad. It uses 179 at least one sink pad and one source pad, and scale the 184 scaling can be supported in one direction only). Binning and 190 capable of statistics computation must have one sink pad and 191 one source pad. It computes statistics over the frames 197 compressing video frames. Must have one sink pad and at least 198 one source pad. [all …]
|
/linux/tools/perf/pmu-events/arch/x86/haswellx/ |
H A D | uncore-power.json | 16 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 25 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 34 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 43 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 52 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 61 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 70 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 79 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 88 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", 97 …tion": "Number of cycles spent performing core C state transitions. There is one event per core.", [all …]
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | realtek,usb2phy.yaml | 16 support multiple XHCI controllers. One PHY device node maps to one XHCI 21 Each XHCI maps to one USB 2.0 PHY and map one USB 3.0 PHY on some 31 The controller#0 has one USB 2.0 PHY. The controller#1 includes two USB 2.0 39 Each XHCI maps to one USB 2.0 PHY and map one USB 3.0 PHY on controllers#2. 47 Each xhci maps to one USB 2.0 PHY and map one USB 3.0 PHY on controllers#0. 55 Each XHCI maps to one USB 2.0 PHY. 98 For one of the phys of RTD1619b SoC, the synchronous clock of the
|
H A D | realtek,usb3phy.yaml | 16 support multiple XHCI controllers. One PHY device node maps to one XHCI 21 Each XHCI maps to one USB 2.0 PHY and map one USB 3.0 PHY on some 31 Each XHCI maps to one USB 2.0 PHY and map one USB 3.0 PHY on controllers#2. 39 Each xhci maps to one USB 2.0 PHY and map one USB 3.0 PHY on controllers#0.
|
/linux/include/sound/sof/ |
H A D | channel_map.h | 16 * \brief Channel map, specifies transformation of one-to-many or many-to-one. 18 * In case of one-to-many specifies how the output channels are computed out of 20 * in case of many-to-one specifies how a single target channel is computed 23 * Channel index specifies position of the channel in the stream on the 'one' 34 * one per each channel set in the mask (left to right, LS bit set in the 49 * More than one transformation per a single channel is allowed (in case
|
/linux/tools/net/sunrpc/xdrgen/ |
H A D | xdr_ast.py | 429 """One case in an XDR union""" 536 """Instantiate one _XdrIdentifier object""" 540 """Instantiate one _XdrValue object""" 546 """Instantiate one _XdrConstantValue object""" 557 """Instantiate one _XdrTypeSpecifier object""" 566 """Instantiate one _XdrConstant object""" 574 """Instantiate one _XdrEnum object""" 589 """Instantiate one _XdrFixedLengthOpaque declaration object""" 596 """Instantiate one _XdrVariableLengthOpaque declaration object""" 606 """Instantiate one _XdrString declaration object""" [all …]
|
/linux/tools/net/sunrpc/xdrgen/generators/ |
H A D | struct.py | 19 """Emit one declaration pair for an XDR struct type""" 28 """Emit a definition for one field in an XDR struct""" 82 """Emit one definition for an XDR struct type""" 96 """Emit a decoder for one field in an XDR struct""" 162 """Emit one decoder function for an XDR struct type""" 176 """Emit an encoder for one field in an XDR struct""" 239 """Emit one encoder function for an XDR struct type""" 251 """Emit one maxsize macro for an XDR struct type""" 271 """Emit one declaration pair for an XDR struct type""" 275 """Emit one definition for an XDR struct type""" [all …]
|
/linux/Documentation/devicetree/bindings/usb/ |
H A 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/drivers/mtd/spi-nor/ |
H A D | sfdp.h | 61 * two data bytes where bit 1 of the second byte is one. 63 * Writing only one byte to the status register has the side-effect of 65 * used if writing one byte to the status register does not modify 68 * one data byte where bit 6 is one. 71 * register 2 instruction 3Eh with one data byte where bit 7 is one. 75 * two data bytes where bit 1 of the second byte is one. 77 * In contrast to the 001b code, writing one byte to the status 82 * two data bytes where bit 1 of the second byte is one.
|
/linux/drivers/remoteproc/ |
H A D | pru_rproc.h | 19 * to host interrupts. Events can be mapped to channels in a one-to-one or 20 * many-to-one ratio (multiple events per channel), and channels can be 21 * mapped to host interrupts in a one-to-one or many-to-one ratio (multiple
|