/Linux-v4.19/drivers/usb/dwc3/ |
D | gadget.c | 158 static void dwc3_ep_inc_enq(struct dwc3_ep *dep) in dwc3_ep_inc_enq() argument 160 dwc3_ep_inc_trb(&dep->trb_enqueue); in dwc3_ep_inc_enq() 167 static void dwc3_ep_inc_deq(struct dwc3_ep *dep) in dwc3_ep_inc_deq() argument 169 dwc3_ep_inc_trb(&dep->trb_dequeue); in dwc3_ep_inc_deq() 172 static void dwc3_gadget_del_and_unmap_request(struct dwc3_ep *dep, in dwc3_gadget_del_and_unmap_request() argument 175 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_del_and_unmap_request() 191 if (dep->number > 1) in dwc3_gadget_del_and_unmap_request() 205 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() argument 208 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_giveback() 210 dwc3_gadget_del_and_unmap_request(dep, req, status); in dwc3_gadget_giveback() [all …]
|
D | ep0.c | 30 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep); 32 struct dwc3_ep *dep, struct dwc3_request *req); 34 static void dwc3_ep0_prepare_one_trb(struct dwc3_ep *dep, in dwc3_ep0_prepare_one_trb() argument 40 dwc = dep->dwc; in dwc3_ep0_prepare_one_trb() 41 trb = &dwc->ep0_trb[dep->trb_enqueue]; in dwc3_ep0_prepare_one_trb() 44 dep->trb_enqueue++; in dwc3_ep0_prepare_one_trb() 60 trace_dwc3_prepare_trb(dep, trb); in dwc3_ep0_prepare_one_trb() 63 static int dwc3_ep0_start_trans(struct dwc3_ep *dep) in dwc3_ep0_start_trans() argument 69 if (dep->flags & DWC3_EP_TRANSFER_STARTED) in dwc3_ep0_start_trans() 72 dwc = dep->dwc; in dwc3_ep0_start_trans() [all …]
|
D | trace.h | 104 __string(name, req->dep->name) 114 __assign_str(name, req->dep->name); 183 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 185 TP_ARGS(dep, cmd, params, cmd_status), 187 __string(name, dep->name) 195 __assign_str(name, dep->name); 211 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd, 213 TP_ARGS(dep, cmd, params, cmd_status) 217 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb), 218 TP_ARGS(dep, trb), [all …]
|
D | debugfs.c | 501 struct dwc3_ep *dep = s->private; in dwc3_tx_fifo_queue_show() local 502 struct dwc3 *dwc = dep->dwc; in dwc3_tx_fifo_queue_show() 507 val = dwc3_core_fifo_space(dep, DWC3_TXFIFOQ); in dwc3_tx_fifo_queue_show() 516 struct dwc3_ep *dep = s->private; in dwc3_rx_fifo_queue_show() local 517 struct dwc3 *dwc = dep->dwc; in dwc3_rx_fifo_queue_show() 522 val = dwc3_core_fifo_space(dep, DWC3_RXFIFOQ); in dwc3_rx_fifo_queue_show() 531 struct dwc3_ep *dep = s->private; in dwc3_tx_request_queue_show() local 532 struct dwc3 *dwc = dep->dwc; in dwc3_tx_request_queue_show() 537 val = dwc3_core_fifo_space(dep, DWC3_TXREQQ); in dwc3_tx_request_queue_show() 546 struct dwc3_ep *dep = s->private; in dwc3_rx_request_queue_show() local [all …]
|
D | gadget.h | 76 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() local 79 list_move_tail(&req->list, &dep->started_list); in dwc3_gadget_move_started_request() 82 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, 92 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol); 101 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index() argument 105 res_id = dwc3_readl(dep->regs, DWC3_DEPCMD); in dwc3_gadget_ep_get_transfer_index() 106 dep->resource_index = DWC3_DEPCMD_GET_RSC_IDX(res_id); in dwc3_gadget_ep_get_transfer_index()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | mca_asm.h | 36 dep addr = 0, addr, 61, 3 53 dep addr = temp, addr, 61, 3 86 dep old_psr = 0, old_psr, 32, 32; \ 104 dep temp2 = 0, temp2, PSR_IC, 2; \ 109 dep temp1 = 0, temp1, 32, 32; \ 111 dep temp1 = 0, temp1, PSR_IT, 1; \ 113 dep temp1 = 0, temp1, PSR_DT, 1; \ 115 dep temp1 = 0, temp1, PSR_RT, 1; \ 117 dep temp1 = 0, temp1, PSR_I, 1; \ 119 dep temp1 = 0, temp1, PSR_IC, 1; \ [all …]
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 332 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_addname() local 525 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_block_addname() 531 (char *)dep - (char *)hdr)); in xfs_dir2_block_addname() 544 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_block_addname() 545 dep->namelen = args->namelen; in xfs_dir2_block_addname() 546 memcpy(dep->name, args->name, args->namelen); in xfs_dir2_block_addname() 547 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_addname() 548 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_block_addname() 549 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_block_addname() 558 xfs_dir2_data_log_entry(args, bp, dep); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_sf.c | 59 xfs_dir2_data_entry_t *dep; /* data entry in the block */ in xfs_dir2_block_sfsize() local 93 dep = (xfs_dir2_data_entry_t *)((char *)hdr + in xfs_dir2_block_sfsize() 100 isdot = dep->namelen == 1 && dep->name[0] == '.'; in xfs_dir2_block_sfsize() 102 dep->namelen == 2 && in xfs_dir2_block_sfsize() 103 dep->name[0] == '.' && dep->name[1] == '.'; in xfs_dir2_block_sfsize() 106 i8count += be64_to_cpu(dep->inumber) > XFS_DIR2_MAX_SHORT_INUM; in xfs_dir2_block_sfsize() 111 namelen += dep->namelen + has_ftype; in xfs_dir2_block_sfsize() 113 parent = be64_to_cpu(dep->inumber); in xfs_dir2_block_sfsize() 147 xfs_dir2_data_entry_t *dep; /* data entry pointer */ in xfs_dir2_block_to_sf() local 198 dep = (xfs_dir2_data_entry_t *)ptr; in xfs_dir2_block_to_sf() [all …]
|
D | xfs_da_format.c | 235 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_get_ftype() argument 242 struct xfs_dir2_data_entry *dep, in xfs_dir2_data_put_ftype() argument 250 struct xfs_dir2_data_entry *dep) in xfs_dir3_data_get_ftype() argument 252 uint8_t ftype = dep->name[dep->namelen]; in xfs_dir3_data_get_ftype() 261 struct xfs_dir2_data_entry *dep, in xfs_dir3_data_put_ftype() argument 265 ASSERT(dep->namelen != 0); in xfs_dir3_data_put_ftype() 267 dep->name[dep->namelen] = type; in xfs_dir3_data_put_ftype() 275 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_entry_tag_p() argument 277 return (__be16 *)((char *)dep + in xfs_dir2_data_entry_tag_p() 278 xfs_dir2_data_entsize(dep->namelen) - sizeof(__be16)); in xfs_dir2_data_entry_tag_p() [all …]
|
D | xfs_dir2_data.c | 44 xfs_dir2_data_entry_t *dep; /* data entry */ in __xfs_dir3_data_check() local 175 dep = (xfs_dir2_data_entry_t *)p; in __xfs_dir3_data_check() 176 if (dep->namelen == 0) in __xfs_dir3_data_check() 178 if (xfs_dir_ino_validate(mp, be64_to_cpu(dep->inumber))) in __xfs_dir3_data_check() 180 if (endp < p + ops->data_entsize(dep->namelen)) in __xfs_dir3_data_check() 182 if (be16_to_cpu(*ops->data_entry_tag_p(dep)) != in __xfs_dir3_data_check() 183 (char *)dep - (char *)hdr) in __xfs_dir3_data_check() 185 if (ops->data_get_ftype(dep) >= XFS_DIR3_FT_MAX) in __xfs_dir3_data_check() 193 ((char *)dep - (char *)hdr)); in __xfs_dir3_data_check() 194 name.name = dep->name; in __xfs_dir3_data_check() [all …]
|
D | xfs_dir2_leaf.c | 630 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_addname() local 878 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_leaf_addname() 879 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_leaf_addname() 880 dep->namelen = args->namelen; in xfs_dir2_leaf_addname() 881 memcpy(dep->name, args->name, dep->namelen); in xfs_dir2_leaf_addname() 882 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_addname() 883 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_leaf_addname() 884 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname() 895 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_leaf_addname() 1177 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_lookup() local [all …]
|
D | xfs_dir2_node.c | 727 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_lookup_for_entry() local 813 dep = (xfs_dir2_data_entry_t *)((char *)curbp->b_addr + in xfs_dir2_leafn_lookup_for_entry() 821 cmp = mp->m_dirnameops->compname(args, dep->name, dep->namelen); in xfs_dir2_leafn_lookup_for_entry() 828 args->inumber = be64_to_cpu(dep->inumber); in xfs_dir2_leafn_lookup_for_entry() 829 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leafn_lookup_for_entry() 834 state->extrablk.index = (int)((char *)dep - in xfs_dir2_leafn_lookup_for_entry() 1212 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_remove() local 1263 dep = (xfs_dir2_data_entry_t *)((char *)hdr + off); in xfs_dir2_leafn_remove() 1268 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_leafn_remove() 1698 xfs_dir2_data_entry_t *dep; /* data entry pointer */ in xfs_dir2_node_addname_int() local [all …]
|
/Linux-v4.19/scripts/kconfig/ |
D | menu.c | 106 void menu_add_dep(struct expr *dep) in menu_add_dep() argument 108 current_entry->dep = expr_alloc_and(current_entry->dep, dep); in menu_add_dep() 127 …uct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) in menu_add_prop() argument 133 prop->visible.expr = dep; in menu_add_prop() 177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() argument 179 return menu_add_prop(type, prompt, NULL, dep); in menu_add_prompt() 188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() argument 190 menu_add_prop(type, NULL, expr, dep); in menu_add_expr() 193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() argument 195 menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep); in menu_add_symbol() [all …]
|
D | lkc.h | 89 void menu_add_dep(struct expr *dep); 90 void menu_add_visibility(struct expr *dep); 91 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 92 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 93 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 253 struct expr *dep; member 307 int expr_contains_symbol(struct expr *dep, struct symbol *sym); 308 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
|
D | streamline_config.pl | 224 my $dep = $3; 225 if ($dep !~ /^\s*(y|m|n)\s*$/) { 226 $dep =~ s/.*\sif\s+//; 227 $depends{$config} .= " " . $dep; 228 dprint "Added default depends $dep to $config\n";
|
D | expr.c | 843 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() argument 845 if (!dep) in expr_contains_symbol() 848 switch (dep->type) { in expr_contains_symbol() 851 return expr_contains_symbol(dep->left.expr, sym) || in expr_contains_symbol() 852 expr_contains_symbol(dep->right.expr, sym); in expr_contains_symbol() 854 return dep->left.sym == sym; in expr_contains_symbol() 861 return dep->left.sym == sym || in expr_contains_symbol() 862 dep->right.sym == sym; in expr_contains_symbol() 864 return expr_contains_symbol(dep->left.expr, sym); in expr_contains_symbol() 871 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() argument [all …]
|
/Linux-v4.19/scripts/ |
D | headerdep.pl | 105 if(my($dep) = ($line =~ m/^#\s*include\s*<(.*?)>/)) { 106 push @queue, $dep; 107 push @{$deps{$header}}, [$i + 1, $dep]; 148 for my $dep (@{$deps{$name}}) { 149 my $chain = [@$top, [$dep->[0], $dep->[1]]]; 153 if(grep { $_->[1] eq $dep->[1] } @$top) { 186 for my $dep (@{$deps{$header}}) { 188 mangle($header), mangle($dep->[1]);
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-dbgcap.c | 138 struct dbc_ep *dep = req->dep; in xhci_dbc_giveback() local 139 struct xhci_dbc *dbc = dep->dbc; in xhci_dbc_giveback() 155 dbc_ep_dma_direction(dep)); in xhci_dbc_giveback() 176 static void xhci_dbc_flush_endpoint_requests(struct dbc_ep *dep) in xhci_dbc_flush_endpoint_requests() argument 180 list_for_each_entry_safe(req, tmp, &dep->list_pending, list_pending) in xhci_dbc_flush_endpoint_requests() 191 dbc_alloc_request(struct dbc_ep *dep, gfp_t gfp_flags) in dbc_alloc_request() argument 199 req->dep = dep; in dbc_alloc_request() 202 req->direction = dep->direction; in dbc_alloc_request() 210 dbc_free_request(struct dbc_ep *dep, struct dbc_request *req) in dbc_free_request() argument 240 static int xhci_dbc_queue_bulk_tx(struct dbc_ep *dep, in xhci_dbc_queue_bulk_tx() argument [all …]
|
D | xhci-dbgcap.h | 97 struct dbc_ep *dep; member 202 struct dbc_request *dbc_alloc_request(struct dbc_ep *dep, gfp_t gfp_flags); 203 void dbc_free_request(struct dbc_ep *dep, struct dbc_request *req); 204 int dbc_ep_queue(struct dbc_ep *dep, struct dbc_request *req, gfp_t gfp_flags);
|
/Linux-v4.19/fs/xfs/ |
D | xfs_dir2_readdir.c | 143 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_getdents() local 194 dep = (xfs_dir2_data_entry_t *)ptr; in xfs_dir2_block_getdents() 199 ptr += dp->d_ops->data_entsize(dep->namelen); in xfs_dir2_block_getdents() 203 if ((char *)dep - (char *)hdr < wantoff) in xfs_dir2_block_getdents() 207 (char *)dep - (char *)hdr); in xfs_dir2_block_getdents() 210 filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_getdents() 214 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_block_getdents() 215 be64_to_cpu(dep->inumber), in xfs_dir2_block_getdents() 351 xfs_dir2_data_entry_t *dep; /* data entry */ in xfs_dir2_leaf_getdents() local 425 dep = (xfs_dir2_data_entry_t *)ptr; in xfs_dir2_leaf_getdents() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_request.c | 122 struct i915_dependency *dep) in i915_dependency_free() argument 124 kmem_cache_free(i915->dependencies, dep); in i915_dependency_free() 130 struct i915_dependency *dep, in __i915_sched_node_add_dependency() argument 133 INIT_LIST_HEAD(&dep->dfs_link); in __i915_sched_node_add_dependency() 134 list_add(&dep->wait_link, &signal->waiters_list); in __i915_sched_node_add_dependency() 135 list_add(&dep->signal_link, &node->signalers_list); in __i915_sched_node_add_dependency() 136 dep->signaler = signal; in __i915_sched_node_add_dependency() 137 dep->flags = flags; in __i915_sched_node_add_dependency() 145 struct i915_dependency *dep; in i915_sched_node_add_dependency() local 147 dep = i915_dependency_alloc(i915); in i915_sched_node_add_dependency() [all …]
|
/Linux-v4.19/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-v4.19/net/sched/ |
D | sch_sfq.c | 109 struct sfq_head dep; /* anchor in dep[] chains */ member 137 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member 157 return &q->slots[val].dep; in sfq_dep_head() 158 return &q->dep[val - SFQ_MAX_FLOWS]; in sfq_dep_head() 214 n = q->dep[qlen].next; in sfq_link() 216 slot->dep.next = n; in sfq_link() 217 slot->dep.prev = p; in sfq_link() 219 q->dep[qlen].next = x; /* sfq_dep_head(q, p)->next = x */ in sfq_link() 225 n = q->slots[x].dep.next; \ 226 p = q->slots[x].dep.prev; \ [all …]
|
/Linux-v4.19/arch/ia64/kernel/ |
D | ivt.S | 133 (p8) dep r25=r18,r25,2,6 140 (p7) dep r17=r17,r19,(PAGE_SHIFT-3),3 // put region number bits in place 149 (p6) dep r17=r18,r19,3,(PAGE_SHIFT-3) // r17=pgd_offset for region 5 150 (p7) dep r17=r18,r17,3,(PAGE_SHIFT-6) // r17=pgd_offset for region[0-4] 162 dep r28=r28,r17,3,(PAGE_SHIFT-3) // r28=pud_offset(pgd,addr) 168 dep r17=r18,r29,3,(PAGE_SHIFT-3) // r17=pmd_offset(pud,addr) 170 dep r17=r18,r17,3,(PAGE_SHIFT-3) // r17=pmd_offset(pgd,addr) 177 dep r21=r19,r20,3,(PAGE_SHIFT-3) // r21=pte_offset(pmd,addr) 186 dep r23=0,r20,0,PAGE_SHIFT // clear low bits to get page address 417 (p12) dep r17=-1,r17,4,1 // set ma=UC for region 6 addr [all …]
|