Searched refs:sequence (Results 301 - 325 of 393) sorted by relevance

<<111213141516

/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h481 u32 sequence; member in struct:uvc_streaming
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h182 * The driver sets up the sequence number to values of its choosing.
203 __le16 sequence; member in struct:il_cmd_header
1310 /* 1: uCode overrides sequence control field in MAC header.
1311 * 0: Driver provides sequence control field in MAC header.
1539 * If the MSB of the status parameter is set then an abort sequence is
1540 * required. This sequence consists of the host activating the TX Abort
1649 /* Command ID and sequence number of Tx command for this frame */
1677 __le16 sequence; member in struct:agg_tx_status
1855 * no longer be considered for the start of an aggregation sequence
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.c449 buf->vb.sequence =
452 buf->vb.sequence = atomic_read(&pipe->frame_number);
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c823 frame->vbuf.sequence = ctx->frame_num++;
835 dst_buf->sequence = ctx->stream_num - 1;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c308 * This function completes the current buffer by filling its sequence number,
340 done->buf.sequence = pipe->sequence;
/linux-master/drivers/gpu/drm/
H A Ddrm_plane.c1354 u32 target_vblank = page_flip->sequence;
1364 if (page_flip->sequence != 0 && !(page_flip->flags & DRM_MODE_PAGE_FLIP_TARGET))
/linux-master/drivers/gpu/drm/radeon/
H A Dbtc_dpm.c1411 const u32 *sequence, u32 count)
1417 tmp = RREG32(sequence[i]);
1418 tmp &= ~sequence[i+2];
1419 tmp |= sequence[i+1] & sequence[i+2];
1420 WREG32(sequence[i], tmp);
1410 btc_program_mgcg_hw_sequence(struct radeon_device *rdev, const u32 *sequence, u32 count) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1077 * using a sequence emitted *after* calling this function.
3830 uint32_t sequence; local
3837 ret = vmw_cmd_send_fence(dev_priv, &sequence);
3845 sequence, p_fence, p_handle);
3847 ret = vmw_fence_create(dev_priv->fman, sequence, p_fence);
3850 (void) vmw_fallback_wait(dev_priv, false, false, sequence,
/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c1150 vpfe->cur_frm->vb.sequence = vpfe->sequence++;
1876 vpfe->sequence = 0;
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c395 buf->vb.sequence = dev->capture.sequence++;
521 /* reset sequence number */
522 dev->capture.sequence = 0;
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c95 vbuf->sequence = ctx->au_num++;
110 vbuf->sequence = ctx->frame_num++;
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py1139 """Special sequence that might not be handled properly"""
1144 sequence = [
1156 for num, r_str in enumerate(sequence):
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c158 cs->sequence, cs->type, cs->ctx->asid,
190 job->id, job->cs->sequence, job->cs->type,
/linux-master/include/uapi/linux/
H A Dvideodev2.h1103 * @sequence: sequence count of this frame
1139 __u32 sequence; member in struct:v4l2_buffer
2543 * @frame_sequence: the frame sequence number associated with this event.
2563 __u32 sequence; member in struct:v4l2_event
/linux-master/drivers/media/usb/au0828/
H A Dau0828-video.c296 vb->sequence = dev->frame_count++;
298 vb->sequence = dev->vbi_frame_count++;
/linux-master/tools/firewire/
H A Dnosy-dump.c785 pp->ext_self_id.phy_id, pp->ext_self_id.sequence);
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h256 u32 sequence; member in struct:ipw2100_cmd_header
/linux-master/drivers/memory/tegra/
H A Dtegra210-emc.h902 const struct tegra210_emc_sequence *sequence; member in struct:tegra210_emc
/linux-master/drivers/media/usb/pwc/
H A Dpwc-if.c247 So we get either this sequence:
273 fbuf->vb.sequence = pdev->vframe_count;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-core.c529 buf->vb.sequence = q->count++;
/linux-master/drivers/media/pci/zoran/
H A Dzoran_device.c842 /* update sequence number with the help of the counter in stat_com */
847 buf->vbuf.sequence = zr->jpg_settings.tmp_dcm ==
/linux-master/sound/pci/asihpi/
H A Dhpi.h301 non-volatile memory on the adapter. A typical call sequence would be to use
1134 u16 sequence; /**< Sequence number, allows lost event detection */ member in struct:hpi_async_event
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c1991 dst_buf->sequence = channel->csequence++;
2064 "not enough space for sequence parameter set: %zd left\n",
2131 dst_buf->sequence,
2820 vbuf->sequence = channel->csequence++;
3632 src_buf->sequence = channel->osequence++;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c252 pm->sequence++;
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx.h256 u32 sequence; member in struct:cx231xx_dmaqueue

Completed in 527 milliseconds

<<111213141516