Searched refs:dep (Results 1 - 25 of 63) sorted by relevance

123

/linux-master/drivers/usb/dwc3/
H A Dgadget.c177 * @dep: The endpoint whose enqueue pointer we're incrementing
179 static void dwc3_ep_inc_enq(struct dwc3_ep *dep) argument
181 dwc3_ep_inc_trb(&dep->trb_enqueue);
186 * @dep: The endpoint whose enqueue pointer we're incrementing
188 static void dwc3_ep_inc_deq(struct dwc3_ep *dep) argument
190 dwc3_ep_inc_trb(&dep->trb_dequeue);
193 static void dwc3_gadget_del_and_unmap_request(struct dwc3_ep *dep, argument
196 struct dwc3 *dwc = dep->dwc;
213 if (dep->number > 1)
219 * @dep
227 dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, int status) argument
291 dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, struct dwc3_gadget_ep_cmd_params *params) argument
457 dwc3_send_clear_stall_ep_cmd(struct dwc3_ep *dep) argument
481 dwc3_trb_dma_offset(struct dwc3_ep *dep, struct dwc3_trb *trb) argument
489 dwc3_alloc_trb_pool(struct dwc3_ep *dep) argument
508 dwc3_free_trb_pool(struct dwc3_ep *dep) argument
519 dwc3_gadget_set_xfer_resource(struct dwc3_ep *dep) argument
576 dwc3_gadget_set_ep_config(struct dwc3_ep *dep, unsigned int action) argument
702 struct dwc3_ep *dep; local
755 dwc3_gadget_resize_tx_fifos(struct dwc3_ep *dep) argument
854 __dwc3_gadget_ep_enable(struct dwc3_ep *dep, unsigned int action) argument
971 dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep, int status) argument
1011 __dwc3_gadget_ep_disable(struct dwc3_ep *dep) argument
1068 struct dwc3_ep *dep; local
1100 struct dwc3_ep *dep; local
1129 struct dwc3_ep *dep = to_dwc3_ep(ep); local
1163 dwc3_ep_prev_trb(struct dwc3_ep *dep, u8 index) argument
1173 dwc3_calc_trbs_left(struct dwc3_ep *dep) argument
1212 dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_request *req, unsigned int trb_length, unsigned int chain, unsigned int node, bool use_bounce_buffer, bool must_interrupt) argument
1361 dwc3_needs_extra_trb(struct dwc3_ep *dep, struct dwc3_request *req) argument
1383 dwc3_prepare_last_sg(struct dwc3_ep *dep, struct dwc3_request *req, unsigned int entry_length, unsigned int node) argument
1413 dwc3_prepare_trbs_sg(struct dwc3_ep *dep, struct dwc3_request *req) argument
1514 dwc3_prepare_trbs_linear(struct dwc3_ep *dep, struct dwc3_request *req) argument
1530 dwc3_prepare_trbs(struct dwc3_ep *dep) argument
1606 __dwc3_gadget_kick_transfer(struct dwc3_ep *dep) argument
1700 __dwc3_stop_active_transfer(struct dwc3_ep *dep, bool force, bool interrupt) argument
1778 dwc3_gadget_start_isoc_quirk(struct dwc3_ep *dep) argument
1851 __dwc3_gadget_start_isoc(struct dwc3_ep *dep) argument
1917 __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req) argument
1987 struct dwc3_ep *dep = to_dwc3_ep(ep); local
2001 dwc3_gadget_ep_skip_trbs(struct dwc3_ep *dep, struct dwc3_request *req) argument
2030 dwc3_gadget_ep_cleanup_cancelled_requests(struct dwc3_ep *dep) argument
2068 struct dwc3_ep *dep = to_dwc3_ep(ep); local
2130 __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol) argument
2219 struct dwc3_ep *dep = to_dwc3_ep(ep); local
2235 struct dwc3_ep *dep = to_dwc3_ep(ep); local
2478 struct dwc3_ep *dep; local
2842 struct dwc3_ep *dep; local
3142 dwc3_gadget_init_control_endpoint(struct dwc3_ep *dep) argument
3157 dwc3_gadget_init_in_endpoint(struct dwc3_ep *dep) argument
3206 dwc3_gadget_init_out_endpoint(struct dwc3_ep *dep) argument
3255 struct dwc3_ep *dep; local
3323 struct dwc3_ep *dep; local
3351 dwc3_gadget_ep_reclaim_completed_trb(struct dwc3_ep *dep, struct dwc3_request *req, struct dwc3_trb *trb, const struct dwc3_event_depevt *event, int status, int chain) argument
3419 dwc3_gadget_ep_reclaim_trb_sg(struct dwc3_ep *dep, struct dwc3_request *req, const struct dwc3_event_depevt *event, int status) argument
3445 dwc3_gadget_ep_reclaim_trb_linear(struct dwc3_ep *dep, struct dwc3_request *req, const struct dwc3_event_depevt *event, int status) argument
3460 dwc3_gadget_ep_cleanup_completed_request(struct dwc3_ep *dep, const struct dwc3_event_depevt *event, struct dwc3_request *req, int status) argument
3519 dwc3_gadget_ep_cleanup_completed_requests(struct dwc3_ep *dep, const struct dwc3_event_depevt *event, int status) argument
3541 dwc3_gadget_ep_should_continue(struct dwc3_ep *dep) argument
3564 dwc3_gadget_endpoint_frame_from_event(struct dwc3_ep *dep, const struct dwc3_event_depevt *event) argument
3570 dwc3_gadget_endpoint_trbs_complete(struct dwc3_ep *dep, const struct dwc3_event_depevt *event, int status) argument
3621 dwc3_gadget_endpoint_transfer_in_progress(struct dwc3_ep *dep, const struct dwc3_event_depevt *event) argument
3641 dwc3_gadget_endpoint_transfer_complete(struct dwc3_ep *dep, const struct dwc3_event_depevt *event) argument
3655 dwc3_gadget_endpoint_transfer_not_ready(struct dwc3_ep *dep, const struct dwc3_event_depevt *event) argument
3674 dwc3_gadget_endpoint_command_complete(struct dwc3_ep *dep, const struct dwc3_event_depevt *event) argument
3719 dwc3_gadget_endpoint_stream_event(struct dwc3_ep *dep, const struct dwc3_event_depevt *event) argument
3787 struct dwc3_ep *dep; local
3870 dwc3_stop_active_transfer(struct dwc3_ep *dep, bool force, bool interrupt) argument
3942 struct dwc3_ep *dep; local
4072 struct dwc3_ep *dep; local
[all...]
H A Dep0.c30 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep);
32 struct dwc3_ep *dep, struct dwc3_request *req);
36 static void dwc3_ep0_prepare_one_trb(struct dwc3_ep *dep, argument
42 dwc = dep->dwc;
43 trb = &dwc->ep0_trb[dep->trb_enqueue];
46 dep->trb_enqueue++;
62 trace_dwc3_prepare_trb(dep, trb);
65 static int dwc3_ep0_start_trans(struct dwc3_ep *dep) argument
71 if (dep->flags & DWC3_EP_TRANSFER_STARTED)
74 dwc = dep
89 __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, struct dwc3_request *req) argument
194 struct dwc3_ep *dep = to_dwc3_ep(ep); local
225 struct dwc3_ep *dep; local
256 struct dwc3_ep *dep = to_dwc3_ep(ep); local
266 struct dwc3_ep *dep = to_dwc3_ep(ep); local
280 struct dwc3_ep *dep; local
311 struct dwc3_ep *dep; local
338 struct dwc3_ep *dep; local
538 struct dwc3_ep *dep; local
694 struct dwc3_ep *dep = to_dwc3_ep(ep); local
738 struct dwc3_ep *dep; local
920 struct dwc3_ep *dep; local
958 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; local
981 __dwc3_ep0_do_control_data(struct dwc3 *dwc, struct dwc3_ep *dep, struct dwc3_request *req) argument
1066 dwc3_ep0_start_control_status(struct dwc3_ep *dep) argument
1078 __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep) argument
1086 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; local
1104 dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep) argument
1144 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; local
1166 struct dwc3_ep *dep = dwc->eps[0]; local
1191 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; local
[all...]
H A Dgadget.h84 struct dwc3_ep *dep = req->dep; local
87 list_move_tail(&req->list, &dep->started_list);
101 struct dwc3_ep *dep = req->dep; local
104 list_move_tail(&req->list, &dep->cancelled_list);
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, boo
131 dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) argument
[all...]
H A Dtrace.h105 __string(name, req->dep->name)
184 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd,
186 TP_ARGS(dep, cmd, params, cmd_status),
188 __string(name, dep->name)
212 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd,
214 TP_ARGS(dep, cmd, params, cmd_status)
218 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
219 TP_ARGS(dep, trb),
221 __string(name, dep->name)
238 __entry->type = usb_endpoint_type(dep
[all...]
H A Ddebugfs.c688 struct dwc3_ep *dep = s->private; local
689 struct dwc3 *dwc = dep->dwc;
700 val = dwc3_core_fifo_space(dep, DWC3_TXFIFO);
717 struct dwc3_ep *dep = s->private; local
718 struct dwc3 *dwc = dep->dwc;
729 val = dwc3_core_fifo_space(dep, DWC3_RXFIFO);
746 struct dwc3_ep *dep = s->private; local
747 struct dwc3 *dwc = dep->dwc;
757 val = dwc3_core_fifo_space(dep, DWC3_TXREQQ);
768 struct dwc3_ep *dep local
790 struct dwc3_ep *dep = s->private; local
812 struct dwc3_ep *dep = s->private; local
834 struct dwc3_ep *dep = s->private; local
856 struct dwc3_ep *dep = s->private; local
891 struct dwc3_ep *dep = s->private; local
936 struct dwc3_ep *dep = s->private; local
989 dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) argument
1003 dwc3_debugfs_remove_endpoint_dir(struct dwc3_ep *dep) argument
[all...]
H A Ddebug.h418 extern void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep);
419 extern void dwc3_debugfs_remove_endpoint_dir(struct dwc3_ep *dep);
423 static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) argument
425 static inline void dwc3_debugfs_remove_endpoint_dir(struct dwc3_ep *dep) argument
/linux-master/scripts/
H A Dheaderdep.pl105 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]]];
151 # If the dep already exists in the chain, we have a
153 if(grep { $_->[1] eq $dep->[1] } @$top) {
186 for my $dep (@{$deps{$header}}) {
188 mangle($header), mangle($dep
[all...]
H A Dgenerate_rust_analyzer.py44 "deps": [{"crate": crates_indexes[dep], "name": dep} for dep in deps],
/linux-master/arch/powerpc/include/asm/
H A Dasync_tx.h16 #define async_tx_find_channel(dep, cap, dst_lst, dst_cnt, src_lst, \
22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
23 __async_tx_find_channel(dep, type)
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c160 struct i915_dependency *dep, *p; local
180 * list_for_each_entry(dep, &node->signalers_list, signal_link)
181 * update_priorities(dep->signal, prio)
193 list_for_each_entry(dep, &dfs, dfs_link) {
194 struct i915_sched_node *node = dep->signaler;
207 GEM_BUG_ON(p == dep); /* no cycles! */
239 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) {
240 struct i915_request *from = container_of(dep->signaler,
243 INIT_LIST_HEAD(&dep->dfs_link);
245 node = dep
323 i915_dependency_free(struct i915_dependency *dep) argument
328 __i915_sched_node_add_dependency(struct i915_sched_node *node, struct i915_sched_node *signal, struct i915_dependency *dep, unsigned long flags) argument
361 struct i915_dependency *dep; local
376 struct i915_dependency *dep, *tmp; local
414 struct i915_dependency *dep; local
[all...]
/linux-master/drivers/nfc/st21nfca/
H A DMakefile6 st21nfca_hci-objs = core.o dep.o se.o vendor_cmds.o
/linux-master/scripts/kconfig/
H A Dmenu.c129 void menu_add_dep(struct expr *dep) argument
131 current_entry->dep = expr_alloc_and(current_entry->dep, dep);
151 struct expr *dep)
162 prop->visible.expr = dep;
179 struct expr *dep)
181 struct property *prop = menu_add_prop(type, NULL, dep);
226 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) argument
228 menu_add_prop(type, expr, dep);
150 menu_add_prop(enum prop_type type, struct expr *expr, struct expr *dep) argument
178 menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) argument
231 menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) argument
309 struct expr *parentdep, *basedep, *dep, *dep2, **ep; local
[all...]
H A Dlkc.h92 void menu_add_dep(struct expr *dep);
93 void menu_add_visibility(struct expr *dep);
94 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
95 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
96 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
H A Dexpr.h44 #define EXPR_NOT(dep) (2-(dep))
243 struct expr *dep; member in struct:menu
290 int expr_contains_symbol(struct expr *dep, struct symbol *sym);
291 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c365 xfs_dir2_data_entry_t *dep; /* block data entry */ local
558 dep = (xfs_dir2_data_entry_t *)dup;
564 (char *)dep - (char *)hdr));
577 dep->inumber = cpu_to_be64(args->inumber);
578 dep->namelen = args->namelen;
579 memcpy(dep->name, args->name, args->namelen);
580 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype);
581 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep);
582 *tagp = cpu_to_be16((char *)dep - (char *)hdr);
591 xfs_dir2_data_log_entry(args, bp, dep);
644 xfs_dir2_data_entry_t *dep; /* block data entry */ local
692 xfs_dir2_data_entry_t *dep; /* block data entry */ local
792 xfs_dir2_data_entry_t *dep; /* block data entry */ local
873 xfs_dir2_data_entry_t *dep; /* block data entry */ local
1089 xfs_dir2_data_entry_t *dep; /* data entry pointer */ local
[all...]
H A Dxfs_dir2_data.c44 struct xfs_dir2_data_entry *dep)
46 return (__be16 *)((char *)dep +
47 xfs_dir2_data_entsize(mp, dep->namelen) - sizeof(__be16));
53 struct xfs_dir2_data_entry *dep)
56 uint8_t ftype = dep->name[dep->namelen];
68 struct xfs_dir2_data_entry *dep,
72 ASSERT(dep->namelen != 0);
75 dep->name[dep
42 xfs_dir2_data_entry_tag_p( struct xfs_mount *mp, struct xfs_dir2_data_entry *dep) argument
51 xfs_dir2_data_get_ftype( struct xfs_mount *mp, struct xfs_dir2_data_entry *dep) argument
66 xfs_dir2_data_put_ftype( struct xfs_mount *mp, struct xfs_dir2_data_entry *dep, uint8_t ftype) argument
180 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; local
669 struct xfs_dir2_data_entry *dep = addr + offset; local
767 xfs_dir2_data_log_entry( struct xfs_da_args *args, struct xfs_buf *bp, xfs_dir2_data_entry_t *dep) argument
[all...]
H A Dxfs_dir2_sf.c176 xfs_dir2_data_entry_t *dep; /* data entry in the block */ local
210 dep = (xfs_dir2_data_entry_t *)((char *)hdr +
217 isdot = dep->namelen == 1 && dep->name[0] == '.';
219 dep->namelen == 2 &&
220 dep->name[0] == '.' && dep->name[1] == '.';
223 i8count += be64_to_cpu(dep->inumber) > XFS_DIR2_MAX_SHORT_INUM;
228 namelen += dep->namelen + has_ftype;
230 parent = be64_to_cpu(dep
290 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; local
[all...]
H A Dxfs_dir2_leaf.c677 struct xfs_dir2_data_entry *dep; /* data block entry */ local
918 dep = (xfs_dir2_data_entry_t *)dup;
919 dep->inumber = cpu_to_be64(args->inumber);
920 dep->namelen = args->namelen;
921 memcpy(dep->name, args->name, dep->namelen);
922 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype);
923 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep);
924 *tagp = cpu_to_be16((char *)dep - (char *)hdr);
935 xfs_dir2_data_log_entry(args, dbp, dep);
1215 xfs_dir2_data_entry_t *dep; /* data block entry */ local
1275 xfs_dir2_data_entry_t *dep; /* data entry */ local
1406 xfs_dir2_data_entry_t *dep; /* data entry structure */ local
1552 xfs_dir2_data_entry_t *dep; /* data block entry */ local
[all...]
/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c176 * Each object is a real entry (dep) or an unused one (dup).
183 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; local
198 xfs_dir2_data_entsize(dp->i_mount, dep->namelen);
209 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep);
214 !xfs_dir2_namecheck(dep->name,
215 dep->namelen))) {
220 if (!dir_emit(ctx, (char *)dep->name, dep->namelen,
221 be64_to_cpu(dep->inumber),
357 xfs_dir2_data_entry_t *dep; /* dat local
[all...]
/linux-master/fs/xfs/scrub/
H A Dreaddir.c112 struct xfs_dir2_data_entry *dep = bp->b_addr + off; local
123 next_off = off + xfs_dir2_data_entsize(mp, dep->namelen);
128 ino = be64_to_cpu(dep->inumber);
129 name.name = dep->name;
130 name.len = dep->namelen;
131 name.type = xfs_dir2_data_get_ftype(mp, dep);
201 struct xfs_dir2_data_entry *dep; local
238 dep = bp->b_addr + offset;
239 length = xfs_dir2_data_entsize(mp, dep->namelen);
242 ino = be64_to_cpu(dep
[all...]
/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.c189 static void xhci_dbc_flush_endpoint_requests(struct dbc_ep *dep) argument
193 list_for_each_entry_safe(req, tmp, &dep->list_pending, list_pending)
260 static int xhci_dbc_queue_bulk_tx(struct dbc_ep *dep, argument
267 struct xhci_ring *ring = dep->ring;
304 writel(DBC_DOOR_BELL_TARGET(dep->direction), &dbc->regs->doorbell);
315 struct dbc_ep *dep = &dbc->eps[req->direction]; local
326 dbc_ep_dma_direction(dep));
332 ret = xhci_dbc_queue_bulk_tx(dep, req);
338 dbc_ep_dma_direction(dep));
342 list_add_tail(&req->list_pending, &dep
374 struct dbc_ep *dep; local
696 struct dbc_ep *dep; local
765 struct dbc_ep *dep; local
[all...]
/linux-master/drivers/acpi/
H A Dscan.c1834 struct acpi_dep_data *dep; local
1836 list_for_each_entry(dep, &acpi_dep_list, node) {
1837 if (dep->consumer == adev->handle) {
1838 if (dep->honor_dep)
1841 if (!dep->met)
2048 struct acpi_dep_data *dep; local
2065 dep = kzalloc(sizeof(*dep), GFP_KERNEL);
2066 if (!dep)
2071 dep
2306 acpi_dev_get_next_consumer_dev_cb(struct acpi_dep_data *dep, void *data) argument
2374 acpi_scan_delete_dep_data(struct acpi_dep_data *dep) argument
2380 acpi_scan_clear_dep(struct acpi_dep_data *dep, void *data) argument
2414 struct acpi_dep_data *dep, *tmp; local
2508 struct acpi_dep_data *dep, *tmp; local
[all...]
H A Dpower.c253 struct acpi_power_dependent_device *dep; local
257 list_for_each_entry(dep, &resource->dependents, node) {
259 if (dep->dev == dev)
263 dep = kzalloc(sizeof(*dep), GFP_KERNEL);
264 if (!dep) {
269 dep->dev = dev;
270 list_add_tail(&dep->node, &resource->dependents);
283 struct acpi_power_dependent_device *dep; local
286 list_for_each_entry(dep,
365 struct acpi_power_dependent_device *dep; local
[all...]
/linux-master/net/sched/
H A Dsch_sfq.c93 * are 'pointers' to dep[] array
105 struct sfq_head dep; /* anchor in dep[] chains */ member in struct:sfq_slot
133 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member in struct:sfq_sched_data
135 * dep[0] : list of unused flows
136 * dep[1] : list of flows with 1 packet
137 * dep[X] : list of flows with X packets
148 * sfq_head are either in a sfq_slot or in dep[] array
153 return &q->slots[val].dep;
154 return &q->dep[va
[all...]
/linux-master/include/linux/
H A Dasync_tx.h100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
101 __async_tx_find_channel(dep, type)

Completed in 270 milliseconds

123