Home
last modified time | relevance | path

Searched defs:dep (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v4.19/drivers/usb/dwc3/
Dgadget.c158 static void dwc3_ep_inc_enq(struct dwc3_ep *dep) in dwc3_ep_inc_enq()
167 static void dwc3_ep_inc_deq(struct dwc3_ep *dep) 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()
205 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback()
267 int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned cmd, in dwc3_send_gadget_ep_cmd()
401 static int dwc3_send_clear_stall_ep_cmd(struct dwc3_ep *dep) in dwc3_send_clear_stall_ep_cmd()
424 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset()
432 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool()
451 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool()
462 static int dwc3_gadget_set_xfer_resource(struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource()
[all …]
Dep0.c34 static void dwc3_ep0_prepare_one_trb(struct dwc3_ep *dep, in dwc3_ep0_prepare_one_trb()
63 static int dwc3_ep0_start_trans(struct dwc3_ep *dep) in dwc3_ep0_start_trans()
87 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue()
192 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() local
223 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() local
248 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() local
258 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_set_halt() local
272 struct dwc3_ep *dep; in dwc3_ep0_out_start() local
286 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() local
310 struct dwc3_ep *dep; in dwc3_ep0_handle_status() local
[all …]
Ddebugfs.c501 struct dwc3_ep *dep = s->private; in dwc3_tx_fifo_queue_show() local
516 struct dwc3_ep *dep = s->private; in dwc3_rx_fifo_queue_show() local
531 struct dwc3_ep *dep = s->private; in dwc3_tx_request_queue_show() local
546 struct dwc3_ep *dep = s->private; in dwc3_rx_request_queue_show() local
561 struct dwc3_ep *dep = s->private; in dwc3_rx_info_queue_show() local
576 struct dwc3_ep *dep = s->private; in dwc3_descriptor_fetch_queue_show() local
591 struct dwc3_ep *dep = s->private; in dwc3_event_queue_show() local
606 struct dwc3_ep *dep = s->private; in dwc3_transfer_type_show() local
642 struct dwc3_ep *dep = s->private; in dwc3_trb_ring_show() local
700 static void dwc3_debugfs_create_endpoint_files(struct dwc3_ep *dep, in dwc3_debugfs_create_endpoint_files()
[all …]
Dgadget.h76 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() local
101 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index()
/Linux-v4.19/drivers/usb/host/
Dxhci-dbgcap.c138 struct dbc_ep *dep = req->dep; in xhci_dbc_giveback() local
176 static void xhci_dbc_flush_endpoint_requests(struct dbc_ep *dep) in xhci_dbc_flush_endpoint_requests()
191 dbc_alloc_request(struct dbc_ep *dep, gfp_t gfp_flags) in dbc_alloc_request()
210 dbc_free_request(struct dbc_ep *dep, struct dbc_request *req) in dbc_free_request()
240 static int xhci_dbc_queue_bulk_tx(struct dbc_ep *dep, in xhci_dbc_queue_bulk_tx()
290 dbc_ep_do_queue(struct dbc_ep *dep, struct dbc_request *req) in dbc_ep_do_queue()
329 int dbc_ep_queue(struct dbc_ep *dep, struct dbc_request *req, in dbc_ep_queue()
350 struct dbc_ep *dep; in xhci_dbc_do_eps_init() local
594 struct dbc_ep *dep; in dbc_handle_xfer_event() local
652 struct dbc_ep *dep; in xhci_dbc_do_handle_events() local
Dxhci-dbgtty.c128 static void xhci_dbc_free_req(struct dbc_ep *dep, struct dbc_request *req) in xhci_dbc_free_req()
135 xhci_dbc_alloc_requests(struct dbc_ep *dep, struct list_head *head, in xhci_dbc_alloc_requests()
161 xhci_dbc_free_requests(struct dbc_ep *dep, struct list_head *head) in xhci_dbc_free_requests()
/Linux-v4.19/scripts/kconfig/
Dmenu.c106 void menu_add_dep(struct expr *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()
177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
188 void menu_add_expr(enum prop_type type, struct expr *expr, struct 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()
298 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
Dexpr.c843 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
871 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
Dexpr.h49 #define EXPR_NOT(dep) (2-(dep)) argument
253 struct expr *dep; member
/Linux-v4.19/arch/powerpc/include/asm/
Dasync_tx.h32 #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
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.c235 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_get_ftype()
242 struct xfs_dir2_data_entry *dep, in xfs_dir2_data_put_ftype()
250 struct xfs_dir2_data_entry *dep) in xfs_dir3_data_get_ftype()
261 struct xfs_dir2_data_entry *dep, in xfs_dir3_data_put_ftype()
275 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_entry_tag_p()
283 struct xfs_dir2_data_entry *dep) in xfs_dir3_data_entry_tag_p()
Dxfs_dir2_block.c332 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_addname() local
611 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_lookup() local
659 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_lookup_int() local
761 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_removename() local
841 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_replace() local
1052 xfs_dir2_data_entry_t *dep; /* data entry pointer */ in xfs_dir2_sf_to_block() local
Dxfs_dir2_data.c44 xfs_dir2_data_entry_t *dep; /* data entry */ in __xfs_dir3_data_check() local
572 xfs_dir2_data_entry_t *dep; /* active data entry */ in xfs_dir2_data_freescan_int() local
713 xfs_dir2_data_entry_t *dep) /* data entry pointer */ in xfs_dir2_data_log_entry()
Dxfs_dir2_leaf.c630 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_addname() local
1177 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_lookup() local
1237 xfs_dir2_data_entry_t *dep; /* data entry */ in xfs_dir2_leaf_lookup_int() local
1368 xfs_dir2_data_entry_t *dep; /* data entry structure */ in xfs_dir2_leaf_removename() local
1510 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_replace() local
Dxfs_dir2_node.c727 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_lookup_for_entry() local
1212 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_remove() local
1698 xfs_dir2_data_entry_t *dep; /* data entry pointer */ in xfs_dir2_node_addname_int() local
2092 xfs_dir2_data_entry_t *dep; in xfs_dir2_node_lookup() local
2188 xfs_dir2_data_entry_t *dep; /* data entry changed */ in xfs_dir2_node_replace() local
Dxfs_dir2_sf.c59 xfs_dir2_data_entry_t *dep; /* data entry in the block */ in xfs_dir2_block_sfsize() local
147 xfs_dir2_data_entry_t *dep; /* data entry pointer */ in xfs_dir2_block_to_sf() local
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_request.c122 struct i915_dependency *dep) in i915_dependency_free()
130 struct i915_dependency *dep, in __i915_sched_node_add_dependency()
145 struct i915_dependency *dep; in i915_sched_node_add_dependency() local
160 struct i915_dependency *dep, *tmp; in i915_sched_node_fini() local
/Linux-v4.19/fs/xfs/
Dxfs_dir2_readdir.c143 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_getdents() local
351 xfs_dir2_data_entry_t *dep; /* data entry */ in xfs_dir2_leaf_getdents() local
/Linux-v4.19/fs/xfs/scrub/
Ddir.c247 struct xfs_dir2_data_entry *dep; in xchk_dir_rec() local
398 struct xfs_dir2_data_entry *dep; in xchk_directory_data_bestfree() local
/Linux-v4.19/include/linux/
Dasync_tx.h113 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
/Linux-v4.19/drivers/pnp/
Dinterface.c213 int ret, dep = 0, set = 0; in options_show() local
/Linux-v4.19/net/sched/
Dsch_sfq.c109 struct sfq_head dep; /* anchor in dep[] chains */ member
137 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member
/Linux-v4.19/kernel/time/
Dtick-sched.c174 static bool check_tick_dependency(atomic_t *dep) in check_tick_dependency()
275 static void tick_nohz_dep_set_all(atomic_t *dep, in tick_nohz_dep_set_all()
/Linux-v4.19/fs/hpfs/
Dnamei.c521 struct hpfs_dirent *dep, *nde; in hpfs_rename() local
/Linux-v4.19/fs/fscache/
Dobject.c870 struct fscache_object *dep; in fscache_enqueue_dependents() local

12