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

<<111213141516

/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-core.c438 buf->vb.sequence = q->count++;
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c1523 buf->vb.sequence = frame_sequence;
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c432 buf->vb.sequence = dev->v4l2->field_count++;
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h828 * @cs_sequence: sequence of the corresponding command submission
854 * @cs_seq: command submission sequence number.
1503 * @halt_engines: halt engines, needed for reset sequence. This also disables
1839 * @seq: the original cs sequence
1852 * @outcome_map: index of completed CS searchable by sequence number
1892 * @cs_sequence: sequence number for CS. Value is assigned to a CS and passed
1997 * @sequence: the sequence number of this CS.
1998 * @staged_sequence: the sequence of the staged submission this CS is part of,
2039 u64 sequence; member in struct:hl_cs
[all...]
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c950 vbuf->sequence = pcdev->buf_sequence++;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c196 v_buf->vb.sequence = cap->frame_count++;
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c560 buf->vb.sequence = vc->frame_count;
/linux-master/fs/nfsd/
H A Dnfs4xdr.c1884 struct nfsd4_sequence *seq = &u->sequence;
4943 struct nfsd4_sequence *seq = &u->sequence;
H A Dnfs4state.c1819 return sid->sequence % SESSION_HASH_SIZE;
1867 sid->sequence = current_sessionid++;
3354 * Encode the replay sequence operation from the slot values.
3367 /* Encode the replayed sequence operation */
3375 * The original operation wasn't a solo sequence--we
3389 * The sequence operation is not cached because we can use the slot and
4178 struct nfsd4_sequence *seq = &u->sequence;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c852 txs->sequence, txs->phyerr, txs->ackphyrxsh);
1053 txs->sequence = s2 & TXS_SEQ_MASK;
1785 /* Specific reset sequence required for NPHY rev 3 and 4 */
2083 /* sequence of operations: reset fifo, set fifo size, reset fifo */
5661 * for MC frames so is used as part of the sequence number.
6831 /* Commit BCMC sequence number in the SHM frame ID location */
6971 * receive call sequence after rx interrupt. Only the higher 16 bits
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c1890 * whether to enable reordering during sequence
1904 /* This set buf->sequence = ctx->qsequence++ */
1910 * Run sequence initialization in case the queued
1926 vbuf->sequence = ctx->qsequence++;
2000 /* Run sequence initialization */
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2026 .sequence = cpu_to_le16(0xffff),
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S65 ## | (This is the sequence number from IPSec header) |
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c756 packet->info.c_struct.cmd->sequence = cmd->host_command_sequence;
957 The sequence is:
1214 * The sequence is:
6268 * startup sequence */
/linux-master/fs/nfs/
H A Dnfs4xdr.c1024 encode_uint32(xdr, seqid->sequence->counter);
5870 * sequence number, the server is looney tunes.
5888 dprintk("%s Invalid sequence number\n", __func__);
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c5537 /* gets last sequence number */
6254 * 1. FW reset: FW initiate the reset sequence
6255 * 2. driver reset: FW will start HALT sequence (the preparations for the
6258 * sequence before issuing the reset
10983 int index = cs->sequence & (hdev->asic_prop.max_pending_cs - 1);
/linux-master/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c1279 job->cs->sequence,
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c494 /* sequence will be replaced by real count during send-out. */
495 e->sequence = drm_crtc_vblank_count(&amdgpu_crtc->base);
1868 * align legacy interface initialization sequence. Connection status will be proactivly
8976 * during resume sequence ended

Completed in 370 milliseconds

<<111213141516