| /linux/drivers/usb/dwc3/ |
| A D | gadget.c | 510 dep->trb_pool, dep->trb_pool_dma); in dwc3_free_trb_pool() 1134 req->dep = dep; in dwc3_gadget_ep_alloc_request() 1179 if (dep->trb_enqueue == dep->trb_dequeue) { in dwc3_calc_trbs_left() 1193 if (dep->trb_dequeue < dep->trb_enqueue) in dwc3_calc_trbs_left() 1231 trb = &dep->trb_pool[dep->trb_enqueue]; in dwc3_prepare_one_trb() 1836 dep->frame_number |= dep->combo_num << 14; in dwc3_gadget_start_isoc_quirk() 2017 trb = &dep->trb_pool[dep->trb_dequeue]; in dwc3_gadget_ep_skip_trbs() 2238 if (dep->number == 0 || dep->number == 1) in dwc3_gadget_ep_set_wedge() 3255 dep = kzalloc(sizeof(*dep), GFP_KERNEL); in dwc3_gadget_init_endpoint() 3270 dep->endpoint.name = dep->name; in dwc3_gadget_init_endpoint() [all …]
|
| A D | ep0.c | 42 dwc = dep->dwc; in dwc3_ep0_prepare_one_trb() 46 dep->trb_enqueue++; in dwc3_ep0_prepare_one_trb() 74 dwc = dep->dwc; in dwc3_ep0_start_trans() 204 dep->name); in dwc3_gadget_ep0_queue() 321 if (dep == NULL) in dwc3_wIndex_to_dep() 325 return dep; in dwc3_wIndex_to_dep() 382 if (!dep) in dwc3_ep0_handle_status() 396 dwc->ep0_usb_req.dep = dep; in dwc3_ep0_handle_status() 548 if (!dep) in dwc3_ep0_handle_endpoint() 763 dwc->ep0_usb_req.dep = dep; in dwc3_ep0_set_sel() [all …]
|
| A D | trace.h | 105 __string(name, req->dep->name) 188 __string(name, dep->name) 219 TP_ARGS(dep, trb), 221 __string(name, dep->name) 281 TP_ARGS(dep, trb) 286 TP_ARGS(dep, trb) 291 TP_ARGS(dep), 293 __string(name, dep->name) 309 __entry->flags = dep->flags; 330 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, 113 void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep); 119 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol); 121 void dwc3_stop_active_transfer(struct dwc3_ep *dep, bool force, bool interrupt); 131 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index() argument 135 res_id = dwc3_readl(dep->regs, DWC3_DEPCMD); in dwc3_gadget_ep_get_transfer_index() [all …]
|
| A D | debugfs.c | 689 struct dwc3 *dwc = dep->dwc; in dwc3_tx_fifo_size_show() 718 struct dwc3 *dwc = dep->dwc; in dwc3_rx_fifo_size_show() 747 struct dwc3 *dwc = dep->dwc; in dwc3_tx_request_queue_show() 769 struct dwc3 *dwc = dep->dwc; in dwc3_rx_request_queue_show() 791 struct dwc3 *dwc = dep->dwc; in dwc3_rx_info_queue_show() 813 struct dwc3 *dwc = dep->dwc; in dwc3_descriptor_fetch_queue_show() 835 struct dwc3 *dwc = dep->dwc; in dwc3_event_queue_show() 861 if (!(dep->flags & DWC3_EP_ENABLED) || !dep->endpoint.desc) { in dwc3_transfer_type_show() 902 if (dep->number <= 1) { in dwc3_trb_ring_show() 994 dir = debugfs_create_dir(dep->name, dep->dwc->debug_root); in dwc3_debugfs_create_endpoint_dir() [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/scripts/kconfig/ |
| A D | menu.c | 131 current_entry->dep = expr_alloc_and(current_entry->dep, dep); in menu_add_dep() 151 struct expr *dep) in menu_add_prop() argument 162 prop->visible.expr = dep; in menu_add_prop() 179 struct expr *dep) in menu_add_prompt() argument 318 menu->dep = basedep; in _menu_finalize() 359 dep = expr_transform(dep); in _menu_finalize() 360 dep = expr_alloc_and(basedep, dep); in _menu_finalize() 361 dep = expr_eliminate_dups(dep); in _menu_finalize() 416 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in _menu_finalize() 433 dep = expr_trans_compare(dep, E_UNEQUAL, &symbol_no); in _menu_finalize() [all …]
|
| A D | lkc.h | 85 void menu_add_dep(struct expr *dep); 86 void menu_add_visibility(struct expr *dep); 88 struct expr *dep); 89 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 90 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
|
| A D | expr.h | 57 #define EXPR_NOT(dep) (2-(dep)) argument 253 struct expr *dep; member 297 bool expr_contains_symbol(struct expr *dep, struct symbol *sym); 298 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
|
| A D | expr.c | 715 if (!dep) in expr_contains_symbol() 718 switch (dep->type) { in expr_contains_symbol() 724 return dep->left.sym == sym; in expr_contains_symbol() 731 return dep->left.sym == sym || in expr_contains_symbol() 732 dep->right.sym == sym; in expr_contains_symbol() 743 if (!dep) in expr_depends_symbol() 746 switch (dep->type) { in expr_depends_symbol() 751 return dep->left.sym == sym; in expr_depends_symbol() 753 if (dep->left.sym == sym) { in expr_depends_symbol() 754 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 | 564 (char *)dep - (char *)hdr)); in xfs_dir2_block_addname() 578 dep->namelen = args->namelen; in xfs_dir2_block_addname() 673 error = xfs_dir_cilookup_result(args, dep->name, dep->namelen); in xfs_dir2_block_lookup() 755 cmp = xfs_dir2_compname(args, dep->name, dep->namelen); in xfs_dir2_block_lookup_int() 1177 dep = bp->b_addr + offset; in xfs_dir2_sf_to_block() 1179 dep->namelen = 1; in xfs_dir2_sf_to_block() 1180 dep->name[0] = '.'; in xfs_dir2_sf_to_block() 1192 dep = bp->b_addr + offset; in xfs_dir2_sf_to_block() 1194 dep->namelen = 2; in xfs_dir2_sf_to_block() 1195 dep->name[0] = dep->name[1] = '.'; in xfs_dir2_sf_to_block() [all …]
|
| A D | xfs_dir2_data.c | 44 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_entry_tag_p() argument 46 return (__be16 *)((char *)dep + in xfs_dir2_data_entry_tag_p() 53 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_get_ftype() argument 56 uint8_t ftype = dep->name[dep->namelen]; in xfs_dir2_data_get_ftype() 68 struct xfs_dir2_data_entry *dep, in xfs_dir2_data_put_ftype() argument 72 ASSERT(dep->namelen != 0); in xfs_dir2_data_put_ftype() 75 dep->name[dep->namelen] = ftype; in xfs_dir2_data_put_ftype() 240 if (dep->namelen == 0) in __xfs_dir3_data_check() 257 ((char *)dep - (char *)hdr)); in __xfs_dir3_data_check() 258 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 | 918 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_leaf_addname() 919 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_leaf_addname() 920 dep->namelen = args->namelen; in xfs_dir2_leaf_addname() 921 memcpy(dep->name, args->name, dep->namelen); in xfs_dir2_leaf_addname() 935 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_leaf_addname() 1245 dep = (xfs_dir2_data_entry_t *) in xfs_dir2_leaf_lookup() 1251 args->inumber = be64_to_cpu(dep->inumber); in xfs_dir2_leaf_lookup() 1253 error = xfs_dir_cilookup_result(args, dep->name, dep->namelen); in xfs_dir2_leaf_lookup() 1351 cmp = xfs_dir2_compname(args, dep->name, dep->namelen); in xfs_dir2_leaf_lookup_int() 1578 dep = (xfs_dir2_data_entry_t *) in xfs_dir2_leaf_replace() [all …]
|
| A D | xfs_dir2_node.c | 891 cmp = xfs_dir2_compname(args, dep->name, dep->namelen); in xfs_dir2_leafn_lookup_for_entry() 1981 dep = (xfs_dir2_data_entry_t *)dup; in xfs_dir2_node_addname_int() 1982 dep->inumber = cpu_to_be64(args->inumber); in xfs_dir2_node_addname_int() 1983 dep->namelen = args->namelen; in xfs_dir2_node_addname_int() 1984 memcpy(dep->name, args->name, dep->namelen); in xfs_dir2_node_addname_int() 1988 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_node_addname_int() 2108 xfs_dir2_data_entry_t *dep; in xfs_dir2_node_lookup() local 2110 dep = (xfs_dir2_data_entry_t *) in xfs_dir2_node_lookup() 2113 rval = xfs_dir_cilookup_result(args, dep->name, dep->namelen); in xfs_dir2_node_lookup() 2253 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 | 214 !xfs_dir2_namecheck(dep->name, in xfs_dir2_block_getdents() 215 dep->namelen))) { in xfs_dir2_block_getdents() 220 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_block_getdents() 221 be64_to_cpu(dep->inumber), in xfs_dir2_block_getdents() 432 dep = bp->b_addr + offset; in xfs_dir2_leaf_getdents() 434 dep->namelen); in xfs_dir2_leaf_getdents() 464 dep = bp->b_addr + offset; in xfs_dir2_leaf_getdents() 470 !xfs_dir2_namecheck(dep->name, in xfs_dir2_leaf_getdents() 471 dep->namelen))) { in xfs_dir2_leaf_getdents() 476 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_leaf_getdents() [all …]
|
| /linux/fs/xfs/scrub/ |
| A D | readdir.c | 128 ino = be64_to_cpu(dep->inumber); in xchk_dir_walk_block() 129 name.name = dep->name; in xchk_dir_walk_block() 130 name.len = dep->namelen; in xchk_dir_walk_block() 131 name.type = xfs_dir2_data_get_ftype(mp, dep); in xchk_dir_walk_block() 201 struct xfs_dir2_data_entry *dep; in xchk_dir_walk_leaf() local 238 dep = bp->b_addr + offset; in xchk_dir_walk_leaf() 239 length = xfs_dir2_data_entsize(mp, dep->namelen); in xchk_dir_walk_leaf() 242 ino = be64_to_cpu(dep->inumber); in xchk_dir_walk_leaf() 243 name.name = dep->name; in xchk_dir_walk_leaf() 244 name.len = dep->namelen; in xchk_dir_walk_leaf() [all …]
|
| /linux/drivers/acpi/ |
| A D | power.c | 253 struct acpi_power_dependent_device *dep; in acpi_power_resource_add_dependent() local 259 if (dep->dev == dev) in acpi_power_resource_add_dependent() 263 dep = kzalloc(sizeof(*dep), GFP_KERNEL); in acpi_power_resource_add_dependent() 264 if (!dep) { in acpi_power_resource_add_dependent() 269 dep->dev = dev; in acpi_power_resource_add_dependent() 283 struct acpi_power_dependent_device *dep; in acpi_power_resource_remove_dependent() local 287 if (dep->dev == dev) { in acpi_power_resource_remove_dependent() 288 list_del(&dep->node); in acpi_power_resource_remove_dependent() 289 kfree(dep); in acpi_power_resource_remove_dependent() 365 struct acpi_power_dependent_device *dep; in __acpi_power_on() local [all …]
|
| A D | scan.c | 1844 struct acpi_dep_data *dep; in acpi_scan_dep_init() local 1848 if (dep->honor_dep) in acpi_scan_dep_init() 1851 if (!dep->met) in acpi_scan_dep_init() 2041 dep = kzalloc(sizeof(*dep), GFP_KERNEL); in acpi_scan_add_dep() 2042 if (!dep) in acpi_scan_add_dep() 2048 dep->consumer = handle; in acpi_scan_add_dep() 2407 list_del(&dep->node); in acpi_scan_delete_dep_data() 2408 kfree(dep); in acpi_scan_delete_dep_data() 2421 if (dep->free_when_met) in acpi_scan_clear_dep() 2424 dep->met = true; in acpi_scan_clear_dep() [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/drivers/usb/host/ |
| A D | xhci-dbgcap.c | 376 struct dbc_ep *dep; in xhci_dbc_do_eps_init() local 378 dep = &dbc->eps[direction]; in xhci_dbc_do_eps_init() 379 dep->dbc = dbc; in xhci_dbc_do_eps_init() 380 dep->direction = direction; in xhci_dbc_do_eps_init() 678 dep->halted = 1; in handle_ep_halt_changes() 680 } else if (dep->halted) { in handle_ep_halt_changes() 682 dep->halted = 0; in handle_ep_halt_changes() 714 struct dbc_ep *dep; in dbc_handle_xfer_event() local 726 dep = (ep_id == EPID_OUT) ? in dbc_handle_xfer_event() 730 ring = dep->ring; in dbc_handle_xfer_event() [all …]
|
| /linux/drivers/power/sequencing/ |
| A D | core.c | 139 struct pwrseq_unit_dep *dep; in pwrseq_unit_dep_new() local 141 dep = kzalloc(sizeof(*dep), GFP_KERNEL); in pwrseq_unit_dep_new() 142 if (!dep) in pwrseq_unit_dep_new() 145 dep->unit = unit; in pwrseq_unit_dep_new() 147 return dep; in pwrseq_unit_dep_new() 158 struct pwrseq_unit_dep *dep, *next; in pwrseq_unit_free_deps() local 161 list_del(&dep->list); in pwrseq_unit_free_deps() 162 pwrseq_unit_dep_free(dep); in pwrseq_unit_free_deps() 390 struct pwrseq_unit_dep *dep; in pwrseq_unit_setup_deps() local 401 dep = pwrseq_unit_dep_new(unit); in pwrseq_unit_setup_deps() [all …]
|
| /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() 754 q->dep[i].next = i + SFQ_MAX_FLOWS; in sfq_init() [all …]
|