/linux/drivers/usb/dwc3/ |
A D | gadget.c | 476 dep->trb_pool, dep->trb_pool_dma); in dwc3_free_trb_pool() 1107 req->dep = dep; in dwc3_gadget_ep_alloc_request() 1152 if (dep->trb_enqueue == dep->trb_dequeue) { in dwc3_calc_trbs_left() 1166 if (dep->trb_dequeue < dep->trb_enqueue) in dwc3_calc_trbs_left() 1310 trb = &dep->trb_pool[dep->trb_enqueue]; in dwc3_prepare_one_trb() 1745 dep->frame_number |= dep->combo_num << 14; in dwc3_gadget_start_isoc_quirk() 1934 trb = &dep->trb_pool[dep->trb_dequeue]; in dwc3_gadget_ep_skip_trbs() 2135 if (dep->number == 0 || dep->number == 1) in dwc3_gadget_ep_set_wedge() 2987 dep = kzalloc(sizeof(*dep), GFP_KERNEL); in dwc3_gadget_init_endpoint() 3002 dep->endpoint.name = dep->name; in dwc3_gadget_init_endpoint() [all …]
|
A D | ep0.c | 40 dwc = dep->dwc; in dwc3_ep0_prepare_one_trb() 44 dep->trb_enqueue++; in dwc3_ep0_prepare_one_trb() 72 dwc = dep->dwc; in dwc3_ep0_start_trans() 202 dep->name); in dwc3_gadget_ep0_queue() 226 dep = dwc->eps[1]; in dwc3_ep0_stall_and_restart() 295 if (dep == NULL) in dwc3_wIndex_to_dep() 299 return dep; in dwc3_wIndex_to_dep() 353 if (!dep) in dwc3_ep0_handle_status() 367 dwc->ep0_usb_req.dep = dep; in dwc3_ep0_handle_status() 521 if (!dep) in dwc3_ep0_handle_endpoint() [all …]
|
A D | trace.h | 107 __string(name, req->dep->name) 190 __string(name, dep->name) 221 TP_ARGS(dep, trb), 223 __string(name, dep->name) 282 TP_ARGS(dep, trb) 287 TP_ARGS(dep, trb) 292 TP_ARGS(dep), 294 __string(name, dep->name) 310 __entry->flags = dep->flags; 331 TP_ARGS(dep) [all …]
|
A D | gadget.h | 84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() local 87 list_move_tail(&req->list, &dep->started_list); in dwc3_gadget_move_started_request() 101 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_cancelled_request() local 104 list_move_tail(&req->list, &dep->cancelled_list); in dwc3_gadget_move_cancelled_request() 107 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, 117 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol); 127 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index() argument 131 res_id = dwc3_readl(dep->regs, DWC3_DEPCMD); in dwc3_gadget_ep_get_transfer_index() 132 dep->resource_index = DWC3_DEPCMD_GET_RSC_IDX(res_id); in dwc3_gadget_ep_get_transfer_index()
|
A D | debugfs.c | 639 struct dwc3 *dwc = dep->dwc; in dwc3_tx_fifo_size_show() 661 struct dwc3 *dwc = dep->dwc; in dwc3_rx_fifo_size_show() 683 struct dwc3 *dwc = dep->dwc; in dwc3_tx_request_queue_show() 698 struct dwc3 *dwc = dep->dwc; in dwc3_rx_request_queue_show() 713 struct dwc3 *dwc = dep->dwc; in dwc3_rx_info_queue_show() 728 struct dwc3 *dwc = dep->dwc; in dwc3_descriptor_fetch_queue_show() 743 struct dwc3 *dwc = dep->dwc; in dwc3_event_queue_show() 758 struct dwc3 *dwc = dep->dwc; in dwc3_transfer_type_show() 762 if (!(dep->flags & DWC3_EP_ENABLED) || !dep->endpoint.desc) { in dwc3_transfer_type_show() 793 struct dwc3 *dwc = dep->dwc; in dwc3_trb_ring_show() [all …]
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_scheduler.c | 245 node = dep->signaler; in __i915_schedule() 339 dep->signaler = signal; in __i915_sched_node_add_dependency() 340 dep->waiter = node; in __i915_sched_node_add_dependency() 341 dep->flags = flags; in __i915_sched_node_add_dependency() 361 struct i915_dependency *dep; in i915_sched_node_add_dependency() local 364 if (!dep) in i915_sched_node_add_dependency() 369 i915_dependency_free(dep); in i915_sched_node_add_dependency() 391 i915_dependency_free(dep); in i915_sched_node_fini() 402 i915_dependency_free(dep); in i915_sched_node_fini() 414 struct i915_dependency *dep; in i915_request_show_with_schedule() local [all …]
|
/linux/arch/ia64/include/asm/ |
A 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/scripts/kconfig/ |
A D | menu.c | 110 current_entry->dep = expr_alloc_and(current_entry->dep, dep); in menu_add_dep() 158 struct expr *dep) in menu_add_prompt() argument 380 dep = expr_transform(dep); in menu_finalize() 381 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize() 382 dep = expr_eliminate_dups(dep); in menu_finalize() 384 dep = expr_trans_bool(dep); in menu_finalize() 442 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize() 459 dep = expr_trans_compare(dep, E_UNEQUAL, &symbol_no); in menu_finalize() 460 dep = expr_eliminate_dups(expr_transform(dep)); in menu_finalize() 463 expr_free(dep); in menu_finalize() [all …]
|
A D | lkc.h | 87 void menu_add_dep(struct expr *dep); 88 void menu_add_visibility(struct expr *dep); 89 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 90 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 91 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
|
A D | expr.h | 49 #define EXPR_NOT(dep) (2-(dep)) argument 250 struct expr *dep; member 302 int expr_contains_symbol(struct expr *dep, struct symbol *sym); 303 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
|
A D | expr.c | 853 if (!dep) in expr_contains_symbol() 856 switch (dep->type) { in expr_contains_symbol() 862 return dep->left.sym == sym; in expr_contains_symbol() 869 return dep->left.sym == sym || in expr_contains_symbol() 870 dep->right.sym == sym; in expr_contains_symbol() 881 if (!dep) in expr_depends_symbol() 884 switch (dep->type) { in expr_depends_symbol() 889 return dep->left.sym == sym; in expr_depends_symbol() 891 if (dep->left.sym == sym) { in expr_depends_symbol() 892 if (dep->right.sym == &symbol_yes || dep->right.sym == &symbol_mod) in expr_depends_symbol() [all …]
|
A 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";
|
/linux/fs/xfs/libxfs/ |
A D | xfs_dir2_block.c | 557 (char *)dep - (char *)hdr)); in xfs_dir2_block_addname() 571 dep->namelen = args->namelen; in xfs_dir2_block_addname() 666 error = xfs_dir_cilookup_result(args, dep->name, dep->namelen); in xfs_dir2_block_lookup() 748 cmp = xfs_dir2_compname(args, dep->name, dep->namelen); in xfs_dir2_block_lookup_int() 1171 dep = bp->b_addr + offset; in xfs_dir2_sf_to_block() 1173 dep->namelen = 1; in xfs_dir2_sf_to_block() 1174 dep->name[0] = '.'; in xfs_dir2_sf_to_block() 1186 dep = bp->b_addr + offset; in xfs_dir2_sf_to_block() 1188 dep->namelen = 2; in xfs_dir2_sf_to_block() 1189 dep->name[0] = dep->name[1] = '.'; in xfs_dir2_sf_to_block() [all …]
|
A D | xfs_dir2_data.c | 43 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_entry_tag_p() argument 45 return (__be16 *)((char *)dep + in xfs_dir2_data_entry_tag_p() 52 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_get_ftype() argument 55 uint8_t ftype = dep->name[dep->namelen]; in xfs_dir2_data_get_ftype() 67 struct xfs_dir2_data_entry *dep, in xfs_dir2_data_put_ftype() argument 71 ASSERT(dep->namelen != 0); in xfs_dir2_data_put_ftype() 74 dep->name[dep->namelen] = ftype; in xfs_dir2_data_put_ftype() 219 if (dep->namelen == 0) in __xfs_dir3_data_check() 235 ((char *)dep - (char *)hdr)); in __xfs_dir3_data_check() 236 name.name = dep->name; in __xfs_dir3_data_check() [all …]
|
A D | xfs_dir2_sf.c | 217 isdot = dep->namelen == 1 && dep->name[0] == '.'; in xfs_dir2_block_sfsize() 219 dep->namelen == 2 && in xfs_dir2_block_sfsize() 220 dep->name[0] == '.' && dep->name[1] == '.'; in xfs_dir2_block_sfsize() 230 parent = be64_to_cpu(dep->inumber); in xfs_dir2_block_sfsize() 303 if (dep->namelen == 1 && dep->name[0] == '.') in xfs_dir2_block_to_sf() 308 else if (dep->namelen == 2 && in xfs_dir2_block_to_sf() 309 dep->name[0] == '.' && dep->name[1] == '.') in xfs_dir2_block_to_sf() 310 ASSERT(be64_to_cpu(dep->inumber) == in xfs_dir2_block_to_sf() 316 sfep->namelen = dep->namelen; in xfs_dir2_block_to_sf() 318 memcpy(sfep->name, dep->name, dep->namelen); in xfs_dir2_block_to_sf() [all …]
|
A D | xfs_dir2_leaf.c | 861 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_leaf_addname() 862 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_leaf_addname() 863 dep->namelen = args->namelen; in xfs_dir2_leaf_addname() 864 memcpy(dep->name, args->name, dep->namelen); in xfs_dir2_leaf_addname() 878 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_leaf_addname() 1188 dep = (xfs_dir2_data_entry_t *) in xfs_dir2_leaf_lookup() 1194 args->inumber = be64_to_cpu(dep->inumber); in xfs_dir2_leaf_lookup() 1196 error = xfs_dir_cilookup_result(args, dep->name, dep->namelen); in xfs_dir2_leaf_lookup() 1293 cmp = xfs_dir2_compname(args, dep->name, dep->namelen); in xfs_dir2_leaf_lookup_int() 1518 dep = (xfs_dir2_data_entry_t *) in xfs_dir2_leaf_replace() [all …]
|
A D | xfs_dir2_node.c | 881 cmp = xfs_dir2_compname(args, dep->name, dep->namelen); in xfs_dir2_leafn_lookup_for_entry() 1970 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_node_addname_int() 1971 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_node_addname_int() 1972 dep->namelen = args->namelen; in xfs_dir2_node_addname_int() 1973 memcpy(dep->name, args->name, dep->namelen); in xfs_dir2_node_addname_int() 1977 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_node_addname_int() 2097 xfs_dir2_data_entry_t *dep; in xfs_dir2_node_lookup() local 2099 dep = (xfs_dir2_data_entry_t *) in xfs_dir2_node_lookup() 2102 rval = xfs_dir_cilookup_result(args, dep->name, dep->namelen); in xfs_dir2_node_lookup() 2242 dep = (xfs_dir2_data_entry_t *) in xfs_dir2_node_replace() [all …]
|
/linux/scripts/ |
A 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/fs/xfs/ |
A D | xfs_dir2_readdir.c | 212 !xfs_dir2_namecheck(dep->name, in xfs_dir2_block_getdents() 213 dep->namelen))) { in xfs_dir2_block_getdents() 217 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_block_getdents() 218 be64_to_cpu(dep->inumber), in xfs_dir2_block_getdents() 425 dep = bp->b_addr + offset; in xfs_dir2_leaf_getdents() 427 dep->namelen); in xfs_dir2_leaf_getdents() 457 dep = bp->b_addr + offset; in xfs_dir2_leaf_getdents() 463 !xfs_dir2_namecheck(dep->name, in xfs_dir2_leaf_getdents() 464 dep->namelen))) { in xfs_dir2_leaf_getdents() 468 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_leaf_getdents() [all …]
|
/linux/drivers/usb/host/ |
A D | xhci-dbgcap.c | 323 dbc_ep_dma_direction(dep)); in dbc_ep_do_queue() 359 struct dbc_ep *dep; in xhci_dbc_do_eps_init() local 361 dep = &dbc->eps[direction]; in xhci_dbc_do_eps_init() 362 dep->dbc = dbc; in xhci_dbc_do_eps_init() 363 dep->direction = direction; in xhci_dbc_do_eps_init() 684 struct dbc_ep *dep; in dbc_handle_xfer_event() local 695 dep = (ep_id == EPID_OUT) ? in dbc_handle_xfer_event() 697 ring = dep->ring; in dbc_handle_xfer_event() 753 struct dbc_ep *dep; in xhci_dbc_do_handle_events() local 813 dep = get_in_ep(dbc); in xhci_dbc_do_handle_events() [all …]
|
/linux/drivers/acpi/ |
A D | power.c | 252 struct acpi_power_dependent_device *dep; in acpi_power_resource_add_dependent() local 258 if (dep->dev == dev) in acpi_power_resource_add_dependent() 262 dep = kzalloc(sizeof(*dep), GFP_KERNEL); in acpi_power_resource_add_dependent() 263 if (!dep) { in acpi_power_resource_add_dependent() 268 dep->dev = dev; in acpi_power_resource_add_dependent() 282 struct acpi_power_dependent_device *dep; in acpi_power_resource_remove_dependent() local 286 if (dep->dev == dev) { in acpi_power_resource_remove_dependent() 287 list_del(&dep->node); in acpi_power_resource_remove_dependent() 288 kfree(dep); in acpi_power_resource_remove_dependent() 364 struct acpi_power_dependent_device *dep; in __acpi_power_on() local [all …]
|
A D | scan.c | 1762 struct acpi_dep_data *dep; in acpi_scan_dep_init() local 1765 if (dep->consumer == adev->handle) in acpi_scan_dep_init() 1969 struct acpi_dep_data *dep; in acpi_scan_check_dep() local 1984 dep = kzalloc(sizeof(*dep), GFP_KERNEL); in acpi_scan_check_dep() 1985 if (!dep) in acpi_scan_check_dep() 1991 dep->consumer = handle; in acpi_scan_check_dep() 2271 list_del(&dep->node); in acpi_scan_clear_dep() 2272 kfree(dep); in acpi_scan_clear_dep() 2293 struct acpi_dep_data *dep, *tmp; in acpi_walk_dep_device_list() local 2298 if (dep->supplier == handle) { in acpi_walk_dep_device_list() [all …]
|
/linux/arch/powerpc/include/asm/ |
A D | async_tx.h | 16 #define async_tx_find_channel(dep, cap, dst_lst, dst_cnt, src_lst, \ argument 22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument 23 __async_tx_find_channel(dep, type)
|
/linux/net/sched/ |
A D | sch_sfq.c | 133 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member 153 return &q->slots[val].dep; in sfq_dep_head() 154 return &q->dep[val - SFQ_MAX_FLOWS]; in sfq_dep_head() 210 n = q->dep[qlen].next; in sfq_link() 212 slot->dep.next = n; in sfq_link() 213 slot->dep.prev = p; in sfq_link() 221 n = q->slots[x].dep.next; \ 222 p = q->slots[x].dep.prev; \ 303 x = q->dep[d].next; in sfq_drop() 746 q->dep[i].next = i + SFQ_MAX_FLOWS; in sfq_init() [all …]
|
/linux/arch/ia64/kernel/ |
A D | ivt.S | 133 (p8) dep r25=r18,r25,2,6 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) 417 (p12) dep r17=-1,r17,4,1 // set ma=UC for region 6 addr 420 dep r21=-1,r21,IA64_PSR_ED_BIT,1 799 dep r29=r8,r29,41,2 // I0 insert new ei into cr.ipsr 966 dep r19=0,r19,38,26 // clear all bits but 0..37 [I0] 1205 dep r16=-1,r16,IA64_PSR_ED_BIT,1 [all …]
|