Home
last modified time | relevance | path

Searched full:produced (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
Dqat_comp_algs.c183 int consumed, produced; in qat_comp_generic_callback() local
195 produced = qat_comp_get_produced_ctr(resp); in qat_comp_generic_callback()
198 "[%s][%s][%s] slen = %8d dlen = %8d consumed = %8d produced = %8d cmp_err = %3d xlt_err = %3d", in qat_comp_generic_callback()
202 areq->slen, areq->dlen, consumed, produced, cmp_err, xlt_err); in qat_comp_generic_callback()
232 if (unlikely(produced > qat_req->actual_dlen)) { in qat_comp_generic_callback()
236 "Actual buffer overflow: produced=%d, dlen=%d\n", in qat_comp_generic_callback()
237 produced, qat_req->actual_dlen); in qat_comp_generic_callback()
243 areq->dlen = produced; in qat_comp_generic_callback()
/kernel/linux/linux-6.6/Documentation/driver-api/media/
Drc-core.rst12 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-5.10/Documentation/driver-api/media/
Drc-core.rst12 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-6.6/Documentation/userspace-api/media/v4l/
Ddev-encoder.rst154 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
Dext-ctrls-image-source.rst25 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-5.10/Documentation/userspace-api/media/v4l/
Ddev-encoder.rst154 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
Dext-ctrls-image-source.rst25 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-6.6/Documentation/input/
Dnotifier.rst18 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a
20 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a
/kernel/linux/linux-5.10/Documentation/input/
Dnotifier.rst17 - 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-6.6/Documentation/devicetree/bindings/arm/
Dgemini.yaml11 produced by Storlink Semiconductor around 2005. The company was renamed
17 produced and used for NAS and similar usecases. In 2014 Cortina Systems was
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/
Dusing-gpio.rst14 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-6.6/Documentation/driver-api/gpio/
Dusing-gpio.rst14 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-5.10/include/linux/
Dccp.h153 * @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
/kernel/linux/linux-6.6/include/linux/
Dccp.h154 * @dst: data produced by this operation
221 * @dst: data produced by this operation
333 * @dst: output data produced by this operation
366 * @dst: data produced by this operation
425 * @dst: data produced by this operation
454 * @dst: data produced by this operation
Dzlib.h293 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-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dzinitix,bt400.yaml10 are Korea-produced touchscreens with embedded microcontrollers. The
11 BT4xx series was produced 2010-2013 and the BT5xx series 2013-2014.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dgemini.txt4 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-6.6/drivers/net/ethernet/netronome/nfp/nfd3/
Dnfd3.h60 * @pkt_cnt: Number of packets to be produced out of the skb associated
65 * @real_len: Number of bytes which to be produced out of the skb (valid only
/kernel/linux/linux-6.6/kernel/
Drelay.c916 size_t produced = buf->subbufs_produced; in relay_file_read_avail() local
924 if (produced == consumed) in relay_file_read_avail()
929 if (unlikely(produced - consumed >= n_subbufs)) { in relay_file_read_avail()
930 consumed = produced - n_subbufs + 1; in relay_file_read_avail()
935 produced = (produced % n_subbufs) * subbuf_size + buf->offset; in relay_file_read_avail()
938 if (consumed > produced) in relay_file_read_avail()
939 produced += n_subbufs * subbuf_size; in relay_file_read_avail()
941 if (consumed == produced) { in relay_file_read_avail()
/kernel/linux/linux-5.10/kernel/
Drelay.c1004 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-5.10/drivers/media/platform/
Drcar_drif.c241 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-6.6/drivers/media/platform/renesas/
Drcar_drif.c237 u32 produced; /* Buffers produced by sdr dev */ member
469 rdrif_dbg(sdr, "\napp late: prod %u\n", sdr->produced); in rcar_drif_get_fbuf()
525 u32 idx, produced; in rcar_drif_dma_complete() local
536 idx = sdr->produced % RCAR_DRIF_NUM_HWBUFS; in rcar_drif_dma_complete()
568 /* Buffer produced for consumption */ in rcar_drif_dma_complete()
569 produced = sdr->produced++; in rcar_drif_dma_complete()
572 rdrif_dbg(sdr, "ch%u: prod %u\n", ch->num, produced); in rcar_drif_dma_complete()
584 fbuf->vb.sequence = produced; in rcar_drif_dma_complete()
755 sdr->produced = 0; in rcar_drif_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.h139 * ice_set_rs_bit - set RS bit on last produced descriptor (one behind current NTU)
142 * returns index of descriptor that had RS bit produced on
/kernel/linux/linux-6.6/drivers/media/usb/ttusb-budget/
DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-budget/
DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.

12345678910>>...21