| /linux/tools/power/cpupower/bench/ |
| H A D | README-BENCH | 42 repeated 20 times. 50 25ms load/sleep time repeated 20 times (cycles). 51 50ms load/sleep time repeated 20 times (cycles). 53 100ms load/sleep time repeated 20 times (cycles).
|
| /linux/Documentation/driver-api/dmaengine/ |
| H A D | provider.rst | 281 - The device supports repeated transfers. A repeated transfer, indicated by 283 it gets automatically repeated when it ends, but can additionally be 293 - The device supports replacing repeated transfers at end of transfer (EOT) 607 - If set, the transfer will be automatically repeated when it ends until a 610 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the 621 - This is the default behaviour for non-repeated transfers, specifying 622 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference. 624 - When using repeated transfers, DMA clients will usually need to set the 626 repeating the last repeated transfer and ignore the new transfers being
|
| /linux/net/ax25/ |
| H A D | ax25_addr.c | 198 digi->repeated[d] = 1; in ax25_addr_parse() 201 digi->repeated[d] = 0; in ax25_addr_parse() 255 if (d->repeated[ct]) in ax25_addr_build() 297 out->repeated[ct] = 1; in ax25_digi_invert() 300 out->repeated[ct] = 0; in ax25_digi_invert()
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_parser.c | 512 goto repeated; in pkcs7_sig_note_authenticated_attr() 524 goto repeated; in pkcs7_sig_note_authenticated_attr() 533 goto repeated; in pkcs7_sig_note_authenticated_attr() 542 goto repeated; in pkcs7_sig_note_authenticated_attr() 557 goto repeated; in pkcs7_sig_note_authenticated_attr() 561 goto repeated; in pkcs7_sig_note_authenticated_attr() 573 repeated: in pkcs7_sig_note_authenticated_attr() 575 pr_warn("Repeated/multivalue AuthAttrs not permitted\n"); in pkcs7_sig_note_authenticated_attr()
|
| /linux/fs/squashfs/ |
| H A D | Kconfig | 158 repeated reads of the same files trigger excessive disk I/O, significantly 167 repeated reads. However, this increases memory usage, which may be a 170 Enable this option if your workload involves frequent repeated reads and
|
| /linux/Documentation/i2c/ |
| H A D | slave-testunit-backend.rst | 171 the write message via repeated start. If your controller driver handles 172 repeated start correctly, this will work:: 183 are not equivalent to a REPEATED START. As an example, this returns just the
|
| /linux/drivers/media/i2c/ccs/ |
| H A D | ccs-data.h | 114 * @repeat_x: Number of times this block is repeated to right 124 * @repeat_y: Number of times the group is repeated down
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-ina2xx-adc | 14 or repeated, depending on the beat between the capture and conversion
|
| /linux/lib/xz/ |
| H A D | xz_lzma2.h | 39 * either short or long repeated match, and NONLIT means any non-literal. 79 /* Indicate that the latest state was a long repeated match. */
|
| H A D | xz_dec_lzma2.c | 160 /* If 1, it's a repeated match. The distance is one of rep0 .. rep3. */ 164 * If 0, distance of a repeated match is rep0. 170 * If 0, distance of a repeated match is rep1. 175 /* If 0, distance of a repeated match is rep2. Otherwise it is rep3. */ 179 * If 1, the repeated match has length of one byte. Otherwise 206 /* Length of a repeated match */ 347 * updated to indicate how many bytes were left to be repeated. 716 * Decode a repeated match. The distance is one of the four most recently
|
| /linux/include/uapi/linux/ |
| H A D | i2c.h | 38 * %I2C_M_NOSTART: skip repeated start sequence 67 * @i2c_msg transaction segment, beginning with a (repeated) START.
|
| /linux/arch/x86/ras/ |
| H A D | Kconfig | 7 page PFN and counts their repeated occurrence. Once the counter for a
|
| /linux/sound/usb/line6/ |
| H A D | playback.h | 18 * written to the output buffer (i.e., the input signal) will be repeated in
|
| /linux/drivers/i2c/algos/ |
| H A D | i2c-algo-pca.c | 79 * Generate a repeated start condition on the i2c bus 81 * return after the repeated start condition has occurred 86 DEB2("=== REPEATED START\n"); in pca_repeated_start() 242 case 0x10: /* A repeated start condition has been transmitted */ in pca_xfer()
|
| /linux/drivers/pinctrl/qcom/ |
| H A D | tlmm-test.c | 318 * simulate a new interrupt, repeated 10 times, assert we get 10 interrupts 340 * simulate a new interrupt, repeated 10 times, assert we get 10 interrupts 465 * threaded handler to simulate a new interrupt, repeated 10 times, assert we 490 * threaded handler to simulate a new interrupt, repeated 10 times, assert we
|
| /linux/Documentation/mm/ |
| H A D | remap_file_pages.rst | 8 over using repeated calls to mmap(2) is that the former approach does not
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-cadence.c | 180 * @bus_hold_flag: Flag used in repeated start for clearing HOLD bit 505 * FIFO DEPTH unless repeated start is selected in cdns_i2c_master_isr() 553 /* Clear hold (if not repeated start) and signal completion */ in cdns_i2c_master_isr() 664 * the FIFO depth, unless a repeated start is selected. in cdns_i2c_mrecv_atomic() 707 /* Clear hold (if not repeated start) */ in cdns_i2c_mrecv_atomic() 1035 * processed with a repeated start. in cdns_i2c_master_common_xfer() 1040 * master receive message if HOLD bit is set (repeated start), in cdns_i2c_master_common_xfer() 1048 "Can't do repeated start after a receive message\n"); in cdns_i2c_master_common_xfer()
|
| H A D | i2c-keba.c | 332 /* repeated start and write is not supported */ in ki2c_repstart_addr() 335 "Repeated start not supported for writes\n"); in ki2c_repstart_addr() 339 /* send repeated start */ in ki2c_repstart_addr()
|
| H A D | i2c-uniphier-f.c | 259 * First chunk of data. For a repeated START condition, do not write in uniphier_fi2c_tx_init() 342 * For a repeated START condition, writing a target address to the FIFO in uniphier_fi2c_xfer_one() 344 * written only for a non-repeated START condition. in uniphier_fi2c_xfer_one()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_acpi.h | 244 * WORD - bus number } repeated structure 259 * WORD - bus number / repeated structure 349 * BYTE - ATIF display vector bit position } repeated
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | func-write.rst | 47 Sliced Teletext or Closed Caption data is not repeated, the driver
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_tis_i2c.c | 41 /* Guard Time bit masks; SR is repeated start, RW is read then write, etc. */ 286 * - SR: <I2C read with repeated start> <guard time> <I2C read>
|
| /linux/Documentation/power/ |
| H A D | drivers-testing.rst | 50 Each of the above tests should be repeated several times and the STD tests
|
| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | vfio_pci_driver.h | 32 * memcpy_start() - Kick off @count repeated memcpy operations from
|
| /linux/include/linux/ |
| H A D | stringhash.h | 13 * versions, architectures, or even repeated boots of the same kernel.
|