Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 200 of 412) sorted by relevance

123

/linux-4.1.27/arch/parisc/kernel/
Dperf_asm.S154 blr %r1,%r0 ; branch to 8-instruction sequence
162 ; RDR 0 sequence
174 ; RDR 1 sequence
186 ; RDR 2 read sequence
198 ; RDR 3 read sequence
210 ; RDR 4 read sequence
222 ; RDR 5 read sequence
234 ; RDR 6 read sequence
246 ; RDR 7 read sequence
258 ; RDR 8 read sequence
[all …]
/linux-4.1.27/drivers/net/arcnet/
Drfc1201.c172 in->sequence, soft->split_flag, soft->sequence); in rx()
173 lp->rfc1201.aborted_seq = soft->sequence; in rx()
179 in->sequence = soft->sequence; in rx()
252 soft->split_flag, in->sequence); in rx()
254 if (in->skb && in->sequence != soft->sequence) { in rx()
256 saddr, in->sequence, soft->sequence, in rx()
270 in->sequence, soft->split_flag, in rx()
271 soft->sequence); in rx()
276 in->sequence = soft->sequence; in rx()
283 lp->rfc1201.aborted_seq = soft->sequence; in rx()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dhwsq.h8 int sequence; member
12 int sequence; member
24 .sequence = 0, in hwsq_stride()
37 .sequence = 0, in hwsq_reg2()
50 .sequence = 0, in hwsq_reg()
69 ram->sequence++; in hwsq_init()
88 if (reg->sequence != ram->sequence) in hwsq_rd32()
98 reg->sequence = ram->sequence; in hwsq_wr32()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramfuc.h8 int sequence; member
12 int sequence; member
24 .sequence = 0, in ramfuc_stride()
36 .sequence = 0, in ramfuc_reg2()
48 .sequence = 0, in ramfuc_reg()
66 ram->sequence++; in ramfuc_init()
85 if (reg->sequence != ram->sequence) in ramfuc_rd32()
95 reg->sequence = ram->sequence; in ramfuc_wr32()
/linux-4.1.27/include/linux/
Dseqlock.h47 unsigned sequence; member
60 s->sequence = 0; in __seqcount_init()
90 #define SEQCNT_ZERO(lockname) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(lockname)}
111 ret = READ_ONCE(s->sequence); in __read_seqcount_begin()
130 unsigned ret = READ_ONCE(s->sequence); in raw_read_seqcount()
182 unsigned ret = READ_ONCE(s->sequence); in raw_seqcount_begin()
203 return unlikely(s->sequence != start); in __read_seqcount_retry()
226 s->sequence++; in raw_write_seqcount_begin()
233 s->sequence++; in raw_write_seqcount_end()
243 s->sequence++; in raw_write_seqcount_latch()
[all …]
Darcdevice.h214 __be16 sequence; /* sequence number of assembly */ member
289 uint16_t sequence; /* sequence number (incs with each packet) */ member
Dflex_proportions.h33 seqcount_t sequence; member
Dblktrace_api.h17 unsigned long __percpu *sequence; member
Damigaffs.h114 __be32 sequence; member
/linux-4.1.27/security/selinux/ss/
Dstatus.c60 status->sequence = 0; in selinux_kernel_status_page()
91 status->sequence++; in selinux_status_update_setenforce()
97 status->sequence++; in selinux_status_update_setenforce()
116 status->sequence++; in selinux_status_update_policyload()
123 status->sequence++; in selinux_status_update_policyload()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dsi_panel_vbt.c307 const u8 *sequence; in vbt_panel_prepare() local
309 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_ASSERT_RESET]; in vbt_panel_prepare()
310 generic_exec_sequence(intel_dsi, sequence); in vbt_panel_prepare()
312 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_INIT_OTP]; in vbt_panel_prepare()
313 generic_exec_sequence(intel_dsi, sequence); in vbt_panel_prepare()
324 const u8 *sequence; in vbt_panel_unprepare() local
326 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_DEASSERT_RESET]; in vbt_panel_unprepare()
327 generic_exec_sequence(intel_dsi, sequence); in vbt_panel_unprepare()
338 const u8 *sequence; in vbt_panel_enable() local
340 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_DISPLAY_ON]; in vbt_panel_enable()
[all …]
Dintel_bios.c793 struct bdb_mipi_sequence *sequence; in parse_mipi() local
846 sequence = find_section(bdb, BDB_MIPI_SEQUENCE); in parse_mipi()
847 if (!sequence) { in parse_mipi()
853 if (sequence->version >= 3) { in parse_mipi()
860 block_size = get_blocksize(sequence); in parse_mipi()
865 dev_priv->vbt.dsi.seq_version = sequence->version; in parse_mipi()
867 seq_data = &sequence->data[0]; in parse_mipi()
881 if ((seq_data - &sequence->data[0]) > block_size) { in parse_mipi()
915 dev_priv->vbt.dsi.sequence[seq_id] = data; in parse_mipi()
942 memset(dev_priv->vbt.dsi.sequence, 0, sizeof(dev_priv->vbt.dsi.sequence)); in parse_mipi()
/linux-4.1.27/fs/xfs/
Dxfs_log_cil.c79 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
126 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
453 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push()
468 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push()
531 new_ctx->sequence = ctx->sequence + 1; in xlog_cil_push()
561 cil->xc_current_sequence = new_ctx->sequence; in xlog_cil_push()
613 if (new_ctx->sequence >= ctx->sequence) in xlog_cil_push()
794 tp->t_commit_lsn = cil->xc_ctx->sequence; in xfs_log_commit_cil()
832 xfs_lsn_t sequence) in xlog_cil_force_lsn() argument
838 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_lsn()
[all …]
Dxfs_log_priv.h250 xfs_lsn_t sequence; /* chkpt sequence # */ member
531 xfs_lsn_t sequence);
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dbrcms_trace_brcmsmac_tx.h42 u16 status, u16 lasttxtime, u16 sequence, u16 phyerr,
44 TP_ARGS(dev, framelen, frameid, status, lasttxtime, sequence, phyerr,
52 __field(u16, sequence)
62 __entry->sequence = sequence;
69 __entry->lasttxtime, __entry->sequence, __entry->phyerr,
/linux-4.1.27/lib/xz/
Dxz_dec_stream.c33 } sequence; member
103 } sequence; member
307 switch (s->index.sequence) { in dec_index()
319 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index()
324 s->index.sequence = SEQ_INDEX_UNCOMPRESSED; in dec_index()
334 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index()
560 switch (s->sequence) { in dec_main()
580 s->sequence = SEQ_BLOCK_START; in dec_main()
594 s->sequence = SEQ_INDEX; in dec_main()
607 s->sequence = SEQ_BLOCK_HEADER; in dec_main()
[all …]
Dxz_dec_lzma2.c226 } sequence; member
936 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) { in xz_dec_lzma2_run()
937 switch (s->lzma2.sequence) { in xz_dec_lzma2_run()
985 s->lzma2.sequence = SEQ_UNCOMPRESSED_1; in xz_dec_lzma2_run()
1010 s->lzma2.sequence = SEQ_COMPRESSED_0; in xz_dec_lzma2_run()
1019 s->lzma2.sequence = SEQ_UNCOMPRESSED_2; in xz_dec_lzma2_run()
1025 s->lzma2.sequence = SEQ_COMPRESSED_0; in xz_dec_lzma2_run()
1031 s->lzma2.sequence = SEQ_COMPRESSED_1; in xz_dec_lzma2_run()
1037 s->lzma2.sequence = s->lzma2.next_sequence; in xz_dec_lzma2_run()
1044 s->lzma2.sequence = SEQ_LZMA_PREPARE; in xz_dec_lzma2_run()
[all …]
/linux-4.1.27/lib/
Dflex_proportions.c46 seqcount_init(&p->sequence); in fprop_global_init()
77 write_seqcount_begin(&p->sequence); in fprop_new_period()
83 write_seqcount_end(&p->sequence); in fprop_new_period()
146 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_single()
150 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_single()
234 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_percpu()
238 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_percpu()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnvc0_fence.c32 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32() argument
39 OUT_RING (chan, sequence); in nvc0_fence_emit32()
48 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32() argument
55 OUT_RING (chan, sequence); in nvc0_fence_sync32()
Dnv84_fence.c39 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_emit32() argument
48 OUT_RING (chan, sequence); in nv84_fence_emit32()
57 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_sync32() argument
66 OUT_RING (chan, sequence); in nv84_fence_sync32()
123 nouveau_bo_wr32(priv->bo, chan->chid * 16 / 4, fctx->base.sequence); in nv84_fence_context_del()
149 fctx->base.sequence = nv84_fence_read(chan); in nv84_fence_context_new()
Dnv17_fence.c46 value = priv->sequence; in nv17_fence_sync()
47 priv->sequence += 2; in nv17_fence_sync()
110 nouveau_bo_wr32(priv->bo, 0, priv->sequence); in nv17_fence_resume()
Dnv10_fence.h17 u32 sequence; member
Dnouveau_fence.h45 u32 sequence; member
Dnouveau_fence.c270 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
273 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_irq.c919 e->event.sequence = seq; in send_vblank_event()
927 e->event.sequence); in send_vblank_event()
1210 e->event.sequence, seq); in drm_vblank_off()
1506 (seq - vblwait->request.sequence) <= (1 << 23)) { in drm_queue_vblank_event()
1507 vblwait->request.sequence = seq + 1; in drm_queue_vblank_event()
1508 vblwait->reply.sequence = vblwait->request.sequence; in drm_queue_vblank_event()
1512 vblwait->request.sequence, seq, pipe); in drm_queue_vblank_event()
1515 vblwait->request.sequence); in drm_queue_vblank_event()
1517 e->event.sequence = vblwait->request.sequence; in drm_queue_vblank_event()
1518 if ((seq - vblwait->request.sequence) <= (1 << 23)) { in drm_queue_vblank_event()
[all …]
Ddrm_auth.c151 static drm_magic_t sequence = 0; in drm_getmagic() local
161 if (!sequence) in drm_getmagic()
162 ++sequence; /* reserve 0 */ in drm_getmagic()
163 auth->magic = sequence++; in drm_getmagic()
Ddrm_ioc32.c971 unsigned int sequence; member
977 unsigned int sequence; member
1001 || __put_user(req32.request.sequence, &request->request.sequence) in compat_drm_wait_vblank()
1010 || __get_user(req32.reply.sequence, &request->reply.sequence) in compat_drm_wait_vblank()
/linux-4.1.27/fs/jbd/
Drevoke.c108 tid_t sequence; /* Used for recovery only */ member
151 record->sequence = seq; in insert_revoke_hash()
675 tid_t sequence) in journal_set_revoke() argument
683 if (tid_gt(sequence, record->sequence)) in journal_set_revoke()
684 record->sequence = sequence; in journal_set_revoke()
687 return insert_revoke_hash(journal, blocknr, sequence); in journal_set_revoke()
699 tid_t sequence) in journal_test_revoke() argument
706 if (tid_gt(sequence, record->sequence)) in journal_test_revoke()
Drecovery.c326 unsigned int sequence; in do_one_pass() local
398 sequence = be32_to_cpu(tmp->h_sequence); in do_one_pass()
400 blocktype, sequence); in do_one_pass()
402 if (sequence != next_commit_ID) { in do_one_pass()
573 tid_t sequence, struct recovery_info *info) in scan_revoke_records() argument
588 err = journal_set_revoke(journal, blocknr, sequence); in scan_revoke_records()
/linux-4.1.27/fs/jbd2/
Drevoke.c108 tid_t sequence; /* Used for recovery only */ member
150 record->sequence = seq; in insert_revoke_hash()
706 tid_t sequence) in jbd2_journal_set_revoke() argument
714 if (tid_gt(sequence, record->sequence)) in jbd2_journal_set_revoke()
715 record->sequence = sequence; in jbd2_journal_set_revoke()
718 return insert_revoke_hash(journal, blocknr, sequence); in jbd2_journal_set_revoke()
730 tid_t sequence) in jbd2_journal_test_revoke() argument
737 if (tid_gt(sequence, record->sequence)) in jbd2_journal_test_revoke()
Drecovery.c401 void *buf, __u32 sequence) in jbd2_block_tag_csum_verify() argument
410 seq = cpu_to_be32(sequence); in jbd2_block_tag_csum_verify()
429 unsigned int sequence; in do_one_pass() local
505 sequence = be32_to_cpu(tmp->h_sequence); in do_one_pass()
507 blocktype, sequence); in do_one_pass()
509 if (sequence != next_commit_ID) { in do_one_pass()
841 tid_t sequence, struct recovery_info *info) in scan_revoke_records() argument
874 err = jbd2_journal_set_revoke(journal, blocknr, sequence); in scan_revoke_records()
/linux-4.1.27/drivers/scsi/
Dmesh.c313 (mr->count_hi << 8) + mr->count_lo, mr->sequence, in mesh_dump_regs()
369 out_8(&mr->sequence, SEQ_RESETMESH); in mesh_init()
393 out_8(&mr->sequence, SEQ_FLUSHFIFO); in mesh_init()
397 out_8(&mr->sequence, SEQ_ENBRESEL); in mesh_init()
447 out_8(&mr->sequence, SEQ_ENBRESEL); in mesh_start_cmd()
499 out_8(&mr->sequence, SEQ_DISRESEL); in mesh_start_cmd()
512 out_8(&mr->sequence, SEQ_ARBITRATE); in mesh_start_cmd()
526 out_8(&mr->sequence, SEQ_RESETMESH); in mesh_start_cmd()
531 out_8(&mr->sequence, SEQ_ENBRESEL); in mesh_start_cmd()
617 out_8(&ms->mesh->sequence, SEQ_ENBRESEL); in mesh_done()
[all …]
Dmesh.h21 unsigned char sequence; member
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c221 ev->sequence = eq->eq_enq_seq++; in lnet_eq_enqueue_event()
224 index = ev->sequence & (eq->eq_size - 1); in lnet_eq_enqueue_event()
245 if (LNET_SEQ_GT(eq->eq_deq_seq, new_event->sequence)) in lnet_eq_dequeue_event()
255 if (eq->eq_deq_seq == new_event->sequence) { in lnet_eq_dequeue_event()
261 eq->eq_deq_seq, new_event->sequence); in lnet_eq_dequeue_event()
265 eq->eq_deq_seq = new_event->sequence + 1; in lnet_eq_dequeue_event()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dnv40.c64 if (priv->sequence != ppm->sequence) { in nv40_perfctr_next()
66 priv->sequence = ppm->sequence; in nv40_perfctr_next()
Dnv40.h12 u32 sequence; member
/linux-4.1.27/arch/s390/kernel/
Dlgr.c31 char sequence[16]; member
75 cpascii(lgr_info->sequence, si->sequence, sizeof(si->sequence)); in lgr_stsi_1_1_1()
Dsysinfo.c63 EBCASC(info->sequence, sizeof(info->sequence)); in stsi_1_1_1()
81 seq_printf(m, "Sequence Code: %-16.16s\n", info->sequence); in stsi_1_1_1()
/linux-4.1.27/arch/s390/include/asm/
Dsysinfo.h32 char sequence[16]; member
49 char sequence[16]; member
77 char sequence[16]; member
/linux-4.1.27/drivers/gpu/drm/mga/
Dmga_irq.c121 int mga_driver_fence_wait(struct drm_device *dev, unsigned int *sequence) in mga_driver_fence_wait() argument
133 - *sequence) <= (1 << 23))); in mga_driver_fence_wait()
135 *sequence = cur_fence; in mga_driver_fence_wait()
Dmga_drv.h189 extern int mga_driver_fence_wait(struct drm_device *dev, unsigned int *sequence);
190 extern int mga_driver_vblank_wait(struct drm_device *dev, unsigned int *sequence);
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dinput-reset.txt1 Input: sysrq reset sequence
4 include/uapi/linux/input.h. This is to communicate a sequence of keys to the
20 sequence has been recognized.
Dti,drv260x.txt13 sequence during init. And the device is configured for real
/linux-4.1.27/include/trace/events/
Dv4l2.h119 __field(u32, sequence) \
148 __entry->sequence = buf->sequence; \
173 __entry->sequence \
/linux-4.1.27/Documentation/
DSAK.txt8 this key sequence before they log in to the system.
11 providing SAK. One is the ALT-SYSRQ-K sequence. You shouldn't use
12 this sequence. It is only available if the kernel was compiled with
15 The proper way of generating a SAK is to define the key sequence using
24 What key sequence should you use? Well, CTRL-ALT-DEL is used to reboot
Dbinfmt_misc.txt10 at the beginning of the file with a magic byte sequence (masking out specified
29 - 'magic' is the byte sequence binfmt_misc is matching for. The magic string
38 The mask is anded with the byte sequence of the file. Note that you must
Dsysrq.txt180 on both sides of the keyboard, and hitting an invalid sysrq sequence again
189 appropriate scancode sequence, and use 'setkeycodes <sequence> 99' to map
190 this sequence to the usual SysRq code (e.g., 'setkeycodes e05b 99'). It's
DVGA-softcursor.txt13 The cursor appearance is controlled by a "<ESC>[?1;2;3c" escape sequence
Dmemory-barriers.txt113 For example, consider the following sequence of events:
147 As a further example, consider this sequence of events:
156 the address retrieved from P by CPU 2. At the end of the sequence, any of the
214 the CPU will only issue the following sequence of memory operations:
298 either an object of scalar type, or a maximal sequence
352 A CPU can be viewed as committing a sequence of store operations to the
354 occur in the sequence _before_ all the stores after the write barrier.
377 load touches one of a sequence of stores from another CPU, then by the
516 following sequence of events:
528 sequence, Q must be either &A or &B, and that:
[all …]
Dthis_cpu_ops.txt81 instead of a sequence of calculation of the address and then a fetch
83 this_cpu_ops such sequence also required preempt disable/enable to
132 get_cpu/put_cpu sequence requires. No processor number is
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-pps22 and the assert sequence number of the X-th source in the form:
24 <secs>.<nsec>#<sequence>
34 and the clear sequence number of the X-th source in the form:
36 <secs>.<nsec>#<sequence>
Dsysfs-fs-xfs6 The log sequence number (LSN) of the current head of the
15 The log sequence number (LSN) of the current tail of the
Ddev-kmsg45 sequence numbers allow to calculate the amount of lost
61 sequence number and the monotonic timestamp in microseconds,
Dsysfs-fs-nilfs2103 Show sequence value of the latest segment.
115 Show segment sequence counter.
Dsysfs-wusb_cbaf9 The sequence of operations should be:
Dsysfs-driver-hid-roccat-arvo16 When written, this file lets one set the sequence for a specific
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vbi-cap.c100 buf->vb.v4l2_buf.sequence = dev->vbi_cap_seq_count; in vivid_raw_vbi_cap_process()
102 buf->vb.v4l2_buf.sequence /= 2; in vivid_raw_vbi_cap_process()
104 vivid_sliced_vbi_cap_fill(dev, buf->vb.v4l2_buf.sequence); in vivid_raw_vbi_cap_process()
120 buf->vb.v4l2_buf.sequence = dev->vbi_cap_seq_count; in vivid_sliced_vbi_cap_process()
122 buf->vb.v4l2_buf.sequence /= 2; in vivid_sliced_vbi_cap_process()
124 vivid_sliced_vbi_cap_fill(dev, buf->vb.v4l2_buf.sequence); in vivid_sliced_vbi_cap_process()
Dvivid-kthread-out.c90 vid_out_buf->vb.v4l2_buf.sequence = dev->vid_out_seq_count; in vivid_thread_vid_out_tick()
96 vid_out_buf->vb.v4l2_buf.sequence /= 2; in vivid_thread_vid_out_tick()
110 vbi_out_buf->vb.v4l2_buf.sequence = dev->vbi_out_seq_count; in vivid_thread_vid_out_tick()
Dvivid-kthread-cap.c436 buf->vb.v4l2_buf.sequence = dev->vid_cap_seq_count; in vivid_fillbuff()
456 buf->vb.v4l2_buf.sequence /= 2; in vivid_fillbuff()
487 if (dev->field_cap != V4L2_FIELD_ALTERNATE || (buf->vb.v4l2_buf.sequence & 1) == 0) in vivid_fillbuff()
497 buf->vb.v4l2_buf.sequence, in vivid_fillbuff()
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_irq.c209 unsigned int *sequence) in via_driver_irq_wait() argument
250 *sequence) <= (1 << 23))); in via_driver_irq_wait()
252 *sequence = cur_irq_sequence; in via_driver_irq_wait()
368 irqwait->request.sequence += in via_wait_irq()
385 &irqwait->request.sequence); in via_wait_irq()
/linux-4.1.27/include/uapi/linux/
Dncp.h24 __u8 sequence; member
38 __u8 sequence; member
198 __u32 sequence; member
Dicmpv6.h21 __be16 sequence; member
65 #define icmp6_sequence icmp6_dataun.u_echo.sequence
Dicmp.h75 __be16 sequence; member
Dif_arcnet.h62 __be16 sequence; /* sequence number */ member
Dblktrace_api.h100 __u32 sequence; /* event number */ member
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dmsm-hsusb.txt55 - qcom,phy-init-sequence: PHY configuration sequence values. This is related to Device
59 For example: qcom,phy-init-sequence = < -1 0x63 >;
93 qcom,phy-init-sequence = < -1 0x63 >;
Ddwc3.txt25 P1/P2/P3 transition sequence.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmc-pwrseq-simple.txt1 * The simple MMC power sequence provider
3 The purpose of the simple MMC power sequence provider is to supports a set of
Dmmc.txt71 System on chip designs may specify a specific MMC power sequence. To
72 successfully detect an (e)MMC/SD/SDIO card, that power sequence must be
76 - mmc-pwrseq: phandle to the MMC power sequence node. See "mmc-pwrseq-*"
77 for documentation of MMC power sequence bindings.
/linux-4.1.27/Documentation/connector/
Dconnector.txt108 someone sends a message, they use a locally unique sequence and random
109 acknowledge number. The sequence number may be copied into
112 The sequence number is incremented with each message sent.
114 If you expect a reply to the message, then the sequence number in the
118 If we receive a message and its sequence number is not equal to one we
120 its sequence number is the same as one we are expecting, but its
121 acknowledge is not equal to the sequence number in the original
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dfifo.h67 int sequence; member
105 void *buf, int len, int zero, int sequence);
Dpipe.c610 void usbhs_pipe_data_sequence(struct usbhs_pipe *pipe, int sequence) in usbhs_pipe_data_sequence() argument
621 switch (sequence) { in usbhs_pipe_data_sequence()
652 int sequence; in usbhs_pipe_config_change_bfre() local
662 sequence = usbhs_pipe_get_data_sequence(pipe); in usbhs_pipe_config_change_bfre()
665 usbhs_pipe_data_sequence(pipe, sequence); in usbhs_pipe_config_change_bfre()
Dfifo.c57 void *buf, int len, int zero, int sequence) in usbhs_pkt_push() argument
90 pkt->sequence = sequence; in usbhs_pkt_push()
512 usbhs_pipe_data_sequence(pipe, pkt->sequence); in usbhsf_pio_try_push()
513 pkt->sequence = -1; /* -1 sequence will be ignored */ in usbhsf_pio_try_push()
627 usbhs_pipe_data_sequence(pipe, pkt->sequence); in usbhsf_prepare_pop()
628 pkt->sequence = -1; /* -1 sequence will be ignored */ in usbhsf_prepare_pop()
/linux-4.1.27/Documentation/pps/
Dpps.txt146 sequence number:
152 sequence number. Other files are:
182 source 0 - assert 1186592699.388832443, sequence: 364 - clear 0.000000000, sequence: 0
183 source 0 - assert 1186592700.388931295, sequence: 365 - clear 0.000000000, sequence: 0
184 source 0 - assert 1186592701.389032765, sequence: 366 - clear 0.000000000, sequence: 0
/linux-4.1.27/fs/exportfs/
Dexpfs.c237 int sequence; /* sequence counter */ member
251 buf->sequence++; in filldir_one()
314 buffer.sequence = 0; in get_name()
316 int old_seq = buffer.sequence; in get_name()
328 if (old_seq == buffer.sequence) in get_name()
/linux-4.1.27/fs/nfs/
Dnfs4state.c1022 new->sequence = counter; in nfs_alloc_seqid()
1030 struct nfs_seqid_counter *sequence; in nfs_release_seqid() local
1034 sequence = seqid->sequence; in nfs_release_seqid()
1035 spin_lock(&sequence->lock); in nfs_release_seqid()
1037 if (!list_empty(&sequence->list)) { in nfs_release_seqid()
1040 next = list_first_entry(&sequence->list, in nfs_release_seqid()
1042 rpc_wake_up_queued_task(&sequence->wait, next->task); in nfs_release_seqid()
1044 spin_unlock(&sequence->lock); in nfs_release_seqid()
1064 if (seqid->sequence->flags & NFS_SEQID_CONFIRMED) in nfs_increment_seqid()
1069 seqid->sequence); in nfs_increment_seqid()
[all …]
/linux-4.1.27/Documentation/filesystems/
Dseq_file.txt42 loadable module which creates a file called /proc/sequence. The file, when
44 sequence will continue until the user loses patience and finds something
48 dd if=/proc/sequence of=out1 count=1
49 dd if=/proc/sequence skip=1 of=out2 count=1
62 - entry = create_proc_entry("sequence", 0, NULL);
65 + entry = proc_create("sequence", 0, NULL, &ct_file_ops);
80 The /proc/sequence iterator just uses the count of the next number it
85 which will start reading at that position. For our simple sequence example,
98 holding the current position. There is no upper bound for the sequence
111 move the iterator forward to the next position in the sequence. The
[all …]
Dxfs-delayed-logging-design.txt25 That is, if we have a sequence of changes A through to F, and the object was
27 of transactions, their contents and the log sequence number (LSN) of the
334 checkpoint sequence order is maintained during log replay.
416 committed transactions with the log sequence number of the transaction commit.
431 contexts, and as such it is simple to assign a sequence number to each
434 increasing sequence number assigned to it without the need for an external
435 atomic counter - we can just take the current context sequence number and add
439 during the commit, we can assign the current checkpoint sequence. This allows
441 checkpoint sequence needs to be committed before they can continue. As a
467 case where the forcing sequence number is the same as the current context. That
[all …]
Dnilfs2.txt69 order=strict Apply strict in-order semantics that preserves sequence
242 To stride over segment boundaries, this sequence of files may be split
243 into multiple logs. The sequence of logs that should be treated as
/linux-4.1.27/Documentation/devicetree/bindings/panel/
Dsamsung,s6e8aa0.txt13 - reset-delay: delay after reset sequence [ms]
14 - init-delay: delay after initialization sequence [ms]
Dsamsung,ld9040.txt15 - reset-delay: delay after reset sequence [ms]
/linux-4.1.27/drivers/usb/gadget/function/
Duvc_queue.c285 queue->sequence = 0; in uvcg_queue_enable()
329 buf->buf.v4l2_buf.sequence = queue->sequence++; in uvcg_queue_next_buffer()
Duvc_queue.h46 __u32 sequence; member
/linux-4.1.27/include/linux/netfilter/
Dx_tables.h303 addend = (__this_cpu_read(xt_recseq.sequence) + 1) & 1; in xt_write_recseq_begin()
310 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_begin()
328 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_end()
/linux-4.1.27/Documentation/devicetree/
Dchangesets.txt13 The sequence of a changeset is as follows.
34 with the following sequence.
Ddynamic-resolution-notes.txt15 In sequence the resolver works by the following steps:
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c80 unsigned int h2, unsigned int sequence) in nf_conntrack_double_lock() argument
94 if (read_seqcount_retry(&net->ct.generation, sequence)) { in nf_conntrack_double_lock()
333 unsigned int sequence; in nf_ct_delete_from_lists() local
339 sequence = read_seqcount_begin(&net->ct.generation); in nf_ct_delete_from_lists()
344 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence)); in nf_ct_delete_from_lists()
500 unsigned int sequence; in nf_conntrack_hash_check_insert() local
506 sequence = read_seqcount_begin(&net->ct.generation); in nf_conntrack_hash_check_insert()
511 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence)); in nf_conntrack_hash_check_insert()
578 unsigned int sequence; in __nf_conntrack_confirm() local
594 sequence = read_seqcount_begin(&net->ct.generation); in __nf_conntrack_confirm()
[all …]
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtx.c629 u16 sequence = le16_to_cpu(pkt->hdr.sequence); in iwl_mvm_rx_tx_cmd_single() local
630 int txq_id = SEQ_TO_QUEUE(sequence); in iwl_mvm_rx_tx_cmd_single()
732 tx_resp->failure_frame, SEQ_TO_INDEX(sequence), in iwl_mvm_rx_tx_cmd_single()
854 le16_to_cpu(frame_status[i].sequence)); in iwl_mvm_rx_tx_cmd_agg_dbg()
869 u16 sequence = le16_to_cpu(pkt->hdr.sequence); in iwl_mvm_rx_tx_cmd_agg() local
872 if (WARN_ON_ONCE(SEQ_TO_QUEUE(sequence) < mvm->first_agg_queue)) in iwl_mvm_rx_tx_cmd_agg()
Dfw-api-tx.h416 __le16 sequence; member
/linux-4.1.27/crypto/asymmetric_keys/
Dpkcs7.asn179 -- sequence of attributes and then reuse encoded
80 -- sequence in aaSequence.
/linux-4.1.27/Documentation/leds/
Dleds-blinkm.txt59 and a test sequence.
67 #Write into test to start test sequence!#
Dleds-lp55xx.txt65 To load and run the pattern, the programming sequence is following.
145 The sequence of running the program data is common.
Dledtrig-oneshot.txt41 sequence if not already running.
/linux-4.1.27/fs/btrfs/
Droot-tree.c350 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence, in btrfs_del_root_ref() argument
381 *sequence = btrfs_root_ref_sequence(leaf, ref); in btrfs_del_root_ref()
421 u64 root_id, u64 ref_id, u64 dirid, u64 sequence, in btrfs_add_root_ref() argument
450 btrfs_set_root_ref_sequence(leaf, ref, sequence); in btrfs_add_root_ref()
/linux-4.1.27/drivers/iio/adc/
Dad7923.c45 #define AD7923_SEQUENCE_WRITE(sequence) (((sequence & 1) << 3) \ argument
46 + ((sequence & 2) << 9))
/linux-4.1.27/arch/x86/include/asm/uv/
Duv_bau.h260 unsigned int sequence:16; /* message sequence number */ member
374 unsigned int sequence:16; /* message sequence number */ member
459 unsigned short sequence; /* message sequence number */ member
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dpm.h14 u32 sequence; member
/linux-4.1.27/arch/arc/include/asm/
Dtlb-mmu1.h25 ; and its unpleasant LFSR pseudo-random sequence
/linux-4.1.27/drivers/usb/usbip/
Dusbip_protocol.txt242 4 | 4 | | seqnum: the sequence number of the URB to submit
290 4 | 4 | | seqnum: URB sequence number
323 4 | 4 | | seqnum: URB sequence number to unlink: FIXME: is this so?
332 0x14 | 4 | | seqnum: the URB sequence number given previously
344 4 | 4 | | seqnum: the unlinked URB sequence number
/linux-4.1.27/fs/ncpfs/
Dsock.c261 h->sequence = ++server->sequence; in ncp_init_header()
434 if (req && (req->tx_type == NCP_ALLOC_SLOT_REQUEST || (server->sequence == reply.sequence && in ncpdgram_rcv_proc()
641 if (((struct ncp_reply_header*)server->rxbuf)->sequence != server->sequence) { in __ncptcp_rcv_proc()
837 server->sequence = 255; in ncp_connect()
Dncp_fs_sb.h51 u8 sequence; member
/linux-4.1.27/include/media/
Dv4l2-fh.h47 u32 sequence; member
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-event.c131 fh->sequence++; in __v4l2_event_queue_fh()
160 kev->event.sequence = fh->sequence; in __v4l2_event_queue_fh()
Dv4l2-compat-ioctl32.c319 __u32 sequence; member
490 put_user(kp->sequence, &up->sequence) || in put_v4l2_buffer32()
740 __u32 sequence; member
752 put_user(kp->sequence, &up->sequence) || in put_v4l2_event32()
Dv4l2-fh.c51 fh->sequence = -1; in v4l2_fh_init()
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-dma.h92 unsigned int sequence; member
Dxilinx-dma.c305 buf->buf.v4l2_buf.sequence = dma->sequence++; in xvip_dma_complete()
393 dma->sequence = 0; in xvip_dma_start_streaming()
/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c1632 u32 sequence; member
1984 PPP_MP_CB(skb)->sequence = seq; in ppp_receive_mp_frame()
2020 if (seq_before(ppp->minseq, PPP_MP_CB(mskb)->sequence)) in ppp_receive_mp_frame()
2021 ppp->minseq = PPP_MP_CB(mskb)->sequence; in ppp_receive_mp_frame()
2051 u32 seq = PPP_MP_CB(skb)->sequence; in ppp_mp_insert()
2056 if (seq_before(seq, PPP_MP_CB(p)->sequence)) in ppp_mp_insert()
2085 if (seq_before(PPP_MP_CB(p)->sequence, seq)) { in ppp_mp_reconstruct()
2089 PPP_MP_CB(p)->sequence, seq); in ppp_mp_reconstruct()
2094 if (PPP_MP_CB(p)->sequence != seq) { in ppp_mp_reconstruct()
2103 seq = seq_before(minseq, PPP_MP_CB(p)->sequence)? in ppp_mp_reconstruct()
[all …]
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-bit.c192 src_buf->v4l2_buf.sequence = ctx->qsequence++; in coda_bitstream_queue()
268 meta->sequence = src_buf->v4l2_buf.sequence; in coda_fill_bitstream()
1138 src_buf->v4l2_buf.sequence = ctx->osequence; in coda_prepare_encode()
1139 dst_buf->v4l2_buf.sequence = ctx->osequence; in coda_prepare_encode()
1147 if (src_buf->v4l2_buf.sequence % ctx->params.gop_size) { in coda_prepare_encode()
1162 if (src_buf->v4l2_buf.sequence == 0) { in coda_prepare_encode()
1276 if (dst_buf->v4l2_buf.sequence == 0) { in coda_finish_encode()
1316 dst_buf->v4l2_buf.sequence, in coda_finish_encode()
1905 if (val != (meta->sequence & 0xffff)) { in coda_finish_decode()
1909 meta->sequence); in coda_finish_decode()
[all …]
Dcoda.h137 u32 sequence; member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dbtc_dpm.h40 const u32 *sequence, u32 count);
Dbtc_dpm.c1441 const u32 *sequence, u32 count) in btc_program_mgcg_hw_sequence() argument
1447 tmp = RREG32(sequence[i]); in btc_program_mgcg_hw_sequence()
1448 tmp &= ~sequence[i+2]; in btc_program_mgcg_hw_sequence()
1449 tmp |= sequence[i+1] & sequence[i+2]; in btc_program_mgcg_hw_sequence()
1450 WREG32(sequence[i], tmp); in btc_program_mgcg_hw_sequence()
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt88 Here is what a minimal event sequence for a two-contact touch would look
99 The sequence after moving one of the contacts looks exactly the same; the
103 Here is the sequence after lifting the first contact:
110 And here is the sequence after lifting the second contact:
124 Here is what a minimal event sequence for a two-contact touch would look
137 Here is the sequence after moving contact 45 in the x direction:
143 Here is the sequence after lifting the contact in slot 0:
152 Finally, here is the sequence after lifting the second contact:
325 contact. The sequence of points forms a polygon which defines the shape of
Dsentelic.txt216 Sample sequence of Multi-finger, Multi-coordinate mode:
310 Sample sequence of Multi-finger, Multi-coordinate mode:
410 Sample sequence of Multi-finger, Multi-coordinates mode:
501 Register reading sequence:
546 Register writing sequence:
592 9. the register writing sequence is completed.
613 access to register 0x8301, one has to use following sequence to switch
615 the register read/write sequence described in previous section.
617 Page register reading sequence:
635 Page register writing sequence:
[all …]
Dalps.txt30 All ALPS touchpads should respond to the "E6 report" command sequence:
36 report" sequence: E8-E7-E7-E7-E9. The response is the model signature and is
41 versions, the response from the "Enter Command Mode" sequence must be
51 one-byte device registers in a 16-bit address space. The command sequence
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddebug_if.h34 dword sequence; member
Ddebug.c467 pmsg->sequence = dbg_sequence++; in DI_register()
539 pmsg->sequence = dbg_sequence++; in DI_deregister()
625 pmsg->sequence = dbg_sequence++; in DI_format()
663 pmsg->sequence = dbg_sequence++; in DI_format()
704 pmsg->sequence = dbg_sequence++; in DI_format()
995 pmsg->sequence = dbg_sequence++; in diva_mnt_add_xdi_adapter()
1082 pmsg->sequence = dbg_sequence++; in diva_mnt_remove_xdi_adapter()
1858 pmsg->sequence = dbg_sequence++; in diva_maint_trace_notify()
/linux-4.1.27/security/tomoyo/
DKconfig48 operations which can lead to the hijacking of the boot sequence are
55 hijacking the boot sequence.
/linux-4.1.27/Documentation/video4linux/
Dcpia2_overview.txt19 interdependant, such as the sequence required to power up the camera. I will
38 a sequence of bytes to be written into a gpio port.
Dv4l2-pci-skeleton.c80 unsigned sequence; member
144 new_buf->vb.v4l2_buf.sequence = skel->sequence++; in skeleton_irq()
254 skel->sequence = 0; in start_streaming()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Drx.c587 u16 sequence; in iwl_pcie_rx_handle_rb() local
607 pkt->hdr.cmd, le16_to_cpu(pkt->hdr.sequence)); in iwl_pcie_rx_handle_rb()
620 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME); in iwl_pcie_rx_handle_rb()
633 sequence = le16_to_cpu(pkt->hdr.sequence); in iwl_pcie_rx_handle_rb()
634 index = SEQ_TO_INDEX(sequence); in iwl_pcie_rx_handle_rb()
Dtx.c1424 out_cmd->hdr.sequence = in iwl_pcie_enqueue_hcmd()
1471 out_cmd->hdr.cmd, le16_to_cpu(out_cmd->hdr.sequence), in iwl_pcie_enqueue_hcmd()
1568 u16 sequence = le16_to_cpu(pkt->hdr.sequence); in iwl_pcie_hcmd_complete() local
1569 int txq_id = SEQ_TO_QUEUE(sequence); in iwl_pcie_hcmd_complete()
1570 int index = SEQ_TO_INDEX(sequence); in iwl_pcie_hcmd_complete()
1582 txq_id, trans_pcie->cmd_queue, sequence, in iwl_pcie_hcmd_complete()
1804 dev_cmd->hdr.sequence = in iwl_trans_pcie_tx()
/linux-4.1.27/Documentation/networking/
Dxfrm_sync.txt22 know if the replay sequence threshold is reached or 10 secs have passed"
31 - the replay sequence for both inbound and outbound
87 This TLV carries the running/current counter for replay sequence since
92 when the replay sequence is exceeded.
Dl2tp.txt125 SENDSEQ - 0 => don't send packets with sequence numbers
126 1 => send packets with sequence numbers
127 RECVSEQ - 0 => receive packet sequence numbers are optional
128 1 => drop receive packets without sequence numbers
182 PPPOL2TP_MSG_SEQ sequence numbers handling
/linux-4.1.27/drivers/char/ipmi/
DKconfig34 panic generator (byte 4 of the event), a sequence number for the
37 You can fetch these events and use the sequence numbers to piece the
/linux-4.1.27/include/uapi/drm/
Ddrm.h481 unsigned int sequence; member
487 unsigned int sequence; member
826 __u32 sequence; member
Dvia_drm.h241 __u32 sequence; member
/linux-4.1.27/drivers/media/pci/meye/
Dmeye.c793 static int sequence; in meye_irq() local
817 meye.grab_buffer[reqnr].sequence = sequence++; in meye_irq()
838 meye.grab_buffer[reqnr].sequence = sequence++; in meye_irq()
1296 buf->sequence = meye.grab_buffer[index].sequence; in vidioc_querybuf()
1362 buf->sequence = meye.grab_buffer[reqnr].sequence; in vidioc_dqbuf()
Dmeye.h285 unsigned long sequence; /* sequence number */ member
/linux-4.1.27/drivers/media/usb/usbtv/
Dusbtv.h97 unsigned int sequence; member
Dusbtv-video.c324 buf->vb.v4l2_buf.sequence = usbtv->sequence++; in usbtv_image_chunk()
/linux-4.1.27/drivers/block/paride/
DTransition-notes11 IOW, the sequence is A?(BA|BC|B)*. OTOH, number of B can not exceed
13 the result of ps_tq execution. Therefore, the sequence starts with
15 ps_tq_int() are sandwiched between {A,C} and B in that sequence,
18 In other words, the sequence of events is (A or C set ps_tq_active to
/linux-4.1.27/drivers/media/platform/
Dvim2m.c114 unsigned int sequence; member
237 out_vb->v4l2_buf.sequence = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE)->sequence++; in device_process()
238 in_vb->v4l2_buf.sequence = q_data->sequence++; in device_process()
785 q_data->sequence = 0; in vim2m_start_streaming()
/linux-4.1.27/drivers/media/usb/dvb-usb/
Daf9005.c53 u8 sequence; member
82 obuf[4] = st->sequence++; /* sequence number */ in af9005_generic_read_write()
488 buf[4] = st->sequence++; in af9005_send_command()
534 obuf[4] = st->sequence++; in af9005_read_eeprom()
840 obuf[4] = st->sequence++; /* sequence number */ in af9005_rc_query()
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_video.h135 unsigned int sequence; member
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.h101 uint32_t sequence,
/linux-4.1.27/drivers/isdn/gigaset/
Dev-layer.c1664 struct at_state_t *at_state, int sequence) in schedule_sequence() argument
1666 cs->cur_at_seq = sequence; in schedule_sequence()
1667 gigaset_add_event(cs, at_state, RSP_INIT, NULL, sequence, NULL); in schedule_sequence()
1675 int sequence; in process_command_flags() local
1687 sequence = SEQ_NONE; in process_command_flags()
1732 sequence = SEQ_UMMODE; in process_command_flags()
1738 sequence = SEQ_NONE; in process_command_flags()
1745 if (sequence != SEQ_NONE) { in process_command_flags()
1746 schedule_sequence(cs, at_state, sequence); in process_command_flags()
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-impedance-analyzer-ad593330 to perform a conversion sequence of the response signal.
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dtypes.h455 volatile lnet_seq_t sequence; member
/linux-4.1.27/drivers/input/touchscreen/
Dsur40.c156 int sequence; member
437 new_buf->vb.v4l2_buf.sequence = sur40->sequence++; in sur40_process_video()
708 sur40->sequence = 0; in sur40_start_streaming()
/linux-4.1.27/kernel/trace/
Dblktrace.c209 unsigned long *sequence; in __blk_add_trace() local
255 sequence = per_cpu_ptr(bt->sequence, cpu); in __blk_add_trace()
258 t->sequence = ++(*sequence); in __blk_add_trace()
298 free_percpu(bt->sequence); in blk_trace_free()
463 bt->sequence = alloc_percpu(unsigned long); in do_blk_trace_setup()
464 if (!bt->sequence) in do_blk_trace_setup()
/linux-4.1.27/Documentation/arm/
Dswp_emulation10 sequence. If a memory access fault (an abort) occurs, a segmentation fault is
/linux-4.1.27/drivers/video/fbdev/via/
Dioctl.h102 unsigned short sequence; member
/linux-4.1.27/drivers/of/unittest-data/
Dtests-overlay.dtsi185 /* test overlays application and removal in sequence */
203 /* test overlays application and removal in bad sequence */
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10.h178 u32 sequence; member
274 u32 sequence; member
Dsolo6x10-v4l2.c225 vb->v4l2_buf.sequence = solo_dev->sequence++; in solo_fillbuf()
334 solo_dev->sequence = 0; in solo_start_streaming()
Dsolo6x10-v4l2-enc.c241 solo_enc->sequence = 0; in solo_enc_on()
530 vb->v4l2_buf.sequence = solo_enc->sequence++; in solo_enc_fillbuf()
540 .frame_sequence = vb->v4l2_buf.sequence, in solo_enc_fillbuf()
/linux-4.1.27/net/ipv4/
Dinetpeer.c425 unsigned int sequence; in inet_getpeer() local
432 sequence = read_seqbegin(&base->lock); in inet_getpeer()
434 invalidated = read_seqretry(&base->lock, sequence); in inet_getpeer()
Dping.c517 ntohs(icmph->un.echo.sequence)); in ping_err()
823 pfh.icmph.un.echo.sequence = user_icmph.un.echo.sequence; in ping_v4_sendmsg()
971 skb, ntohs(icmph->un.echo.id), ntohs(icmph->un.echo.sequence)); in ping_rcv()
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_video.c827 stream->sequence, frame->first_data, in uvc_video_stats_update()
979 stream->sequence++; in uvc_video_decode_start()
980 if (stream->sequence) in uvc_video_decode_start()
1025 buf->buf.v4l2_buf.sequence = stream->sequence; in uvc_video_decode_start()
1300 buf->buf.v4l2_buf.sequence = ++stream->sequence; in uvc_video_encode_bulk()
1598 stream->sequence = -1; in uvc_init_video()
/linux-4.1.27/Documentation/devicetree/bindings/reset/
Dst,sti-picophyreset.txt10 registers and after an assert/deassert sequence the hardware's previous state
Dst,sti-softreset.txt11 registers and after an assert/deassert sequence the hardware's previous state
Dst,sti-powerdown.txt12 registers and after an assert/deassert sequence the hardware's previous state
/linux-4.1.27/drivers/media/platform/am437x/
Dam437x-vpfe.h238 unsigned sequence; member
/linux-4.1.27/Documentation/w1/slaves/
Dw1_ds28e0425 A write operation on the "eeprom" file writes the given byte sequence
Dw1_therm22 read sequence will initiate a temperature conversion then provide two
Dw1_ds242316 read sequence of w1_slave file initiates the read of counters and ram
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c197 ctx->sequence++; in s5p_mfc_handle_frame_all_extracted()
207 dst_buf->b->v4l2_buf.sequence = (ctx->sequence++); in s5p_mfc_handle_frame_all_extracted()
289 ctx->sequence++; in s5p_mfc_handle_frame_new()
293 ctx->sequence++; in s5p_mfc_handle_frame_new()
301 dst_buf->b->v4l2_buf.sequence = ctx->sequence; in s5p_mfc_handle_frame_new()
/linux-4.1.27/drivers/media/usb/stkwebcam/
Dstk-webcam.h126 unsigned sequence; member
/linux-4.1.27/block/partitions/
Dldm.h188 u32 sequence; member
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt25 sequence, otherwise the default Low-Z scheme is used.
/linux-4.1.27/arch/mips/kvm/
D00README.txt24 …Linux-3.7-rc2 based SMP guest hangs due to the following code sequence in the generated TLB handle…
/linux-4.1.27/tools/firewire/
Dnosy-dump.h60 uint32_t sequence:3; member
/linux-4.1.27/Documentation/filesystems/nfs/
Dknfsd-stats.txt14 All the files described here are formatted as a sequence of text lines,
17 by parsing routines. All other lines contain a sequence of fields
28 a sequence of unsigned decimal numeric fields. One line is shown
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dphy-bindings.txt15 regulator will be managed during the PHY power on/off sequence.
/linux-4.1.27/Documentation/sound/alsa/
Dserial-u16550.txt18 sends the nonstandard MIDI command sequence F5 NN, where NN is the substream
22 send the F5 NN command sequence at all; perhaps it ought to.
Dhda_codec.txt105 initialization sequence is called when the controls are built later.
113 For writing a sequence of verbs, use snd_hda_sequence_write().
271 They can be NULL if no special sequence is required. When the resume
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt30 sequence and would wait for interrupt, before restoring the cpu to execution
37 sequence for this idle state is programmed to power down the supply to the
/linux-4.1.27/arch/arm64/
DKconfig296 This option adds an alternative code sequence to work around ARM
317 This option adds an alternative code sequence to work around ARM
338 This option adds an alternative code sequence to work around ARM
360 This option adds an alternative code sequence to work around ARM
364 If the processor is executing a load and store exclusive sequence at
381 This option adds an alternative code sequence to work around ARM
400 This option adds an alternative code sequence to work around ARM
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dtx.c1135 u16 sequence = le16_to_cpu(pkt->hdr.sequence); in iwlagn_rx_reply_tx() local
1136 int txq_id = SEQ_TO_QUEUE(sequence); in iwlagn_rx_reply_tx()
1137 int cmd_index __maybe_unused = SEQ_TO_INDEX(sequence); in iwlagn_rx_reply_tx()
1265 SEQ_TO_INDEX(sequence), ssn, in iwlagn_rx_reply_tx()
/linux-4.1.27/Documentation/mtd/
Dspi-nor.txt13 find the right LUT sequence. Unfortunately, the SPI subsystem has no notion of
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
Ddram_init.S25 ;; Refer to ddr2 MDS for initialization sequence
/linux-4.1.27/Documentation/s390/
D3270.ChangeLog44 * color support and minimal other ESC-sequence support is added.
/linux-4.1.27/drivers/media/platform/soc_camera/
Datmel-isi.c72 int sequence; member
161 vb->v4l2_buf.sequence = isi->sequence++; in atmel_isi_handle_streaming()
261 isi->sequence = 0; in queue_setup()
Dmx3_camera.c113 int sequence; member
160 vb->v4l2_buf.sequence = mx3_cam->sequence++; in mx3_cam_dma_done()
229 mx3_cam->sequence = 0; in mx3_videobuf_setup()
/linux-4.1.27/drivers/media/platform/blackfin/
Dbfin_capture.c107 unsigned sequence; member
321 bcap_dev->sequence = 0; in bcap_start_streaming()
401 vb->v4l2_buf.sequence = bcap_dev->sequence++; in bcap_isr()
/linux-4.1.27/drivers/media/pci/sta2x11/
Dsta2x11_vip.c147 unsigned int sequence; member
281 vip->sequence = 0; in queue_setup()
817 vip->active->vb.v4l2_buf.sequence = vip->sequence++; in vip_irq()
/linux-4.1.27/arch/arm/mach-sa1100/
Dsleep.S47 @ avoid accessing memory until this sequence is complete,
/linux-4.1.27/Documentation/usb/
Dwusb-cbaf59 A full sequence:
/linux-4.1.27/drivers/media/usb/gspca/
Dgspca.h193 __u32 sequence; /* frame sequence number */ member
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h554 uint64_t sequence:3; member
574 uint64_t sequence:3;
604 uint64_t sequence:3; member
624 uint64_t sequence:3;
647 uint64_t sequence:3; member
667 uint64_t sequence:3;
691 uint64_t sequence:3; member
711 uint64_t sequence:3;
1225 uint64_t sequence:3; member
1235 uint64_t sequence:3;
[all …]
/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt91 other locking sequence between the acquire-lock operations, the
106 The above rules are enforced for any locking sequence that occurs in the
177 locking sequence that occurred at least once during the lifetime of the
217 sequence of locks taken after each other) only once. A simple stack of
/linux-4.1.27/drivers/media/usb/airspy/
Dairspy.c119 unsigned sequence; /* Buffer sequence counter */ member
318 fbuf->vb.v4l2_buf.sequence = s->sequence++; in airspy_urb_complete()
536 s->sequence = 0; in airspy_start_streaming()
/linux-4.1.27/security/selinux/include/
Dsecurity.h217 u32 sequence; /* sequence number of seqlock logic */ member
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
Ddram_init.S81 ; Issue initialization command sequence
/linux-4.1.27/Documentation/sound/alsa/soc/
Dpops_clicks.txt37 playback in that components are powered in a sequence depending upon stream
/linux-4.1.27/drivers/media/platform/marvell-ccic/
Dmcam-core.h173 unsigned int sequence; /* Frame sequence number */ member
/linux-4.1.27/drivers/media/usb/hackrf/
Dhackrf.c107 unsigned sequence; /* Buffer sequence counter */ member
295 fbuf->vb.v4l2_buf.sequence = dev->sequence++; in hackrf_urb_complete()
508 dev->sequence = 0; in hackrf_start_streaming()
/linux-4.1.27/drivers/media/usb/cpia2/
Dcpia2_v4l.c840 buf->sequence = cam->buffers[buf->index].seq; in cpia2_querybuf()
846 buf->index, buf->m.offset, buf->flags, buf->sequence, in cpia2_querybuf()
952 buf->sequence = cam->buffers[buf->index].seq; in cpia2_dqbuf()
960 cam->buffers[buf->index].status, buf->sequence, buf->bytesused); in cpia2_dqbuf()
/linux-4.1.27/Documentation/device-mapper/
Ddm-uevent.txt36 Description: A sequence number for this specific device-mapper device.
/linux-4.1.27/include/uapi/linux/wimax/
Di2400m.h315 __le32 sequence; member
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-restart.txt43 sequence [ms]
/linux-4.1.27/Documentation/xtensa/
Dmmu.txt1 MMUv3 initialization sequence.
/linux-4.1.27/Documentation/powerpc/
Dqe_firmware.txt44 In this document, the term 'microcode' refers to the sequence of 32-bit
137 | | | command. (This makes the sequence of |
138 | | | initializing the ATM receiver a sequence of |
/linux-4.1.27/arch/cris/arch-v10/lib/
Ddram_init.S99 ; Issue initialization command sequence
/linux-4.1.27/Documentation/w1/
Dw1.netlink175 Each message also includes sequence and acknowledge numbers.
176 Sequence number for event messages is appropriate bus master sequence number
/linux-4.1.27/drivers/staging/slicoss/
Dslichw.h664 u8 sequence[3]; member
672 u8 sequence[4]; member
/linux-4.1.27/Documentation/blockdev/
Dramdisk.txt71 prompt/wait sequence is to be given before trying to read the RAM disk. Since
91 sequence so that you have a chance to switch floppy disks.
/linux-4.1.27/security/keys/
DKconfig17 a searchable sequence of keys. Each process is equipped with access
/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpe.c380 unsigned int sequence; /* current frame/field seq */ member
818 ctx->sequence = 0; in set_srcdst_params()
1298 d_buf->sequence = ctx->sequence; in vpe_irq()
1304 ctx->sequence++; in vpe_irq()
1312 ctx->sequence++; in vpe_irq()

123