Searched refs:sequence (Results 251 - 275 of 393) sorted by relevance

<<111213141516

/linux-master/drivers/staging/media/meson/vdec/
H A Desparser.c340 vbuf->sequence = sess->sequence_out++;
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.h125 u32 sequence; member in struct:common_data
H A Dpasswdobj-attributes.c288 password_data->common.sequence = int_value;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.c419 pipe->sequence++;
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_fops.c97 buf->vb.sequence = vv->seqnr++;
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c138 buf->vbuf.sequence = (btv->field_count >> 1) + seqnr++;
H A Dbttv-driver.c1550 buf->vbuf.sequence = (btv->field_count >> 1) + seqnr++;
2738 wakeup->top->vbuf.sequence = btv->field_count >> 1;
2749 wakeup->top->vbuf.sequence = btv->field_count >> 1;
2759 wakeup->bottom->vbuf.sequence = btv->field_count >> 1;
2774 wakeup->vbuf.sequence = btv->field_count >> 1;
2779 * the VBI data contains the sequence number.
2792 *vaddr = wakeup->vbuf.sequence;
2842 item->vbuf.sequence = (btv->field_count >> 1) + seqnr++;
2849 item->vbuf.sequence = (btv->field_count >> 1) + seqnr++;
2870 wakeup->vbuf.sequence
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dgspca.c403 gspca_dev->sequence++;
455 buf->vb.sequence = gspca_dev->sequence++;
1358 gspca_dev->sequence = 0;
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c117 unsigned sequence; /* buffer sequence counter */ member in struct:rtl2832_sdr_dev
259 fbuf->vb.sequence = dev->sequence++;
897 dev->sequence = 0;
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c124 unsigned int sequence; member in struct:npcm_video
1099 buf->vb.sequence = video->sequence++;
1478 video->sequence = 0;
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h591 * @sequence: counter for the sequence number for v4l2
684 unsigned int sequence; member in struct:s5p_mfc_ctx
/linux-master/drivers/platform/chrome/
H A Dcros_ec_lightbar.c511 static DEVICE_ATTR_RW(sequence);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h20 * @TX_CMD_FLG_VHT_NDPA: mark frame is NDPA for VHT beamformer sequence
21 * @TX_CMD_FLG_HT_NDPA: mark frame is NDPA for HT beamformer sequence
27 * @TX_CMD_FLG_SEQ_CTL: set if FW should override the sequence control.
406 * @AGG_TX_STATE_SEQ_NUM_MSK: Command ID and sequence number of Tx command for
465 * @sequence: Sequence # for this frame's Tx cmd (not SSN!)
469 __le16 sequence; member in struct:agg_tx_status
508 * @seq_ctl: sequence control from the Tx cmd
565 * @seq_ctl: sequence control from the Tx cmd
613 * @seq_ctl: sequence control field
/linux-master/drivers/media/cec/core/
H A Dcec-core.c281 adap->sequence = 0;
/linux-master/include/uapi/drm/
H A Ddrm_mode.h1041 * The sequence field must be zero unless either of the
1043 * the ABSOLUTE flag is specified, the sequence field denotes the absolute
1044 * vblank sequence when the flip should take effect. When the RELATIVE
1045 * flag is specified, the sequence field denotes the relative (to the
1046 * current one when the ioctl is called) vblank sequence when the flip
1048 * make sure the vblank sequence before the target one has passed before
1059 __u32 sequence; member in struct:drm_mode_crtc_page_flip_target
/linux-master/fs/nfsd/
H A Dstate.h316 u32 sequence; member in struct:nfsd4_sessionid
514 * sequence id expected from the client: */
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S341 | the code sequence to allow completion. We will jump to
478 | the code sequence to allow completion. fpsp_fmt_error causes
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c728 task->event->event.sequence = atomic_inc_return(&task->ipp->sequence);
/linux-master/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c304 src->sequence = ctx->sequence_out++;
305 dst->sequence = ctx->sequence_cap++;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_netkit.c25 __be16 sequence; member in struct:icmphdr::__anon3692
125 icmp.echo.sequence = 1;
/linux-master/drivers/media/pci/cx18/
H A Dcx18-mailbox.c193 vb_buf->vb.sequence = s->sequence++;
407 CX18_DEBUG_WARN("Possibly falling behind: %s self-ack'ed our incoming %s to EPU mailbox (sequence no. %u) while processing\n",
559 CX18_DEBUG_WARN("Possibly falling behind: %s self-ack'ed our incoming %s to EPU mailbox (sequence no. %u)\n",
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt.c85 * If single link DSI is being used on any port, the VBT sequence block
87 * we have configured, and ignore the sequence block port.
585 * Following is generic execution function for any sequence
620 seq_id >= ARRAY_SIZE(connector->panel.vbt.dsi.sequence)))
623 data = connector->panel.vbt.dsi.sequence[seq_id];
629 drm_dbg_kms(&dev_priv->drm, "Starting MIPI sequence %d - %s\n",
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c940 hpet_blockid = hpet_tbl->sequence;
984 hpet_tbl->sequence);
/linux-master/arch/x86/kernel/
H A Dtsc.c77 seq = this_cpu_read(cyc2ns.seq.seqcount.sequence);
84 } while (unlikely(seq != this_cpu_read(cyc2ns.seq.seqcount.sequence)));
/linux-master/include/acpi/
H A Dactbl1.h370 u32 sequence; /* Used to detect runtime CDAT table changes */ member in struct:acpi_table_cdat
1832 u8 sequence; /* HPET sequence number */ member in struct:acpi_table_hpet

Completed in 270 milliseconds

<<111213141516