/linux-4.4.14/arch/parisc/kernel/ |
D | perf_asm.S | 154 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.4.14/drivers/net/arcnet/ |
D | rfc1201.c | 171 in->sequence, soft->split_flag, in rx() 172 soft->sequence); in rx() 173 lp->rfc1201.aborted_seq = soft->sequence; in rx() 179 in->sequence = soft->sequence; in rx() 256 soft->split_flag, in->sequence); in rx() 258 if (in->skb && in->sequence != soft->sequence) { in rx() 260 saddr, in->sequence, soft->sequence, in rx() 273 in->sequence, soft->split_flag, in rx() 274 soft->sequence); in rx() 279 in->sequence = soft->sequence; in rx() [all …]
|
D | arcdevice.h | 222 __be16 sequence; /* sequence number of assembly */ member 303 uint16_t sequence; /* sequence number (incs with each packet) */ member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | hwsq.h | 8 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() 68 ram->sequence++; in hwsq_init() 88 if (reg->sequence != ram->sequence) in hwsq_rd32() 98 reg->sequence = ram->sequence; in hwsq_wr32()
|
/linux-4.4.14/include/linux/ |
D | seqlock.h | 48 unsigned sequence; member 61 s->sequence = 0; in __seqcount_init() 91 #define SEQCNT_ZERO(lockname) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(lockname)} 112 ret = READ_ONCE(s->sequence); in __read_seqcount_begin() 131 unsigned ret = READ_ONCE(s->sequence); in raw_read_seqcount() 183 unsigned ret = READ_ONCE(s->sequence); in raw_seqcount_begin() 204 return unlikely(s->sequence != start); in __read_seqcount_retry() 227 s->sequence++; in raw_write_seqcount_begin() 234 s->sequence++; in raw_write_seqcount_end() 273 s->sequence++; in raw_write_seqcount_barrier() [all …]
|
D | flex_proportions.h | 33 seqcount_t sequence; member
|
D | amigaffs.h | 114 __be32 sequence; member
|
D | blktrace_api.h | 17 unsigned long __percpu *sequence; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramfuc.h | 9 int sequence; member 13 int sequence; member 25 .sequence = 0, in ramfuc_stride() 37 .sequence = 0, in ramfuc_reg2() 49 .sequence = 0, in ramfuc_reg() 64 ram->sequence++; in ramfuc_init() 84 if (reg->sequence != ram->sequence) in ramfuc_rd32() 94 reg->sequence = ram->sequence; in ramfuc_wr32()
|
/linux-4.4.14/security/selinux/ss/ |
D | status.c | 60 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.4.14/drivers/gpu/drm/i915/ |
D | intel_dsi_panel_vbt.c | 307 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 …]
|
D | intel_bios.c | 746 const struct bdb_mipi_sequence *sequence; in parse_mipi() local 800 sequence = find_section(bdb, BDB_MIPI_SEQUENCE); in parse_mipi() 801 if (!sequence) { in parse_mipi() 807 if (sequence->version >= 3) { in parse_mipi() 814 block_size = get_blocksize(sequence); in parse_mipi() 819 dev_priv->vbt.dsi.seq_version = sequence->version; in parse_mipi() 821 seq_data = &sequence->data[0]; in parse_mipi() 835 if ((seq_data - &sequence->data[0]) > block_size) { in parse_mipi() 869 dev_priv->vbt.dsi.sequence[seq_id] = data; in parse_mipi() 896 memset(dev_priv->vbt.dsi.sequence, 0, sizeof(dev_priv->vbt.dsi.sequence)); in parse_mipi()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log_cil.c | 79 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() 459 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push() 474 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push() 537 new_ctx->sequence = ctx->sequence + 1; in xlog_cil_push() 567 cil->xc_current_sequence = new_ctx->sequence; in xlog_cil_push() 619 if (new_ctx->sequence >= ctx->sequence) in xlog_cil_push() 796 tp->t_commit_lsn = cil->xc_ctx->sequence; in xfs_log_commit_cil() 834 xfs_lsn_t sequence) in xlog_cil_force_lsn() argument 840 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_lsn() [all …]
|
D | xfs_log_priv.h | 250 xfs_lsn_t sequence; /* chkpt sequence # */ member 533 xfs_lsn_t sequence);
|
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/ |
D | dscr_default_test.c | 18 static unsigned long sequence; variable 30 s1 = ACCESS_ONCE(sequence); in do_test() 40 s2 = sequence; in do_test() 90 sequence++; in dscr_default() 100 sequence++; in dscr_default()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | brcms_trace_brcmsmac_tx.h | 42 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.4.14/lib/xz/ |
D | xz_dec_stream.c | 33 } 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 …]
|
D | xz_dec_lzma2.c | 226 } 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.4.14/lib/ |
D | flex_proportions.c | 46 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.4.14/drivers/gpu/drm/nouveau/ |
D | nvc0_fence.c | 32 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()
|
D | nv84_fence.c | 39 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()
|
D | nv17_fence.c | 46 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()
|
D | nv10_fence.h | 17 u32 sequence; member
|
D | nouveau_fence.h | 45 u32 sequence; member
|
D | nouveau_fence.c | 269 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit() 272 &fctx->lock, fctx->context, ++fctx->sequence); in nouveau_fence_emit()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_irq.c | 1043 e->event.sequence = seq; in send_vblank_event() 1051 e->event.sequence); in send_vblank_event() 1077 e->event.sequence = drm_vblank_count(dev, pipe); in drm_arm_vblank_event() 1401 e->event.sequence, seq); in drm_vblank_off() 1695 (seq - vblwait->request.sequence) <= (1 << 23)) { in drm_queue_vblank_event() 1696 vblwait->request.sequence = seq + 1; in drm_queue_vblank_event() 1697 vblwait->reply.sequence = vblwait->request.sequence; in drm_queue_vblank_event() 1701 vblwait->request.sequence, seq, pipe); in drm_queue_vblank_event() 1704 vblwait->request.sequence); in drm_queue_vblank_event() 1706 e->event.sequence = vblwait->request.sequence; in drm_queue_vblank_event() [all …]
|
D | drm_ioc32.c | 968 unsigned int sequence; member 974 unsigned int sequence; member 998 || __put_user(req32.request.sequence, &request->request.sequence) in compat_drm_wait_vblank() 1007 || __get_user(req32.reply.sequence, &request->reply.sequence) in compat_drm_wait_vblank()
|
/linux-4.4.14/fs/jbd2/ |
D | revoke.c | 108 tid_t sequence; /* Used for recovery only */ member 152 record->sequence = seq; in insert_revoke_hash() 701 tid_t sequence) in jbd2_journal_set_revoke() argument 709 if (tid_gt(sequence, record->sequence)) in jbd2_journal_set_revoke() 710 record->sequence = sequence; in jbd2_journal_set_revoke() 713 return insert_revoke_hash(journal, blocknr, sequence); in jbd2_journal_set_revoke() 725 tid_t sequence) in jbd2_journal_test_revoke() argument 732 if (tid_gt(sequence, record->sequence)) in jbd2_journal_test_revoke()
|
D | recovery.c | 401 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() 837 tid_t sequence, struct recovery_info *info) in scan_revoke_records() argument 870 err = jbd2_journal_set_revoke(journal, blocknr, sequence); in scan_revoke_records()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | nv40.c | 62 if (pm->sequence != pm->sequence) { in nv40_perfctr_next() 64 pm->sequence = pm->sequence; in nv40_perfctr_next()
|
D | nv40.h | 8 u32 sequence; member
|
/linux-4.4.14/include/trace/events/ |
D | v4l2.h | 121 __field(u32, sequence) 142 __entry->sequence = buf->sequence; 165 __entry->sequence 198 __field(u32, sequence) 219 __entry->sequence = vbuf->sequence; 239 __entry->sequence
|
/linux-4.4.14/drivers/scsi/ |
D | mesh.c | 313 (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 …]
|
D | mesh.h | 21 unsigned char sequence; member
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-eq.c | 221 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.4.14/arch/s390/kernel/ |
D | lgr.c | 31 char sequence[16]; member 75 cpascii(lgr_info->sequence, si->sequence, sizeof(si->sequence)); in lgr_stsi_1_1_1()
|
D | sysinfo.c | 63 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.4.14/arch/s390/include/asm/ |
D | sysinfo.h | 32 char sequence[16]; member 49 char sequence[16]; member 77 char sequence[16]; member
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | input-reset.txt | 1 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.
|
D | ti,drv260x.txt | 13 sequence during init. And the device is configured for real
|
/linux-4.4.14/drivers/gpu/drm/mga/ |
D | mga_irq.c | 121 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()
|
D | mga_drv.h | 189 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.4.14/Documentation/ |
D | SAK.txt | 8 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
|
D | binfmt_misc.txt | 10 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
|
D | sysrq.txt | 182 on both sides of the keyboard, and hitting an invalid sysrq sequence again 191 appropriate scancode sequence, and use 'setkeycodes <sequence> 99' to map 192 this sequence to the usual SysRq code (e.g., 'setkeycodes e05b 99'). It's
|
D | VGA-softcursor.txt | 13 The cursor appearance is controlled by a "<ESC>[?1;2;3c" escape sequence
|
D | memory-barriers.txt | 113 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 …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-pps | 22 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>
|
D | sysfs-fs-xfs | 6 The log sequence number (LSN) of the current head of the 15 The log sequence number (LSN) of the current tail of the
|
D | sysfs-class-fpga-manager | 20 to get the FPGA into a known operating state. It's a sequence,
|
D | dev-kmsg | 45 sequence numbers allow to calculate the amount of lost 61 sequence number and the monotonic timestamp in microseconds,
|
D | sysfs-fs-nilfs2 | 103 Show sequence value of the latest segment. 115 Show segment sequence counter.
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ctx.c | 39 ctx->rings[i].sequence = 1; in amdgpu_ctx_init() 238 uint64_t seq = cring->sequence; in amdgpu_ctx_add_fence() 255 cring->sequence++; in amdgpu_ctx_add_fence() 271 if (seq >= cring->sequence) { in amdgpu_ctx_get_fence() 277 if (seq + AMDGPU_CTX_MAX_CS_PENDING < cring->sequence) { in amdgpu_ctx_get_fence()
|
D | amdgpu_ib.c | 207 ib->sequence = amdgpu_ctx_add_fence(ib->ctx, ring, in amdgpu_ib_schedule() 214 amdgpu_ring_emit_fence(ring, addr, ib->sequence, in amdgpu_ib_schedule()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vbi-cap.c | 100 buf->vb.sequence = dev->vbi_cap_seq_count; in vivid_raw_vbi_cap_process() 102 buf->vb.sequence /= 2; in vivid_raw_vbi_cap_process() 104 vivid_sliced_vbi_cap_fill(dev, buf->vb.sequence); in vivid_raw_vbi_cap_process() 122 buf->vb.sequence = dev->vbi_cap_seq_count; in vivid_sliced_vbi_cap_process() 124 buf->vb.sequence /= 2; in vivid_sliced_vbi_cap_process() 126 vivid_sliced_vbi_cap_fill(dev, buf->vb.sequence); in vivid_sliced_vbi_cap_process()
|
D | vivid-kthread-out.c | 90 vid_out_buf->vb.sequence = dev->vid_out_seq_count; in vivid_thread_vid_out_tick() 96 vid_out_buf->vb.sequence /= 2; in vivid_thread_vid_out_tick() 110 vbi_out_buf->vb.sequence = dev->vbi_out_seq_count; in vivid_thread_vid_out_tick()
|
D | vivid-kthread-cap.c | 438 buf->vb.sequence = dev->vid_cap_seq_count; in vivid_fillbuff() 458 buf->vb.sequence /= 2; in vivid_fillbuff() 491 (buf->vb.sequence & 1) == 0) in vivid_fillbuff() 502 buf->vb.sequence, in vivid_fillbuff()
|
/linux-4.4.14/drivers/gpu/drm/via/ |
D | via_irq.c | 210 unsigned int *sequence) in via_driver_irq_wait() argument 251 *sequence) <= (1 << 23))); in via_driver_irq_wait() 253 *sequence = cur_irq_sequence; in via_driver_irq_wait() 369 irqwait->request.sequence += in via_wait_irq() 386 &irqwait->request.sequence); in via_wait_irq()
|
/linux-4.4.14/include/uapi/linux/ |
D | ncp.h | 24 __u8 sequence; member 38 __u8 sequence; member 198 __u32 sequence; member
|
D | icmpv6.h | 21 __be16 sequence; member 65 #define icmp6_sequence icmp6_dataun.u_echo.sequence
|
D | icmp.h | 75 __be16 sequence; member
|
D | if_arcnet.h | 61 __be16 sequence; /* sequence number */ member
|
D | blktrace_api.h | 100 __u32 sequence; /* event number */ member
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | fifo.h | 68 int sequence; member 106 void *buf, int len, int zero, int sequence);
|
D | pipe.c | 610 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()
|
D | fifo.c | 57 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.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-simple.txt | 1 * The simple MMC power sequence provider 3 The purpose of the simple MMC power sequence provider is to supports a set of
|
D | mmc.txt | 78 System on chip designs may specify a specific MMC power sequence. To 79 successfully detect an (e)MMC/SD/SDIO card, that power sequence must be 83 - mmc-pwrseq: phandle to the MMC power sequence node. See "mmc-pwrseq-*" 84 for documentation of MMC power sequence bindings.
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 108 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.4.14/Documentation/pps/ |
D | pps.txt | 146 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.4.14/fs/exportfs/ |
D | expfs.c | 237 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.4.14/Documentation/devicetree/bindings/usb/ |
D | msm-hsusb.txt | 59 - qcom,phy-init-sequence: PHY configuration sequence values. This is related to Device 63 For example: qcom,phy-init-sequence = < -1 0x63 >; 108 qcom,phy-init-sequence = < -1 0x63 >;
|
/linux-4.4.14/fs/nfs/ |
D | nfs4state.c | 1021 new->sequence = counter; in nfs_alloc_seqid() 1029 struct nfs_seqid_counter *sequence; in nfs_release_seqid() local 1033 sequence = seqid->sequence; in nfs_release_seqid() 1034 spin_lock(&sequence->lock); in nfs_release_seqid() 1036 if (!list_empty(&sequence->list)) { in nfs_release_seqid() 1039 next = list_first_entry(&sequence->list, in nfs_release_seqid() 1041 rpc_wake_up_queued_task(&sequence->wait, next->task); in nfs_release_seqid() 1043 spin_unlock(&sequence->lock); in nfs_release_seqid() 1063 if (seqid->sequence->flags & NFS_SEQID_CONFIRMED) in nfs_increment_seqid() 1068 seqid->sequence); in nfs_increment_seqid() [all …]
|
/linux-4.4.14/Documentation/filesystems/ |
D | seq_file.txt | 42 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 …]
|
D | xfs-delayed-logging-design.txt | 25 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 …]
|
D | nilfs2.txt | 69 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.4.14/Documentation/devicetree/bindings/display/panel/ |
D | samsung,s6e8aa0.txt | 13 - reset-delay: delay after reset sequence [ms] 14 - init-delay: delay after initialization sequence [ms]
|
D | samsung,ld9040.txt | 15 - reset-delay: delay after reset sequence [ms]
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_queue.c | 287 queue->sequence = 0; in uvcg_queue_enable() 331 buf->buf.sequence = queue->sequence++; in uvcg_queue_next_buffer()
|
D | uvc_queue.h | 46 __u32 sequence; member
|
/linux-4.4.14/Documentation/devicetree/ |
D | changesets.txt | 13 The sequence of a changeset is as follows. 34 with the following sequence.
|
D | dynamic-resolution-notes.txt | 15 In sequence the resolver works by the following steps:
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_core.c | 80 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() 372 unsigned int sequence; in nf_ct_delete_from_lists() local 378 sequence = read_seqcount_begin(&net->ct.generation); in nf_ct_delete_from_lists() 383 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence)); in nf_ct_delete_from_lists() 539 unsigned int sequence; in nf_conntrack_hash_check_insert() local 545 sequence = read_seqcount_begin(&net->ct.generation); in nf_conntrack_hash_check_insert() 550 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence)); in nf_conntrack_hash_check_insert() 597 unsigned int sequence; in __nf_conntrack_confirm() local 613 sequence = read_seqcount_begin(&net->ct.generation); in __nf_conntrack_confirm() [all …]
|
/linux-4.4.14/Documentation/leds/ |
D | leds-blinkm.txt | 59 and a test sequence. 67 #Write into test to start test sequence!#
|
D | leds-lp55xx.txt | 65 To load and run the pattern, the programming sequence is following. 145 The sequence of running the program data is common.
|
D | ledtrig-oneshot.txt | 41 sequence if not already running.
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | pkcs7.asn1 | 79 -- sequence of attributes and then reuse encoded 80 -- sequence in aaSequence.
|
/linux-4.4.14/fs/btrfs/ |
D | root-tree.c | 359 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence, in btrfs_del_root_ref() argument 390 *sequence = btrfs_root_ref_sequence(leaf, ref); in btrfs_del_root_ref() 430 u64 root_id, u64 ref_id, u64 dirid, u64 sequence, in btrfs_add_root_ref() argument 459 btrfs_set_root_ref_sequence(leaf, ref, sequence); in btrfs_add_root_ref()
|
/linux-4.4.14/include/linux/netfilter/ |
D | x_tables.h | 316 addend = (__this_cpu_read(xt_recseq.sequence) + 1) & 1; in xt_write_recseq_begin() 323 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_begin() 341 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_end()
|
/linux-4.4.14/drivers/iio/adc/ |
D | ad7923.c | 45 #define AD7923_SEQUENCE_WRITE(sequence) (((sequence & 1) << 3) \ argument 46 + ((sequence & 2) << 9))
|
/linux-4.4.14/arch/x86/include/asm/uv/ |
D | uv_bau.h | 260 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.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | tx.c | 677 u16 sequence = le16_to_cpu(pkt->hdr.sequence); in iwl_mvm_rx_tx_cmd_single() local 678 int txq_id = SEQ_TO_QUEUE(sequence); in iwl_mvm_rx_tx_cmd_single() 780 tx_resp->failure_frame, SEQ_TO_INDEX(sequence), in iwl_mvm_rx_tx_cmd_single() 902 le16_to_cpu(frame_status[i].sequence)); in iwl_mvm_rx_tx_cmd_agg_dbg() 917 u16 sequence = le16_to_cpu(pkt->hdr.sequence); in iwl_mvm_rx_tx_cmd_agg() local 920 if (WARN_ON_ONCE(SEQ_TO_QUEUE(sequence) < mvm->first_agg_queue)) in iwl_mvm_rx_tx_cmd_agg()
|
D | fw-api-tx.h | 428 __le16 sequence; member
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 136 seq' : alternate sequence number. 141 a. overwrites the 'old' section in the entry based on sequence numbers 142 b. writes the 'new' section such that the sequence number is written last. 183 be a race in the following sequence of steps: 193 before performing the above sequence, but we feel that could be too contentious. 203 'sections', we always look at the most recent one only (based on the sequence 231 index, next sequence number 238 10. Calculate next sequence number and write into the free list entry
|
/linux-4.4.14/arch/arc/include/asm/ |
D | tlb-mmu1.h | 25 ; and its unpleasant LFSR pseudo-random sequence
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-driver-w1_ds28ea00 | 4 Description: Support for the DS28EA00 chain sequence function
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | pm.h | 13 u32 sequence; member
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 242 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.4.14/drivers/input/touchscreen/ |
D | sur40.c | 157 int sequence; member 443 if (sur40->sequence == -1) in sur40_process_video() 448 new_buf->vb.sequence = sur40->sequence++; in sur40_process_video() 722 sur40->sequence = 0; in sur40_start_streaming() 733 sur40->sequence = -1; in sur40_stop_streaming()
|
/linux-4.4.14/fs/ncpfs/ |
D | sock.c | 261 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()
|
D | ncp_fs_sb.h | 51 u8 sequence; member
|
/linux-4.4.14/include/media/ |
D | v4l2-fh.h | 47 u32 sequence; member
|
D | videobuf2-v4l2.h | 44 __u32 sequence; member
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-event.c | 131 fh->sequence++; in __v4l2_event_queue_fh() 160 kev->event.sequence = fh->sequence; in __v4l2_event_queue_fh()
|
D | v4l2-compat-ioctl32.c | 340 __u32 sequence; member 511 put_user(kp->sequence, &up->sequence) || in put_v4l2_buffer32() 763 __u32 sequence; member 775 put_user(kp->sequence, &up->sequence) || in put_v4l2_event32()
|
D | v4l2-fh.c | 51 fh->sequence = -1; in v4l2_fh_init()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_generic.c | 1679 u32 sequence; member 2033 PPP_MP_CB(skb)->sequence = seq; in ppp_receive_mp_frame() 2069 if (seq_before(ppp->minseq, PPP_MP_CB(mskb)->sequence)) in ppp_receive_mp_frame() 2070 ppp->minseq = PPP_MP_CB(mskb)->sequence; in ppp_receive_mp_frame() 2100 u32 seq = PPP_MP_CB(skb)->sequence; in ppp_mp_insert() 2105 if (seq_before(seq, PPP_MP_CB(p)->sequence)) in ppp_mp_insert() 2134 if (seq_before(PPP_MP_CB(p)->sequence, seq)) { in ppp_mp_reconstruct() 2138 PPP_MP_CB(p)->sequence, seq); in ppp_mp_reconstruct() 2143 if (PPP_MP_CB(p)->sequence != seq) { in ppp_mp_reconstruct() 2152 seq = seq_before(minseq, PPP_MP_CB(p)->sequence)? in ppp_mp_reconstruct() [all …]
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-dma.h | 92 unsigned int sequence; member
|
D | xilinx-dma.c | 305 buf->buf.sequence = dma->sequence++; in xvip_dma_complete() 396 dma->sequence = 0; in xvip_dma_start_streaming()
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-bit.c | 192 src_buf->sequence = ctx->qsequence++; in coda_bitstream_queue() 280 meta->sequence = src_buf->sequence; in coda_fill_bitstream() 1205 src_buf->sequence = ctx->osequence; in coda_prepare_encode() 1206 dst_buf->sequence = ctx->osequence; in coda_prepare_encode() 1214 if (src_buf->sequence % ctx->params.gop_size) { in coda_prepare_encode() 1229 if (src_buf->sequence == 0) { in coda_prepare_encode() 1344 if (dst_buf->sequence == 0) { in coda_finish_encode() 1384 dst_buf->sequence, in coda_finish_encode() 1987 if ((val & 0xffff) != (meta->sequence & 0xffff)) { in coda_finish_decode() 1991 meta->sequence); in coda_finish_decode() [all …]
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | btc_dpm.h | 40 const u32 *sequence, u32 count);
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 88 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
|
D | sentelic.txt | 216 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 …]
|
D | alps.txt | 30 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.4.14/drivers/isdn/hardware/eicon/ |
D | debug_if.h | 34 dword sequence; member
|
D | debug.c | 467 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.4.14/security/tomoyo/ |
D | Kconfig | 48 operations which can lead to the hijacking of the boot sequence are 55 hijacking the boot sequence.
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_therm | 24 read sequence will initiate a temperature conversion then provide two 54 The DS28EA00 provides an additional two pins for implementing a sequence
|
D | w1_ds28e04 | 25 A write operation on the "eeprom" file writes the given byte sequence
|
D | w1_ds2423 | 16 read sequence of w1_slave file initiates the read of counters and ram
|
/linux-4.4.14/Documentation/video4linux/ |
D | cpia2_overview.txt | 19 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.
|
D | v4l2-pci-skeleton.c | 81 unsigned sequence; member 145 new_buf->vb.v4l2_buf.sequence = skel->sequence++; in skeleton_irq() 256 skel->sequence = 0; in start_streaming()
|
/linux-4.4.14/Documentation/networking/ |
D | xfrm_sync.txt | 22 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.
|
D | l2tp.txt | 125 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.4.14/drivers/char/ipmi/ |
D | Kconfig | 34 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.4.14/include/uapi/drm/ |
D | drm.h | 481 unsigned int sequence; member 487 unsigned int sequence; member 828 __u32 sequence; member
|
D | via_drm.h | 241 __u32 sequence; member
|
/linux-4.4.14/drivers/media/pci/meye/ |
D | meye.c | 793 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()
|
D | meye.h | 285 unsigned long sequence; /* sequence number */ member
|
/linux-4.4.14/drivers/media/usb/usbtv/ |
D | usbtv.h | 98 unsigned int sequence; member
|
D | usbtv-video.c | 324 buf->vb.sequence = usbtv->sequence++; in usbtv_image_chunk() 643 usbtv->sequence = 0; in usbtv_start_streaming()
|
/linux-4.4.14/drivers/block/paride/ |
D | Transition-notes | 11 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.4.14/drivers/media/platform/ |
D | vim2m.c | 111 unsigned int sequence; member 235 out_vb->sequence = in device_process() 236 get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE)->sequence++; in device_process() 237 in_vb->sequence = q_data->sequence++; in device_process() 792 q_data->sequence = 0; in vim2m_start_streaming()
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-irq.c | 140 cb->vb.sequence = s->sequence++; in cobalt_dma_stream_queue_handler()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | af9005.c | 53 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.4.14/drivers/media/pci/dt3155/ |
D | dt3155.h | 192 unsigned int sequence; member
|
D | dt3155.c | 167 pd->sequence = 0; in dt3155_start_streaming() 275 ipd->curr_buf->sequence = ipd->sequence++; in dt3155_irq_handler_even()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 14 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.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fence.h | 101 uint32_t sequence,
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10.h | 178 u32 sequence; member 273 u32 sequence; member
|
D | solo6x10-v4l2.c | 227 vbuf->sequence = solo_dev->sequence++; in solo_fillbuf() 336 solo_dev->sequence = 0; in solo_start_streaming()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ev-layer.c | 1664 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.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.h | 135 unsigned int sequence; member
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 30 to perform a conversion sequence of the response signal.
|
/linux-4.4.14/kernel/trace/ |
D | blktrace.c | 209 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() 461 bt->sequence = alloc_percpu(unsigned long); in do_blk_trace_setup() 462 if (!bt->sequence) in do_blk_trace_setup()
|
/linux-4.4.14/Documentation/arm/ |
D | swp_emulation | 10 sequence. If a memory access fault (an abort) occurs, a segmentation fault is
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | ioctl.h | 102 unsigned short sequence; member
|
/linux-4.4.14/drivers/of/unittest-data/ |
D | tests-overlay.dtsi | 185 /* test overlays application and removal in sequence */ 203 /* test overlays application and removal in bad sequence */
|
/linux-4.4.14/net/ipv4/ |
D | inetpeer.c | 409 unsigned int sequence; in inet_getpeer() local 416 sequence = read_seqbegin(&base->lock); in inet_getpeer() 418 invalidated = read_seqretry(&base->lock, sequence); in inet_getpeer()
|
D | ping.c | 518 ntohs(icmph->un.echo.sequence)); in ping_err() 824 pfh.icmph.un.echo.sequence = user_icmph.un.echo.sequence; in ping_v4_sendmsg() 972 skb, ntohs(icmph->un.echo.id), ntohs(icmph->un.echo.sequence)); in ping_rcv()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | rx.c | 851 u16 sequence; in iwl_pcie_rx_handle_rb() local 871 pkt->hdr.cmd, le16_to_cpu(pkt->hdr.sequence)); in iwl_pcie_rx_handle_rb() 884 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME); in iwl_pcie_rx_handle_rb() 897 sequence = le16_to_cpu(pkt->hdr.sequence); in iwl_pcie_rx_handle_rb() 898 index = SEQ_TO_INDEX(sequence); in iwl_pcie_rx_handle_rb()
|
D | tx.c | 1447 out_cmd->hdr_wide.sequence = in iwl_pcie_enqueue_hcmd() 1455 out_cmd->hdr.sequence = in iwl_pcie_enqueue_hcmd() 1506 le16_to_cpu(out_cmd->hdr.sequence), in iwl_pcie_enqueue_hcmd() 1603 u16 sequence = le16_to_cpu(pkt->hdr.sequence); in iwl_pcie_hcmd_complete() local 1604 int txq_id = SEQ_TO_QUEUE(sequence); in iwl_pcie_hcmd_complete() 1605 int index = SEQ_TO_INDEX(sequence); in iwl_pcie_hcmd_complete() 1617 txq_id, trans_pcie->cmd_queue, sequence, in iwl_pcie_hcmd_complete() 1851 dev_cmd->hdr.sequence = in iwl_trans_pcie_tx()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_video.c | 838 stream->sequence, frame->first_data, in uvc_video_stats_update() 990 stream->sequence++; in uvc_video_decode_start() 991 if (stream->sequence) in uvc_video_decode_start() 1036 buf->buf.sequence = stream->sequence; in uvc_video_decode_start() 1311 buf->buf.sequence = ++stream->sequence; in uvc_video_encode_bulk() 1609 stream->sequence = -1; in uvc_init_video()
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | st,sti-picophyreset.txt | 10 registers and after an assert/deassert sequence the hardware's previous state
|
D | st,sti-softreset.txt | 11 registers and after an assert/deassert sequence the hardware's previous state
|
D | st,sti-powerdown.txt | 12 registers and after an assert/deassert sequence the hardware's previous state
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.h | 239 unsigned sequence; member
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160.h | 153 unsigned int sequence; member
|
D | stk1160-video.c | 99 buf->vb.sequence = dev->sequence++; in stk1160_buffer_done()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 190 ctx->sequence++; in s5p_mfc_handle_frame_all_extracted() 201 dst_buf->b->sequence = (ctx->sequence++); in s5p_mfc_handle_frame_all_extracted() 285 ctx->sequence++; in s5p_mfc_handle_frame_new() 289 ctx->sequence++; in s5p_mfc_handle_frame_new() 298 dst_buf->b->sequence = ctx->sequence; in s5p_mfc_handle_frame_new()
|
/linux-4.4.14/block/partitions/ |
D | ldm.h | 188 u32 sequence; member
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 25 sequence, otherwise the default Low-Z scheme is used.
|
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
D | stk-webcam.h | 126 unsigned sequence; member
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 220 This option adds an alternative code sequence to work around ARM 241 This option adds an alternative code sequence to work around ARM 262 This option adds an alternative code sequence to work around ARM 284 This option adds an alternative code sequence to work around ARM 288 If the processor is executing a load and store exclusive sequence at 305 This option adds an alternative code sequence to work around ARM 324 This option adds an alternative code sequence to work around ARM 345 This option adds an alternative code sequence to work around ARM
|
/linux-4.4.14/tools/firewire/ |
D | nosy-dump.h | 60 uint32_t sequence:3; member
|
/linux-4.4.14/arch/mips/kvm/ |
D | 00README.txt | 24 …Linux-3.7-rc2 based SMP guest hangs due to the following code sequence in the generated TLB handle…
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-bindings.txt | 15 regulator will be managed during the PHY power on/off sequence.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 18 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.
|
/linux-4.4.14/Documentation/fpga/ |
D | fpga-mgr.txt | 152 do the programming sequence for this particular FPGA. These ops return 0 for 155 The programming sequence is:
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 30 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.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tx.c | 1134 u16 sequence = le16_to_cpu(pkt->hdr.sequence); in iwlagn_rx_reply_tx() local 1135 int txq_id = SEQ_TO_QUEUE(sequence); in iwlagn_rx_reply_tx() 1136 int cmd_index __maybe_unused = SEQ_TO_INDEX(sequence); in iwlagn_rx_reply_tx() 1264 SEQ_TO_INDEX(sequence), ssn, in iwlagn_rx_reply_tx()
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | dram_init.S | 25 ;; Refer to ddr2 MDS for initialization sequence
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.ChangeLog | 44 * color support and minimal other ESC-sequence support is added.
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 13 find the right LUT sequence. Unfortunately, the SPI subsystem has no notion of
|
/linux-4.4.14/drivers/hv/ |
D | hv.c | 149 u32 sequence = tsc_pg->tsc_sequence; in read_hv_clock_tsc() local 161 if (tsc_pg->tsc_sequence == sequence) in read_hv_clock_tsc()
|
/linux-4.4.14/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 107 unsigned sequence; member 330 bcap_dev->sequence = 0; in bcap_start_streaming() 414 vbuf->sequence = bcap_dev->sequence++; in bcap_isr()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | gspca.h | 193 __u32 sequence; /* frame sequence number */ member
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | sleep.S | 47 @ avoid accessing memory until this sequence is complete,
|
/linux-4.4.14/Documentation/usb/ |
D | wusb-cbaf | 59 A full sequence:
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-lmcx-defs.h | 554 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.4.14/drivers/media/platform/soc_camera/ |
D | atmel-isi.c | 73 int sequence; member 169 vbuf->sequence = isi->sequence++; in atmel_isi_handle_streaming() 269 isi->sequence = 0; in queue_setup()
|
D | mx3_camera.c | 113 int sequence; member 160 vb->sequence = mx3_cam->sequence++; in mx3_cam_dma_done() 230 mx3_cam->sequence = 0; in mx3_videobuf_setup()
|
/linux-4.4.14/drivers/media/usb/airspy/ |
D | airspy.c | 121 unsigned sequence; /* Buffer sequence counter */ member 320 fbuf->vb.sequence = s->sequence++; in airspy_urb_complete() 539 s->sequence = 0; in airspy_start_streaming()
|
/linux-4.4.14/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 147 unsigned int sequence; member 281 vip->sequence = 0; in queue_setup() 821 vip->active->vb.sequence = vip->sequence++; in vip_irq()
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 91 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.4.14/drivers/media/usb/hackrf/ |
D | hackrf.c | 132 unsigned sequence; /* Buffer sequence counter */ member 528 buffer->vb.sequence = dev->sequence++; in hackrf_urb_complete_in() 573 buffer->vb.sequence = dev->sequence++; in hackrf_urb_complete_out() 830 dev->sequence = 0; in hackrf_start_streaming()
|
/linux-4.4.14/drivers/media/platform/marvell-ccic/ |
D | mcam-core.h | 174 unsigned int sequence; /* Frame sequence number */ member
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 37 playback in that components are powered in a sequence depending upon stream
|
/linux-4.4.14/arch/cris/arch-v32/mach-fs/ |
D | dram_init.S | 81 ; Issue initialization command sequence
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | types.h | 625 volatile lnet_seq_t sequence; member
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 840 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.4.14/include/uapi/linux/wimax/ |
D | i2400m.h | 315 __le32 sequence; member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-uevent.txt | 36 Description: A sequence number for this specific device-mapper device.
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 1 MMUv3 initialization sequence.
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-restart.txt | 43 sequence [ms]
|
/linux-4.4.14/Documentation/powerpc/ |
D | qe_firmware.txt | 44 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.4.14/security/selinux/include/ |
D | security.h | 248 u32 sequence; /* sequence number of seqlock logic */ member
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | dram_init.S | 99 ; Issue initialization command sequence
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | slichw.h | 671 u8 sequence[3]; member 679 u8 sequence[4]; member
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 175 Each message also includes sequence and acknowledge numbers. 176 Sequence number for event messages is appropriate bus master sequence number
|