| /kernel/linux/linux-5.10/Documentation/driver-api/media/ |
| D | rc-core.rst | 12 Every time a key is pressed on a remote controller, a scan code is produced. 24 an extra code is produced to indicate key repeats. 68 When the RC core receives events produced by ``RC_DRIVER_IR_RAW`` IR
|
| /kernel/linux/linux-4.19/Documentation/media/kapi/ |
| D | rc-core.rst | 10 Every time a key is pressed on a remote controller, a scan code is produced. 22 an extra code is produced to indicate key repeats. 66 When the RC core receives events produced by ``RC_DRIVER_IR_RAW`` IR
|
| /kernel/linux/linux-4.19/drivers/fmc/ |
| D | Kconfig | 33 before the mezzanines were produced) 41 It is useful when the mezzanines are produced.
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | dev-encoder.rst | 154 the coded format to be produced. 439 * encoded frames produced after the restart must not reference any 440 frames produced before the stop, e.g. no long term references for 444 produced again, e.g. SPS and PPS for H.264/HEVC. 468 * a buffer queued to ``OUTPUT`` may result in more than one buffer produced on 473 * a buffer queued to ``OUTPUT`` may result in a buffer being produced on 675 * encoded frames produced after the restart must not reference any frames 676 produced before the stop, e.g. no long term references for H.264/HEVC, 678 * any headers that must be included in a standalone stream must be produced 691 continue with regular encoding sequence. The encoded frames produced into
|
| D | ext-ctrls-image-source.rst | 25 image data is produced. The unit of vertical blanking is a line. 32 during which no image data is produced. The unit of horizontal
|
| /kernel/linux/linux-4.19/Documentation/input/ |
| D | notifier.rst | 17 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a 19 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a
|
| /kernel/linux/linux-5.10/Documentation/input/ |
| D | notifier.rst | 17 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a 19 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a
|
| /kernel/linux/linux-5.10/Documentation/driver-api/gpio/ |
| D | using-gpio.rst | 14 For any kind of mass produced system you want to support, such as servers, 25 of specialized equipment that is not produced by the numbers, requiring
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | ccp.h | 156 * @dst: data produced by this operation 223 * @dst: data produced by this operation 335 * @dst: output data produced by this operation 368 * @dst: data produced by this operation 427 * @dst: data produced by this operation 456 * @dst: data produced by this operation
|
| D | zlib.h | 287 processed or more output produced), Z_STREAM_END if all input has been 288 consumed and all output has been produced (only when flush is set to 407 strm->adler to the adler32 checksum of all output produced so far (that is, 421 or more output produced), Z_STREAM_END if the end of the compressed data has 422 been reached and all uncompressed output has been produced, Z_NEED_DICT if a 481 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | ccp.h | 153 * @dst: data produced by this operation 220 * @dst: data produced by this operation 332 * @dst: output data produced by this operation 365 * @dst: data produced by this operation 424 * @dst: data produced by this operation 453 * @dst: data produced by this operation
|
| D | zlib.h | 293 processed or more output produced), Z_STREAM_END if all input has been 294 consumed and all output has been produced (only when flush is set to 413 strm->adler to the adler32 checksum of all output produced so far (that is, 427 or more output produced), Z_STREAM_END if the end of the compressed data has 428 been reached and all uncompressed output has been produced, Z_NEED_DICT if a 487 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | gemini.txt | 4 produced by Storlink Semiconductor around 2005. The company was renamed 10 produced and used for NAS and similar usecases. In 2014 Cortina Systems was
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/ |
| D | gemini.txt | 4 produced by Storlink Semiconductor around 2005. The company was renamed 10 produced and used for NAS and similar usecases. In 2014 Cortina Systems was
|
| /kernel/linux/linux-4.19/Documentation/arm64/ |
| D | silicon-errata.txt | 7 It is an unfortunate fact of life that hardware is often produced with 9 under specific circumstances. For hardware produced by ARM, these
|
| /kernel/linux/linux-4.19/kernel/ |
| D | relay.c | 1004 size_t produced = buf->subbufs_produced; in relay_file_read_avail() local 1012 if (produced == consumed) in relay_file_read_avail() 1017 if (unlikely(produced - consumed >= n_subbufs)) { in relay_file_read_avail() 1018 consumed = produced - n_subbufs + 1; in relay_file_read_avail() 1023 produced = (produced % n_subbufs) * subbuf_size + buf->offset; in relay_file_read_avail() 1026 if (consumed > produced) in relay_file_read_avail() 1027 produced += n_subbufs * subbuf_size; in relay_file_read_avail() 1029 if (consumed == produced) { in relay_file_read_avail()
|
| /kernel/linux/linux-4.19/tools/perf/Documentation/ |
| D | intel-pt.txt | 82 Beware the smaller the period, the more samples that are produced, and the 89 To represent software control flow, "branches" samples are produced. By default 233 is produced when a function returns. Causes more packets to be 234 produced but might make decoding more reliable. 277 Because a TSC packet is produced with PSB, the PSB period can 297 mtc_period Specifies how frequently MTC packets are produced - see mtc 339 The number of CYC packets produced can be reduced by specifying 342 cyc_thresh Specifies how frequently CYC packets are produced - see cyc 380 ptw Enable PTWRITE packets which are produced when a ptwrite instruction
|
| /kernel/linux/linux-5.10/kernel/ |
| D | relay.c | 1004 size_t produced = buf->subbufs_produced; in relay_file_read_avail() local 1012 if (produced == consumed) in relay_file_read_avail() 1017 if (unlikely(produced - consumed >= n_subbufs)) { in relay_file_read_avail() 1018 consumed = produced - n_subbufs + 1; in relay_file_read_avail() 1023 produced = (produced % n_subbufs) * subbuf_size + buf->offset; in relay_file_read_avail() 1026 if (consumed > produced) in relay_file_read_avail() 1027 produced += n_subbufs * subbuf_size; in relay_file_read_avail() 1029 if (consumed == produced) { in relay_file_read_avail()
|
| /kernel/linux/linux-4.19/drivers/media/platform/ |
| D | rcar_drif.c | 242 u32 produced; /* Buffers produced by sdr dev */ member 470 rdrif_dbg(sdr, "\napp late: prod %u\n", sdr->produced); in rcar_drif_get_fbuf() 526 u32 idx, produced; in rcar_drif_dma_complete() local 537 idx = sdr->produced % RCAR_DRIF_NUM_HWBUFS; in rcar_drif_dma_complete() 569 /* Buffer produced for consumption */ in rcar_drif_dma_complete() 570 produced = sdr->produced++; in rcar_drif_dma_complete() 573 rdrif_dbg(sdr, "ch%u: prod %u\n", ch->num, produced); in rcar_drif_dma_complete() 585 fbuf->vb.sequence = produced; in rcar_drif_dma_complete() 756 sdr->produced = 0; in rcar_drif_start()
|
| /kernel/linux/linux-5.10/drivers/media/platform/ |
| D | rcar_drif.c | 241 u32 produced; /* Buffers produced by sdr dev */ member 473 rdrif_dbg(sdr, "\napp late: prod %u\n", sdr->produced); in rcar_drif_get_fbuf() 529 u32 idx, produced; in rcar_drif_dma_complete() local 540 idx = sdr->produced % RCAR_DRIF_NUM_HWBUFS; in rcar_drif_dma_complete() 572 /* Buffer produced for consumption */ in rcar_drif_dma_complete() 573 produced = sdr->produced++; in rcar_drif_dma_complete() 576 rdrif_dbg(sdr, "ch%u: prod %u\n", ch->num, produced); in rcar_drif_dma_complete() 588 fbuf->vb.sequence = produced; in rcar_drif_dma_complete() 759 sdr->produced = 0; in rcar_drif_start()
|
| /kernel/linux/linux-4.19/drivers/media/usb/ttusb-budget/ |
| D | Kconfig | 13 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
|
| /kernel/linux/linux-5.10/drivers/media/usb/ttusb-budget/ |
| D | Kconfig | 14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
|
| /kernel/linux/linux-4.19/Documentation/arm/SA1100/ |
| D | Pangolin | 1 Pangolin is a StrongARM 1110-based evaluation platform produced
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/ |
| D | fsl-vdoa.txt | 5 is to reorder video data from the macroblock tiled order produced by the CODA
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | fsl-vdoa.txt | 5 is to reorder video data from the macroblock tiled order produced by the CODA
|