/linux-4.1.27/drivers/usb/dwc3/ |
D | gadget.c | 194 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos() local 198 if (!(dep->flags & DWC3_EP_ENABLED)) in dwc3_gadget_resize_tx_fifos() 201 if (usb_endpoint_xfer_bulk(dep->endpoint.desc) in dwc3_gadget_resize_tx_fifos() 202 || usb_endpoint_xfer_isoc(dep->endpoint.desc)) in dwc3_gadget_resize_tx_fifos() 216 tmp = mult * (dep->endpoint.maxpacket + mdwidth); in dwc3_gadget_resize_tx_fifos() 224 dep->name, last_fifo_depth, fifo_size & 0xffff); in dwc3_gadget_resize_tx_fifos() 234 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() argument 237 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_giveback() 243 dep->busy_slot++; in dwc3_gadget_giveback() 249 if (((dep->busy_slot & DWC3_TRB_MASK) == in dwc3_gadget_giveback() [all …]
|
D | ep0.c | 38 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep); 40 struct dwc3_ep *dep, struct dwc3_request *req); 63 struct dwc3_ep *dep; in dwc3_ep0_start_trans() local 67 dep = dwc->eps[epnum]; in dwc3_ep0_start_trans() 68 if (dep->flags & DWC3_EP_BUSY) { in dwc3_ep0_start_trans() 69 dwc3_trace(trace_dwc3_ep0, "%s still busy", dep->name); in dwc3_ep0_start_trans() 89 trace_dwc3_prepare_trb(dep, trb); in dwc3_ep0_start_trans() 91 ret = dwc3_send_gadget_ep_cmd(dwc, dep->number, in dwc3_ep0_start_trans() 95 dep->name); in dwc3_ep0_start_trans() 99 dep->flags |= DWC3_EP_BUSY; in dwc3_ep0_start_trans() [all …]
|
D | trace.h | 122 snprintf(__get_str(name), DWC3_MSG_MAX, "%s", req->dep->name); 182 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 184 TP_ARGS(dep, cmd, params), 193 snprintf(__get_str(name), DWC3_MSG_MAX, "%s", dep->name); 207 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 209 TP_ARGS(dep, cmd, params) 213 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 214 TP_ARGS(dep, trb), 224 snprintf(__get_str(name), DWC3_MSG_MAX, "%s", dep->name); 238 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), [all …]
|
D | gadget.h | 73 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_request_queued() local 76 list_move_tail(&req->list, &dep->req_queued); in dwc3_gadget_move_request_queued() 79 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, 89 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol);
|
D | core.h | 609 struct dwc3_ep *dep; member
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | mca_asm.h | 35 dep addr = 0, addr, 61, 3 52 dep addr = temp, addr, 61, 3 85 dep old_psr = 0, old_psr, 32, 32; \ 103 dep temp2 = 0, temp2, PSR_IC, 2; \ 108 dep temp1 = 0, temp1, 32, 32; \ 110 dep temp1 = 0, temp1, PSR_IT, 1; \ 112 dep temp1 = 0, temp1, PSR_DT, 1; \ 114 dep temp1 = 0, temp1, PSR_RT, 1; \ 116 dep temp1 = 0, temp1, PSR_I, 1; \ 118 dep temp1 = 0, temp1, PSR_IC, 1; \ [all …]
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 339 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_addname() local 528 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_block_addname() 534 (char *)dep - (char *)hdr)); in xfs_dir2_block_addname() 545 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_block_addname() 546 dep->namelen = args->namelen; in xfs_dir2_block_addname() 547 memcpy(dep->name, args->name, args->namelen); in xfs_dir2_block_addname() 548 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_addname() 549 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_block_addname() 550 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_block_addname() 559 xfs_dir2_data_log_entry(args, bp, dep); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_sf.c | 71 xfs_dir2_data_entry_t *dep; /* data entry in the block */ in xfs_dir2_block_sfsize() local 105 dep = (xfs_dir2_data_entry_t *)((char *)hdr + in xfs_dir2_block_sfsize() 112 isdot = dep->namelen == 1 && dep->name[0] == '.'; in xfs_dir2_block_sfsize() 114 dep->namelen == 2 && in xfs_dir2_block_sfsize() 115 dep->name[0] == '.' && dep->name[1] == '.'; in xfs_dir2_block_sfsize() 118 i8count += be64_to_cpu(dep->inumber) > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_block_sfsize() 123 namelen += dep->namelen + has_ftype; in xfs_dir2_block_sfsize() 125 parent = be64_to_cpu(dep->inumber); in xfs_dir2_block_sfsize() 161 xfs_dir2_data_entry_t *dep; /* data entry pointer */ in xfs_dir2_block_to_sf() local 213 dep = (xfs_dir2_data_entry_t *)ptr; in xfs_dir2_block_to_sf() [all …]
|
D | xfs_da_format.c | 252 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_get_ftype() argument 259 struct xfs_dir2_data_entry *dep, in xfs_dir2_data_put_ftype() argument 267 struct xfs_dir2_data_entry *dep) in xfs_dir3_data_get_ftype() argument 269 __uint8_t ftype = dep->name[dep->namelen]; in xfs_dir3_data_get_ftype() 278 struct xfs_dir2_data_entry *dep, in xfs_dir3_data_put_ftype() argument 282 ASSERT(dep->namelen != 0); in xfs_dir3_data_put_ftype() 284 dep->name[dep->namelen] = type; in xfs_dir3_data_put_ftype() 292 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_entry_tag_p() argument 294 return (__be16 *)((char *)dep + in xfs_dir2_data_entry_tag_p() 295 xfs_dir2_data_entsize(dep->namelen) - sizeof(__be16)); in xfs_dir2_data_entry_tag_p() [all …]
|
D | xfs_dir2_leaf.c | 609 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_addname() local 854 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_leaf_addname() 855 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_leaf_addname() 856 dep->namelen = args->namelen; in xfs_dir2_leaf_addname() 857 memcpy(dep->name, args->name, dep->namelen); in xfs_dir2_leaf_addname() 858 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_addname() 859 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_leaf_addname() 860 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname() 871 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_leaf_addname() 1153 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_lookup() local [all …]
|
D | xfs_dir2_data.c | 50 xfs_dir2_data_entry_t *dep; /* data entry */ in __xfs_dir3_data_check() local 162 dep = (xfs_dir2_data_entry_t *)p; in __xfs_dir3_data_check() 163 XFS_WANT_CORRUPTED_RETURN(mp, dep->namelen != 0); in __xfs_dir3_data_check() 165 !xfs_dir_ino_validate(mp, be64_to_cpu(dep->inumber))); in __xfs_dir3_data_check() 167 be16_to_cpu(*ops->data_entry_tag_p(dep)) == in __xfs_dir3_data_check() 168 (char *)dep - (char *)hdr); in __xfs_dir3_data_check() 170 ops->data_get_ftype(dep) < XFS_DIR3_FT_MAX); in __xfs_dir3_data_check() 177 ((char *)dep - (char *)hdr)); in __xfs_dir3_data_check() 178 name.name = dep->name; in __xfs_dir3_data_check() 179 name.len = dep->namelen; in __xfs_dir3_data_check() [all …]
|
D | xfs_dir2_node.c | 671 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_lookup_for_entry() local 757 dep = (xfs_dir2_data_entry_t *)((char *)curbp->b_addr + in xfs_dir2_leafn_lookup_for_entry() 765 cmp = mp->m_dirnameops->compname(args, dep->name, dep->namelen); in xfs_dir2_leafn_lookup_for_entry() 772 args->inumber = be64_to_cpu(dep->inumber); in xfs_dir2_leafn_lookup_for_entry() 773 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leafn_lookup_for_entry() 778 state->extrablk.index = (int)((char *)dep - in xfs_dir2_leafn_lookup_for_entry() 1159 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_remove() local 1210 dep = (xfs_dir2_data_entry_t *)((char *)hdr + off); in xfs_dir2_leafn_remove() 1215 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_leafn_remove() 1645 xfs_dir2_data_entry_t *dep; /* data entry pointer */ in xfs_dir2_node_addname_int() local [all …]
|
D | xfs_dir2.h | 61 __uint8_t (*data_get_ftype)(struct xfs_dir2_data_entry *dep); 62 void (*data_put_ftype)(struct xfs_dir2_data_entry *dep, 64 __be16 * (*data_entry_tag_p)(struct xfs_dir2_data_entry *dep); 163 struct xfs_buf *bp, struct xfs_dir2_data_entry *dep);
|
/linux-4.1.27/scripts/kconfig/ |
D | menu.c | 107 void menu_add_dep(struct expr *dep) in menu_add_dep() argument 109 current_entry->dep = expr_alloc_and(current_entry->dep, menu_check_dep(dep)); in menu_add_dep() 128 …uct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) in menu_add_prop() argument 134 prop->visible.expr = menu_check_dep(dep); in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() argument 180 return menu_add_prop(type, prompt, NULL, dep); in menu_add_prompt() 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() argument 191 menu_add_prop(type, NULL, expr, dep); in menu_add_expr() 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() argument 196 menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep); in menu_add_symbol() [all …]
|
D | lkc.h | 104 void menu_add_dep(struct expr *dep); 105 void menu_add_visibility(struct expr *dep); 106 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 107 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 108 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
|
D | expr.h | 47 #define EXPR_NOT(dep) (2-(dep)) argument 172 struct expr *dep; member 213 int expr_contains_symbol(struct expr *dep, struct symbol *sym); 214 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
|
D | streamline_config.pl | 223 my $dep = $3; 224 if ($dep !~ /^\s*(y|m|n)\s*$/) { 225 $dep =~ s/.*\sif\s+//; 226 $depends{$config} .= " " . $dep; 227 dprint "Added default depends $dep to $config\n";
|
D | expr.c | 779 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() argument 781 if (!dep) in expr_contains_symbol() 784 switch (dep->type) { in expr_contains_symbol() 787 return expr_contains_symbol(dep->left.expr, sym) || in expr_contains_symbol() 788 expr_contains_symbol(dep->right.expr, sym); in expr_contains_symbol() 790 return dep->left.sym == sym; in expr_contains_symbol() 793 return dep->left.sym == sym || in expr_contains_symbol() 794 dep->right.sym == sym; in expr_contains_symbol() 796 return expr_contains_symbol(dep->left.expr, sym); in expr_contains_symbol() 803 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() argument [all …]
|
/linux-4.1.27/scripts/ |
D | headerdep.pl | 104 if(my($dep) = ($line =~ m/^#\s*include\s*<(.*?)>/)) { 105 push @queue, $dep; 106 push @{$deps{$header}}, [$i + 1, $dep]; 147 for my $dep (@{$deps{$name}}) { 148 my $chain = [@$top, [$dep->[0], $dep->[1]]]; 152 if(grep { $_->[1] eq $dep->[1] } @$top) { 185 for my $dep (@{$deps{$header}}) { 187 mangle($header), mangle($dep->[1]);
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dir2_readdir.c | 166 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_getdents() local 215 dep = (xfs_dir2_data_entry_t *)ptr; in xfs_dir2_block_getdents() 220 ptr += dp->d_ops->data_entsize(dep->namelen); in xfs_dir2_block_getdents() 224 if ((char *)dep - (char *)hdr < wantoff) in xfs_dir2_block_getdents() 228 (char *)dep - (char *)hdr); in xfs_dir2_block_getdents() 231 filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_getdents() 235 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_block_getdents() 236 be64_to_cpu(dep->inumber), in xfs_dir2_block_getdents() 478 xfs_dir2_data_entry_t *dep; /* data entry */ in xfs_dir2_leaf_getdents() local 580 dep = (xfs_dir2_data_entry_t *)ptr; in xfs_dir2_leaf_getdents() [all …]
|
/linux-4.1.27/net/mac80211/ |
D | offchannel.c | 214 struct ieee80211_roc_work *roc, *dep, *tmp; in ieee80211_hw_roc_start() local 231 list_for_each_entry_safe(dep, tmp, &roc->dependents, list) { in ieee80211_hw_roc_start() 232 ieee80211_handle_roc_started(dep); in ieee80211_hw_roc_start() 234 if (dep->duration > roc->duration) { in ieee80211_hw_roc_start() 235 u32 dur = dep->duration; in ieee80211_hw_roc_start() 236 dep->duration = dur - roc->duration; in ieee80211_hw_roc_start() 238 list_move(&dep->list, &roc->list); in ieee80211_hw_roc_start() 304 struct ieee80211_roc_work *dep, *tmp; in ieee80211_roc_notify_destroy() local 323 list_for_each_entry_safe(dep, tmp, &roc->dependents, list) in ieee80211_roc_notify_destroy() 324 ieee80211_roc_notify_destroy(dep, true); in ieee80211_roc_notify_destroy() [all …]
|
D | cfg.c | 2699 struct ieee80211_roc_work *dep, *tmp2; in ieee80211_cancel_roc() local 2701 list_for_each_entry_safe(dep, tmp2, &roc->dependents, list) { in ieee80211_cancel_roc() 2702 if (!mgmt_tx && dep->cookie != cookie) in ieee80211_cancel_roc() 2704 else if (mgmt_tx && dep->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc() 2707 list_del(&dep->list); in ieee80211_cancel_roc() 2710 ieee80211_roc_notify_destroy(dep, true); in ieee80211_cancel_roc()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | async_tx.h | 32 #define async_tx_find_channel(dep, cap, dst_lst, dst_cnt, src_lst, \ argument 38 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument 39 __async_tx_find_channel(dep, type)
|
/linux-4.1.27/net/sched/ |
D | sch_sfq.c | 109 struct sfq_head dep; /* anchor in dep[] chains */ member 136 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member 155 return &q->slots[val].dep; in sfq_dep_head() 156 return &q->dep[val - SFQ_MAX_FLOWS]; in sfq_dep_head() 232 n = q->dep[qlen].next; in sfq_link() 234 slot->dep.next = n; in sfq_link() 235 slot->dep.prev = p; in sfq_link() 237 q->dep[qlen].next = x; /* sfq_dep_head(q, p)->next = x */ in sfq_link() 243 n = q->slots[x].dep.next; \ 244 p = q->slots[x].dep.prev; \ [all …]
|
/linux-4.1.27/arch/ia64/kernel/ |
D | ivt.S | 130 (p8) dep r25=r18,r25,2,6 137 (p7) dep r17=r17,r19,(PAGE_SHIFT-3),3 // put region number bits in place 146 (p6) dep r17=r18,r19,3,(PAGE_SHIFT-3) // r17=pgd_offset for region 5 147 (p7) dep r17=r18,r17,3,(PAGE_SHIFT-6) // r17=pgd_offset for region[0-4] 159 dep r28=r28,r17,3,(PAGE_SHIFT-3) // r28=pud_offset(pgd,addr) 165 dep r17=r18,r29,3,(PAGE_SHIFT-3) // r17=pmd_offset(pud,addr) 167 dep r17=r18,r17,3,(PAGE_SHIFT-3) // r17=pmd_offset(pgd,addr) 174 dep r21=r19,r20,3,(PAGE_SHIFT-3) // r21=pte_offset(pmd,addr) 183 dep r23=0,r20,0,PAGE_SHIFT // clear low bits to get page address 414 (p12) dep r17=-1,r17,4,1 // set ma=UC for region 6 addr [all …]
|
D | mca_asm.S | 177 dep r17=0,r19,0, KERNEL_TR_PAGE_SHIFT 848 dep r22=0,r22,62,1 // pal_min_state, physical, uncached 867 dep r15=-1,r15,61,3 // virtual granule 929 dep temp1=-1,ms,62,2 // set region 6 1042 dep r16=-1,r16,61,3 // virtual granule 1109 dep r14 = -1, r14, PSR_MC, 1 // set psr.mc 1111 dep r14 = -1, r14, PSR_IC, 1 // set psr.ic 1113 dep r14 = -1, r14, PSR_BN, 1 // keep bank1 in use
|
D | pal.S | 165 dep.z loc2=loc2,0,61 // convert pal entry point to physical 218 dep.z loc2=loc2,0,61 // convert pal entry point to physical
|
D | relocate_kernel.S | 36 dep r2=0,r2,61,3 //to physical address 60 dep r28=0,in2,61,3 //to physical address
|
D | minstate.h | 227 dep.z r17=r26,0,62; \ 231 dep r27=r0,r27,16,14; \
|
D | head.S | 92 dep.z _idx2=_idx1,61,3;; \ 246 dep r2=0,r3,0,KERNEL_TR_PAGE_SHIFT 322 dep r18=0,r3,0,12 325 dep r2=-1,r3,61,3 // IMVA of task 330 dep r17=0,r17,8,24 392 (isBP) dep r28=-1,r28,61,3 // make address virtual 992 dep r3=0,r3,KERNEL_TR_PAGE_SHIFT,64-KERNEL_TR_PAGE_SHIFT 993 dep r14=0,r14,KERNEL_TR_PAGE_SHIFT,64-KERNEL_TR_PAGE_SHIFT
|
D | entry.S | 182 dep r20=0,in0,61,3 // physical address of "next" 1130 (pKStk) dep r29=r22,r29,21,1 // I0 update ipsr.pp with psr.pp
|
/linux-4.1.27/drivers/dma/ |
D | dmaengine.c | 1149 struct dma_async_tx_descriptor *dep = txd_next(tx); in dma_run_dependencies() local 1153 if (!dep) in dma_run_dependencies() 1158 chan = dep->chan; in dma_run_dependencies() 1164 for (; dep; dep = dep_next) { in dma_run_dependencies() 1165 txd_lock(dep); in dma_run_dependencies() 1166 txd_clear_parent(dep); in dma_run_dependencies() 1167 dep_next = txd_next(dep); in dma_run_dependencies() 1169 txd_clear_next(dep); /* ->next will be submitted */ in dma_run_dependencies() 1172 txd_unlock(dep); in dma_run_dependencies() 1174 dep->tx_submit(dep); in dma_run_dependencies()
|
/linux-4.1.27/arch/ia64/lib/ |
D | carta_random.S | 28 dep m = -1, r0, 0, 31 33 dep t0 = 0, hi, 15, 49 // t0 = (hi & 0x7fff)
|
D | ip_fast_csum.S | 85 dep.z out1=in1,2,30 103 dep r15=in3,in2,32,16
|
D | strlen.S | 90 dep src=0,in0,0,3 // src=8byte-aligned in0 address
|
D | strlen_user.S | 92 dep src=0,in0,0,3 // src=8byte-aligned in0 address
|
D | memcpy_mck.S | 605 (p6) dep F = r0,dst1,0,PAGE_SHIFT // usr dst round down to page boundary 606 (p7) dep F = r0,src1,0,PAGE_SHIFT // usr src round down to page boundary
|
/linux-4.1.27/arch/frv/boot/ |
D | Makefile | 50 compressed/$(LINUX): $(LINUX) dep 76 dep: target
|
/linux-4.1.27/include/linux/ |
D | async_tx.h | 113 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument 114 __async_tx_find_channel(dep, type)
|
/linux-4.1.27/drivers/pnp/ |
D | interface.c | 212 int ret, dep = 0, set = 0; in options_show() local 226 if (!dep || pnp_option_set(option) != set) { in options_show() 228 dep = 1; in options_show() 234 dep = 0; in options_show()
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 3015 foreach my $dep (@{$arr}) { 3016 print "ADD DEP $dep\n"; 3017 @deps = (@deps, get_dependencies $dep); 3510 my ($config, $dep) = @_; 3513 $depends{$config} .= " " . $dep; 3515 $depends{$config} = $dep; 3519 if (defined $depcount{$dep}) { 3520 $depcount{$dep}++; 3522 $depcount{$dep} = 1; 3682 my ($dep) = @_; [all …]
|
/linux-4.1.27/fs/hpfs/ |
D | namei.c | 522 struct hpfs_dirent *dep, *nde; in hpfs_rename() local 543 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename() 548 copy_de(&de, dep); in hpfs_rename() 553 if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 1)) != 2) { in hpfs_rename() 580 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename() 586 if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 0))) { in hpfs_rename()
|
/linux-4.1.27/fs/fscache/ |
D | object.c | 829 struct fscache_object *dep; in fscache_enqueue_dependents() local 840 dep = list_entry(object->dependents.next, in fscache_enqueue_dependents() 842 list_del_init(&dep->dep_link); in fscache_enqueue_dependents() 844 fscache_raise_event(dep, event); in fscache_enqueue_dependents() 845 fscache_put_object(dep); in fscache_enqueue_dependents()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | Makefile | 228 $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl 233 -include $(OUPTUT)doc.dep 259 $(OUTPUT)howto-index.txt $(OUTPUT)howto/*.html $(OUTPUT)doc.dep \
|
/linux-4.1.27/drivers/acpi/ |
D | scan.c | 2286 struct acpi_dep_data *dep; in acpi_device_dep_initialize() local 2323 dep = kzalloc(sizeof(struct acpi_dep_data), GFP_KERNEL); in acpi_device_dep_initialize() 2324 if (!dep) in acpi_device_dep_initialize() 2327 dep->master = dep_devices.handles[i]; in acpi_device_dep_initialize() 2328 dep->slave = adev->handle; in acpi_device_dep_initialize() 2332 list_add_tail(&dep->node , &acpi_dep_list); in acpi_device_dep_initialize() 2512 struct acpi_dep_data *dep, *tmp; in acpi_walk_dep_device_list() local 2516 list_for_each_entry_safe(dep, tmp, &acpi_dep_list, node) { in acpi_walk_dep_device_list() 2517 if (dep->master == handle) { in acpi_walk_dep_device_list() 2518 acpi_bus_get_device(dep->slave, &adev); in acpi_walk_dep_device_list() [all …]
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
D | ptc_deadlock.S | 37 dep piowcphy=-1,piowcphy,63,1
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | net2280.c | 1821 writel(0, &dev->dep[i].dep_cfg); in defect7374_disable_data_eps() 1871 writel(tmp, &dev->dep[1].dep_cfg); in defect7374_enable_data_eps_zero() 1872 writel(tmp, &dev->dep[3].dep_cfg); in defect7374_enable_data_eps_zero() 1873 writel(tmp, &dev->dep[4].dep_cfg); in defect7374_enable_data_eps_zero() 1874 writel(tmp, &dev->dep[5].dep_cfg); in defect7374_enable_data_eps_zero() 2044 writel(EP_DONTUSE, &dev->dep[tmp].dep_cfg); in usb_reinit_228x() 2133 writel(0x0D, &dev->dep[0].dep_cfg); in usb_reinit_338x() 2134 writel(0x0D, &dev->dep[1].dep_cfg); in usb_reinit_338x() 2135 writel(0x0E, &dev->dep[2].dep_cfg); in usb_reinit_338x() 2136 writel(0x0E, &dev->dep[3].dep_cfg); in usb_reinit_338x() [all …]
|
D | net2280.h | 181 struct net2280_dep_regs __iomem *dep; member
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pdc.h | 119 unsigned char dep;
|
D | assembly.h | 133 dep,z \r, 31-(\sa), 32-(\sa), \t
|
/linux-4.1.27/sound/core/ |
D | pcm_lib.c | 1141 int dep, ...) in snd_pcm_hw_rule_add() argument 1147 va_start(args, dep); in snd_pcm_hw_rule_add() 1175 c->deps[k++] = dep; in snd_pcm_hw_rule_add() 1176 if (dep < 0) in snd_pcm_hw_rule_add() 1178 dep = va_arg(args, int); in snd_pcm_hw_rule_add()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | entry.S | 414 dep %r0,31,PAGE_SHIFT,\pmd /* clear offset */ 418 dep %r0,31,PxD_FLAG_SHIFT,\pmd /* clear flags */ 422 dep %r0,31,PAGE_SHIFT,\pmd /* clear offset */ 564 dep \pte,8,7,\prot
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 971 int dep; in cfs_hash_dep_print() local 977 dep = hs->hs_dep_max; in cfs_hash_dep_print() 984 hs->hs_name, bits, dep, bkt, off); in cfs_hash_dep_print()
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 202 | do (H/W dep) |
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 123 build a current modules.dep file in /lib/modules/`uname -r` and then 128 The modules.dep file indicates that hvcserver.ko needs to be inserted
|
/linux-4.1.27/include/sound/ |
D | pcm.h | 1034 int dep, ...);
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 359 c. make dep /* take a few minutes */
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 38 5) make dep
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3800 clean, distclean, or mrproper, config, menuconfig, or xconfig, dep,
|