| /linux-4.4.14/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() 73 trb = &dwc->ep0_trb[dep->free_slot]; in dwc3_ep0_start_trans() 76 dep->free_slot++; in dwc3_ep0_start_trans() 99 trace_dwc3_prepare_trb(dep, trb); in dwc3_ep0_start_trans() 101 ret = dwc3_send_gadget_ep_cmd(dwc, dep->number, 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 | 625 struct dwc3_ep *dep; member
|
| /linux-4.4.14/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.4.14/fs/xfs/libxfs/ |
| D | xfs_dir2_block.c | 343 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_addname() local 532 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_block_addname() 538 (char *)dep - (char *)hdr)); in xfs_dir2_block_addname() 549 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_block_addname() 550 dep->namelen = args->namelen; in xfs_dir2_block_addname() 551 memcpy(dep->name, args->name, args->namelen); in xfs_dir2_block_addname() 552 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_addname() 553 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_block_addname() 554 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_block_addname() 563 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 | 614 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_addname() local 859 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_leaf_addname() 860 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_leaf_addname() 861 dep->namelen = args->namelen; in xfs_dir2_leaf_addname() 862 memcpy(dep->name, args->name, dep->namelen); in xfs_dir2_leaf_addname() 863 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_addname() 864 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_leaf_addname() 865 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname() 876 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_leaf_addname() 1158 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_lookup() local [all …]
|
| D | xfs_dir2_data.c | 51 xfs_dir2_data_entry_t *dep; /* data entry */ in __xfs_dir3_data_check() local 163 dep = (xfs_dir2_data_entry_t *)p; in __xfs_dir3_data_check() 164 XFS_WANT_CORRUPTED_RETURN(mp, dep->namelen != 0); in __xfs_dir3_data_check() 166 !xfs_dir_ino_validate(mp, be64_to_cpu(dep->inumber))); in __xfs_dir3_data_check() 168 be16_to_cpu(*ops->data_entry_tag_p(dep)) == in __xfs_dir3_data_check() 169 (char *)dep - (char *)hdr); in __xfs_dir3_data_check() 171 ops->data_get_ftype(dep) < XFS_DIR3_FT_MAX); in __xfs_dir3_data_check() 178 ((char *)dep - (char *)hdr)); in __xfs_dir3_data_check() 179 name.name = dep->name; in __xfs_dir3_data_check() 180 name.len = dep->namelen; in __xfs_dir3_data_check() [all …]
|
| D | xfs_dir2_node.c | 675 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_lookup_for_entry() local 761 dep = (xfs_dir2_data_entry_t *)((char *)curbp->b_addr + in xfs_dir2_leafn_lookup_for_entry() 769 cmp = mp->m_dirnameops->compname(args, dep->name, dep->namelen); in xfs_dir2_leafn_lookup_for_entry() 776 args->inumber = be64_to_cpu(dep->inumber); in xfs_dir2_leafn_lookup_for_entry() 777 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leafn_lookup_for_entry() 782 state->extrablk.index = (int)((char *)dep - in xfs_dir2_leafn_lookup_for_entry() 1163 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_remove() local 1214 dep = (xfs_dir2_data_entry_t *)((char *)hdr + off); in xfs_dir2_leafn_remove() 1219 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_leafn_remove() 1649 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.4.14/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 | 49 #define EXPR_NOT(dep) (2-(dep)) argument 174 struct expr *dep; member 215 int expr_contains_symbol(struct expr *dep, struct symbol *sym); 216 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 | 751 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() argument 753 if (!dep) in expr_contains_symbol() 756 switch (dep->type) { in expr_contains_symbol() 759 return expr_contains_symbol(dep->left.expr, sym) || in expr_contains_symbol() 760 expr_contains_symbol(dep->right.expr, sym); in expr_contains_symbol() 762 return dep->left.sym == sym; in expr_contains_symbol() 769 return dep->left.sym == sym || in expr_contains_symbol() 770 dep->right.sym == sym; in expr_contains_symbol() 772 return expr_contains_symbol(dep->left.expr, sym); in expr_contains_symbol() 779 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() argument [all …]
|
| /linux-4.4.14/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.4.14/fs/xfs/ |
| D | xfs_dir2_readdir.c | 166 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_getdents() local 218 dep = (xfs_dir2_data_entry_t *)ptr; in xfs_dir2_block_getdents() 223 ptr += dp->d_ops->data_entsize(dep->namelen); in xfs_dir2_block_getdents() 227 if ((char *)dep - (char *)hdr < wantoff) in xfs_dir2_block_getdents() 231 (char *)dep - (char *)hdr); in xfs_dir2_block_getdents() 234 filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_getdents() 238 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_block_getdents() 239 be64_to_cpu(dep->inumber), in xfs_dir2_block_getdents() 481 xfs_dir2_data_entry_t *dep; /* data entry */ in xfs_dir2_leaf_getdents() local 586 dep = (xfs_dir2_data_entry_t *)ptr; in xfs_dir2_leaf_getdents() [all …]
|
| /linux-4.4.14/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 | 2721 struct ieee80211_roc_work *dep, *tmp2; in ieee80211_cancel_roc() local 2723 list_for_each_entry_safe(dep, tmp2, &roc->dependents, list) { in ieee80211_cancel_roc() 2724 if (!mgmt_tx && dep->cookie != cookie) in ieee80211_cancel_roc() 2726 else if (mgmt_tx && dep->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc() 2729 list_del(&dep->list); in ieee80211_cancel_roc() 2732 ieee80211_roc_notify_destroy(dep, true); in ieee80211_cancel_roc()
|
| /linux-4.4.14/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.4.14/net/sched/ |
| D | sch_sfq.c | 108 struct sfq_head dep; /* anchor in dep[] chains */ member 135 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member 154 return &q->slots[val].dep; in sfq_dep_head() 155 return &q->dep[val - SFQ_MAX_FLOWS]; in sfq_dep_head() 209 n = q->dep[qlen].next; in sfq_link() 211 slot->dep.next = n; in sfq_link() 212 slot->dep.prev = p; in sfq_link() 214 q->dep[qlen].next = x; /* sfq_dep_head(q, p)->next = x */ in sfq_link() 220 n = q->slots[x].dep.next; \ 221 p = q->slots[x].dep.prev; \ [all …]
|
| /linux-4.4.14/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 | head.S | 91 dep.z _idx2=_idx1,61,3;; \ 245 dep r2=0,r3,0,KERNEL_TR_PAGE_SHIFT 321 dep r18=0,r3,0,12 324 dep r2=-1,r3,61,3 // IMVA of task 329 dep r17=0,r17,8,24 391 (isBP) dep r28=-1,r28,61,3 // make address virtual 956 dep r3=0,r3,KERNEL_TR_PAGE_SHIFT,64-KERNEL_TR_PAGE_SHIFT 957 dep r14=0,r14,KERNEL_TR_PAGE_SHIFT,64-KERNEL_TR_PAGE_SHIFT
|
| 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 | entry.S | 180 dep r20=0,in0,61,3 // physical address of "next" 1119 (pKStk) dep r29=r22,r29,21,1 // I0 update ipsr.pp with psr.pp
|
| /linux-4.4.14/drivers/dma/ |
| D | dmaengine.c | 1168 struct dma_async_tx_descriptor *dep = txd_next(tx); in dma_run_dependencies() local 1172 if (!dep) in dma_run_dependencies() 1177 chan = dep->chan; in dma_run_dependencies() 1183 for (; dep; dep = dep_next) { in dma_run_dependencies() 1184 txd_lock(dep); in dma_run_dependencies() 1185 txd_clear_parent(dep); in dma_run_dependencies() 1186 dep_next = txd_next(dep); in dma_run_dependencies() 1188 txd_clear_next(dep); /* ->next will be submitted */ in dma_run_dependencies() 1191 txd_unlock(dep); in dma_run_dependencies() 1193 dep->tx_submit(dep); in dma_run_dependencies()
|
| /linux-4.4.14/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.4.14/arch/frv/boot/ |
| D | Makefile | 50 compressed/$(LINUX): $(LINUX) dep 76 dep: target
|
| /linux-4.4.14/tools/build/ |
| D | Build.include | 61 dep-cmd = $(if $(wildcard $(fixdep)), \ 66 printf '\# using basic dep data\n\n' >> $(dot-target).cmd; \ 76 $(echo-cmd) $(cmd_$(1)) && $(dep-cmd))
|
| /linux-4.4.14/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.4.14/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.4.14/drivers/nfc/st21nfca/ |
| D | Makefile | 5 st21nfca_hci-objs = core.o dep.o se.o vendor_cmds.o
|
| /linux-4.4.14/drivers/acpi/ |
| D | scan.c | 1561 struct acpi_dep_data *dep; in acpi_device_dep_initialize() local 1598 dep = kzalloc(sizeof(struct acpi_dep_data), GFP_KERNEL); in acpi_device_dep_initialize() 1599 if (!dep) in acpi_device_dep_initialize() 1602 dep->master = dep_devices.handles[i]; in acpi_device_dep_initialize() 1603 dep->slave = adev->handle; in acpi_device_dep_initialize() 1607 list_add_tail(&dep->node , &acpi_dep_list); in acpi_device_dep_initialize() 1787 struct acpi_dep_data *dep, *tmp; in acpi_walk_dep_device_list() local 1791 list_for_each_entry_safe(dep, tmp, &acpi_dep_list, node) { in acpi_walk_dep_device_list() 1792 if (dep->master == handle) { in acpi_walk_dep_device_list() 1793 acpi_bus_get_device(dep->slave, &adev); in acpi_walk_dep_device_list() [all …]
|
| /linux-4.4.14/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.4.14/fs/hpfs/ |
| D | namei.c | 520 struct hpfs_dirent *dep, *nde; in hpfs_rename() local 541 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename() 546 copy_de(&de, dep); in hpfs_rename() 551 if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 1)) != 2) { in hpfs_rename() 578 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename() 584 if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 0))) { in hpfs_rename()
|
| /linux-4.4.14/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.4.14/fs/fscache/ |
| D | object.c | 842 struct fscache_object *dep; in fscache_enqueue_dependents() local 853 dep = list_entry(object->dependents.next, in fscache_enqueue_dependents() 855 list_del_init(&dep->dep_link); in fscache_enqueue_dependents() 857 fscache_raise_event(dep, event); in fscache_enqueue_dependents() 858 fscache_put_object(dep); in fscache_enqueue_dependents()
|
| /linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
| D | ptc_deadlock.S | 37 dep piowcphy=-1,piowcphy,63,1
|
| /linux-4.4.14/drivers/usb/gadget/udc/ |
| D | net2280.c | 1921 writel(0, &dev->dep[i].dep_cfg); in defect7374_disable_data_eps() 1971 writel(tmp, &dev->dep[1].dep_cfg); in defect7374_enable_data_eps_zero() 1972 writel(tmp, &dev->dep[3].dep_cfg); in defect7374_enable_data_eps_zero() 1973 writel(tmp, &dev->dep[4].dep_cfg); in defect7374_enable_data_eps_zero() 1974 writel(tmp, &dev->dep[5].dep_cfg); in defect7374_enable_data_eps_zero() 2151 writel(EP_DONTUSE, &dev->dep[tmp].dep_cfg); in usb_reinit_228x() 2249 writel(0x0D, &dev->dep[0].dep_cfg); in usb_reinit_338x() 2250 writel(0x0D, &dev->dep[1].dep_cfg); in usb_reinit_338x() 2251 writel(0x0E, &dev->dep[2].dep_cfg); in usb_reinit_338x() 2252 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.4.14/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.4.14/sound/core/ |
| D | pcm_lib.c | 1142 int dep, ...) in snd_pcm_hw_rule_add() argument 1148 va_start(args, dep); in snd_pcm_hw_rule_add() 1176 c->deps[k++] = dep; in snd_pcm_hw_rule_add() 1177 if (dep < 0) in snd_pcm_hw_rule_add() 1179 dep = va_arg(args, int); in snd_pcm_hw_rule_add()
|
| /linux-4.4.14/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 */ 581 dep \pte,8,7,\prot
|
| /linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
| D | hash.c | 980 int dep; in cfs_hash_dep_print() local 986 dep = hs->hs_dep_max; in cfs_hash_dep_print() 993 hs->hs_name, bits, dep, bkt, off); in cfs_hash_dep_print()
|
| /linux-4.4.14/Documentation/dvb/ |
| D | ci.txt | 202 | do (H/W dep) |
|
| /linux-4.4.14/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.4.14/include/sound/ |
| D | pcm.h | 1025 int dep, ...);
|
| /linux-4.4.14/Documentation/serial/ |
| D | moxa-smartio | 359 c. make dep /* take a few minutes */
|
| /linux-4.4.14/Documentation/filesystems/cifs/ |
| D | README | 38 5) make dep
|
| /linux-4.4.14/Documentation/virtual/uml/ |
| D | UserModeLinux-HOWTO.txt | 3800 clean, distclean, or mrproper, config, menuconfig, or xconfig, dep,
|