Searched defs:sequence (Results 1 - 25 of 53) sorted by relevance

123

/drivers/gpu/drm/
H A Ddrm_auth.c144 static drm_magic_t sequence = 0; local
154 if (!sequence)
155 ++sequence; /* reserve 0 */
156 auth->magic = sequence++;
/drivers/gpu/drm/mga/
H A Dmga_irq.c122 int mga_driver_fence_wait(struct drm_device *dev, unsigned int *sequence) argument
128 /* Assume that the user has missed the current sequence number
134 - *sequence) <= (1 << 23)));
136 *sequence = cur_fence;
/drivers/isdn/hardware/eicon/
H A Ddebug_if.h34 dword sequence; member in struct:_diva_dbg_entry_head
/drivers/usb/gadget/
H A Duvc_queue.h48 __u32 sequence; member in struct:uvc_video_queue
/drivers/usb/renesas_usbhs/
H A Dfifo.h63 int sequence; member in struct:usbhs_pkt
100 void *buf, int len, int zero, int sequence);
H A Dpipe.c480 void usbhs_pipe_data_sequence(struct usbhs_pipe *pipe, int sequence) argument
486 * sequence
491 switch (sequence) {
H A Dfifo.c60 void *buf, int len, int zero, int sequence)
93 pkt->sequence = sequence;
488 usbhs_pipe_data_sequence(pipe, pkt->sequence);
489 pkt->sequence = -1; /* -1 sequence will be ignored */
594 usbhs_pipe_data_sequence(pipe, pkt->sequence);
595 pkt->sequence = -1; /* -1 sequence will be ignored */
57 usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, void (*done)(struct usbhs_priv *priv, struct usbhs_pkt *pkt), void *buf, int len, int zero, int sequence) argument
/drivers/gpu/drm/gma500/
H A Dpsb_irq.c435 unsigned int *sequence, atomic_t *counter)
441 - *sequence) <= (1 << 23)));
442 *sequence = cur_vblank;
434 psb_vblank_do_wait(struct drm_device *dev, unsigned int *sequence, atomic_t *counter) argument
/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c45 uint32_t sequence; member in struct:nouveau_fence
79 uint32_t sequence; local
83 /* Fetch the last sequence if the channel is still up and running */
86 sequence = nvchan_rd32(chan, 0x48);
88 sequence = atomic_read(&chan->fence.last_sequence_irq);
90 if (chan->fence.sequence_ack == sequence)
92 chan->fence.sequence_ack = sequence;
96 if (fence->sequence > chan->fence.sequence_ack)
151 if (unlikely(chan->fence.sequence == chan->fence.sequence_ack - 1)) {
154 BUG_ON(chan->fence.sequence
[all...]
H A Dnouveau_gem.c313 uint32_t sequence; local
317 sequence = atomic_add_return(1, &dev_priv->ttm.validate_sequence);
344 ret = ttm_bo_reserve(&nvbo->bo, true, false, true, sequence);
/drivers/gpu/drm/via/
H A Dvia_irq.c210 unsigned int *sequence)
251 *sequence) <= (1 << 23)));
253 *sequence = cur_irq_sequence;
369 irqwait->request.sequence +=
386 &irqwait->request.sequence);
209 via_driver_irq_wait(struct drm_device *dev, unsigned int irq, int force_sequence, unsigned int *sequence) argument
/drivers/net/ppp/
H A Dpppolac.c60 __u32 sequence; member in struct:meta
119 /* Check the sequence if it is present. */
121 meta->sequence = ptr[4] << 8 | ptr[5];
122 if ((__s16)(meta->sequence - opt->recv_sequence) < 0)
148 __s16 order = meta->sequence - meta1->sequence;
171 meta->sequence != opt->recv_sequence)
174 opt->recv_sequence = (__u16)(meta->sequence + 1);
H A Dpppopns.c55 __u32 sequence; member in struct:header
59 __u32 sequence; member in struct:meta
101 /* Check the sequence if it is present. */
103 meta->sequence = ntohl(hdr->sequence);
104 if ((__s32)(meta->sequence - opt->recv_sequence) < 0)
129 __s32 order = meta->sequence - meta1->sequence;
152 meta->sequence != opt->recv_sequence)
155 opt->recv_sequence = meta->sequence
[all...]
/drivers/staging/omapdrm/
H A Domap_crtc.c123 static uint32_t sequence = 0; local
144 * the sequence number and use gettimeofday..
146 event->event.sequence = drm_vblank_count_and_time(
149 event->event.sequence = sequence++;
/drivers/media/video/
H A Dstk-webcam.h120 unsigned sequence; member in struct:stk_camera
H A Datmel-isi.c77 int sequence; member in struct:atmel_isi
170 vb->v4l2_buf.sequence = isi->sequence++;
292 isi->sequence = 0;
456 isi->sequence = 0;
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c1012 u16 sequence = le16_to_cpu(pkt->hdr.sequence); local
1013 int txq_id = SEQ_TO_QUEUE(sequence);
1014 int cmd_index __maybe_unused = SEQ_TO_INDEX(sequence);
1046 * ssn since the wifi sequence number corresponds to
1048 * The seq_ctl is the sequence control of the packet
H A Diwl-trans-pcie-rx.c94 * Driver sequence:
368 u16 sequence; local
399 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME);
411 sequence = le16_to_cpu(pkt->hdr.sequence);
412 index = SEQ_TO_INDEX(sequence);
H A Diwl-trans-pcie-tx.c564 /* Place first TFD at index corresponding to start sequence number.
746 out_cmd->hdr.sequence =
766 le16_to_cpu(out_cmd->hdr.sequence), cmd_size,
884 u16 sequence = le16_to_cpu(pkt->hdr.sequence); local
885 int txq_id = SEQ_TO_QUEUE(sequence);
886 int index = SEQ_TO_INDEX(sequence);
897 "wrong command queue %d (should be %d), sequence 0x%X readp=%d writep=%d\n",
898 txq_id, trans_pcie->cmd_queue, sequence,
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c374 * using a sequence emitted *after* calling this function.
1006 uint32_t sequence; local
1013 ret = vmw_fifo_send_fence(dev_priv, &sequence);
1021 sequence,
1025 ret = vmw_fence_create(dev_priv->fman, sequence,
1031 sequence, false,
/drivers/media/dvb/dvb-usb/
H A Daf9005.c53 u8 sequence; member in struct:af9005_device_state
82 obuf[4] = st->sequence++; /* sequence number */
119 err("generic read/write, wrong sequence in reply.");
488 buf[4] = st->sequence++;
501 err("send command, wrong sequence in reply.");
534 obuf[4] = st->sequence++;
552 err("Read eeprom, wrong sequence in reply ");
577 buf[4] = 0x00; /* sequence number, original driver doesn't increment it here */
586 buf[4] = 0x00; /* sequence numbe
[all...]
/drivers/scsi/
H A Dmesh.h21 unsigned char sequence; member in struct:mesh_regs
49 /* Bits in the sequence register. */
/drivers/gpu/drm/ttm/
H A Dttm_bo.c218 bool no_wait, bool use_sequence, uint32_t sequence)
231 if (unlikely(sequence == bo->val_seq))
237 if (unlikely(sequence - bo->val_seq < (1 << 31)))
255 * if we decreased the sequence number.
257 if (unlikely((bo->val_seq - sequence < (1 << 31))
261 bo->val_seq = sequence;
285 bool no_wait, bool use_sequence, uint32_t sequence)
293 sequence);
216 ttm_bo_reserve_locked(struct ttm_buffer_object *bo, bool interruptible, bool no_wait, bool use_sequence, uint32_t sequence) argument
283 ttm_bo_reserve(struct ttm_buffer_object *bo, bool interruptible, bool no_wait, bool use_sequence, uint32_t sequence) argument
/drivers/media/video/gspca/
H A Dgspca.h198 __u32 sequence; /* frame sequence number */ member in struct:gspca_dev
/drivers/media/video/marvell-ccic/
H A Dmcam-core.h132 unsigned int sequence; /* Frame sequence number */ member in struct:mcam_camera

Completed in 556 milliseconds

123