Home
last modified time | relevance | path

Searched refs:produced (Results 1 – 25 of 99) sorted by relevance

1234

/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-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/Documentation/userspace-api/media/v4l/
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
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
Dpixfmt-meta-rkisp1.rst43 consumed and produced by dedicated user space libraries that comprise the
/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()
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-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-5.10/Documentation/devicetree/bindings/media/
Dfsl-vdoa.txt5 is to reorder video data from the macroblock tiled order produced by the CODA
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
Dzip.h34 u32 produced; member
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-budget/
DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/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-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-5.10/Documentation/ABI/testing/
Dsysfs-class-stm21 Reads as 0 if master numbers in the STP stream produced by
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gnss/
Dmediatek.txt3 Mediatek chipsets are used in GNSS-receiver modules produced by several
Dsirfstar.txt3 SiRFstar chipsets are used in GNSS-receiver modules produced by several
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dsnps,arcpgu.txt3 This is a display controller found on several development boards produced
Darm,hdlcd.txt3 This is a display controller found on several development platforms produced
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-dec/
DKconfig8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-cr0014114.txt4 This LED Board is widely used in vending machines produced
Dleds-el15203000.txt5 coffee vending machines produced by Crane Merchandising Systems.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/misc/
Didt_89hpesx.txt6 compatible devices may be produced in future. Following devices
/kernel/linux/linux-5.10/Documentation/arm64/
Dsilicon-errata.rst9 It is an unfortunate fact of life that hardware is often produced with
11 under specific circumstances. For hardware produced by ARM, these
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfe-read-status.rst50 state changes of the frontend hardware. It is produced using the enum
/kernel/linux/linux-5.10/Documentation/i2c/busses/
Di2c-ali1535.rst25 M15x3 South bridges also produced by Acer Labs Inc. Some of the registers
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/
Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced

1234