Home
last modified time | relevance | path

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

1234

/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_pf_migration.c319 ssize_t ret, produced = 0; in xe_sriov_pf_migration_write() local
324 while (produced < len) { in xe_sriov_pf_migration_write()
325 ret = xe_sriov_packet_write_single(xe, vfid, buf, len - produced); in xe_sriov_pf_migration_write()
329 produced += ret; in xe_sriov_pf_migration_write()
334 return produced; in xe_sriov_pf_migration_write()
/linux/kernel/
H A Drelay.c846 size_t produced = buf->subbufs_produced; in relay_file_read_avail() local
854 if (produced == consumed) in relay_file_read_avail()
859 if (unlikely(produced - consumed >= n_subbufs)) { in relay_file_read_avail()
860 consumed = produced - n_subbufs + 1; in relay_file_read_avail()
865 produced = (produced % n_subbufs) * subbuf_size + buf->offset; in relay_file_read_avail()
868 if (consumed > produced) in relay_file_read_avail()
869 produced += n_subbufs * subbuf_size; in relay_file_read_avail()
871 if (consumed == produced) { in relay_file_read_avail()
/linux/Documentation/input/
H A 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
/linux/Documentation/driver-api/media/
H A 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
/linux/Documentation/driver-api/gpio/
H A 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
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-image-source.rst26 image data is produced. The unit of vertical blanking is a line.
33 during which no image data is produced. The unit of horizontal
H A Ddev-encoder.rst155 the coded format to be produced.
440 * encoded frames produced after the restart must not reference any
441 frames produced before the stop, e.g. no long term references for
445 produced again, e.g. SPS and PPS for H.264/HEVC.
469 * a buffer queued to ``OUTPUT`` may result in more than one buffer produced on
474 * a buffer queued to ``OUTPUT`` may result in a buffer being produced on
676 * encoded frames produced after the restart must not reference any frames
677 produced before the stop, e.g. no long term references for H.264/HEVC,
679 * any headers that must be included in a standalone stream must be produced
692 continue with regular encoding sequence. The encoded frames produced into
H A Dmetafmt-intel-ipu3.rst53 produced by dedicated user space libraries that comprise the important tuning
H A Dmetafmt-rkisp1.rst84 consumed and produced by dedicated user space libraries that comprise the
/linux/drivers/media/usb/ttusb-budget/
H A DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/linux/Documentation/ABI/testing/
H A Dsysfs-class-stm21 Reads as 0 if master numbers in the STP stream produced by
/linux/Documentation/devicetree/bindings/display/
H A Dsnps,arcpgu.txt3 This is a display controller found on several development boards produced
/linux/drivers/media/usb/ttusb-dec/
H A DKconfig8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-cr0014114.txt4 This LED Board is widely used in vending machines produced
H A Dleds-el15203000.txt5 coffee vending machines produced by Crane Merchandising Systems.
/linux/Documentation/userspace-api/media/dvb/
H A Dfe-read-status.rst50 state changes of the frontend hardware. It is produced using the enum
/linux/Documentation/i2c/busses/
H A Di2c-ali1535.rst25 M15x3 South bridges also produced by Acer Labs Inc. Some of the registers
/linux/sound/firewire/
H A DKconfig22 (DICE-II/TCD2210(Mini)/TCD2220(Jr.)) which TC Applied Technologies (TCAT) produced.
168 Say Y here to enable support for FireWire devices which MOTU produced:
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/linux/Documentation/misc-devices/
H A Doxsemi-tornado.rst10 The baud rate produced by the baud generator is obtained from this input
45 (tcr), the clock prescaler (cpr) and the divisor (div) produced by the
/linux/Documentation/arch/arm64/
H A 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
/linux/tools/testing/selftests/ftrace/
H A DREADME58 * UNRESOLVED: The test produced unclear or intermidiate results.
/linux/drivers/staging/media/av7110/
H A DKconfig22 Support for SAA7146 and AV7110 based DVB cards as produced
/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst49 Such a configuration can be produced by user requests:
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst52 produced files, please do not modify them manually as it's error-prone and

1234