Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c179 static void dwc3_ep_inc_enq(struct dwc3_ep *dep) in dwc3_ep_inc_enq()
188 static void dwc3_ep_inc_deq(struct dwc3_ep *dep) in dwc3_ep_inc_deq()
193 static void dwc3_gadget_del_and_unmap_request(struct dwc3_ep *dep, in dwc3_gadget_del_and_unmap_request()
227 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback()
308 int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, in dwc3_send_gadget_ep_cmd()
454 static int dwc3_send_clear_stall_ep_cmd(struct dwc3_ep *dep) in dwc3_send_clear_stall_ep_cmd()
478 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset()
486 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool()
505 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool()
516 static int dwc3_gadget_set_xfer_resource(struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource()
[all …]
H A Dep0.c36 static void dwc3_ep0_prepare_one_trb(struct dwc3_ep *dep, in dwc3_ep0_prepare_one_trb()
65 static int dwc3_ep0_start_trans(struct dwc3_ep *dep) in dwc3_ep0_start_trans()
89 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue()
194 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() local
225 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() local
257 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() local
267 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_set_halt() local
281 struct dwc3_ep *dep; in dwc3_ep0_out_start() local
312 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() local
339 struct dwc3_ep *dep; in dwc3_ep0_handle_status() local
[all …]
H A Ddebugfs.c688 struct dwc3_ep *dep = s->private; in dwc3_tx_fifo_size_show() local
717 struct dwc3_ep *dep = s->private; in dwc3_rx_fifo_size_show() local
746 struct dwc3_ep *dep = s->private; in dwc3_tx_request_queue_show() local
768 struct dwc3_ep *dep = s->private; in dwc3_rx_request_queue_show() local
790 struct dwc3_ep *dep = s->private; in dwc3_rx_info_queue_show() local
812 struct dwc3_ep *dep = s->private; in dwc3_descriptor_fetch_queue_show() local
834 struct dwc3_ep *dep = s->private; in dwc3_event_queue_show() local
856 struct dwc3_ep *dep = s->private; in dwc3_transfer_type_show() local
891 struct dwc3_ep *dep = s->private; in dwc3_trb_ring_show() local
936 struct dwc3_ep *dep = s->private; in dwc3_ep_info_register_show() local
[all …]
H A Dgadget.h84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request() local
101 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_cancelled_request() local
131 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index()
H A Ddebug.h423 static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_create_endpoint_dir()
425 static inline void dwc3_debugfs_remove_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_remove_endpoint_dir()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c184 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos() local
224 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback()
323 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset()
331 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool()
351 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool()
359 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config()
382 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, in dwc3_gadget_set_ep_config()
445 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource()
464 static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, in __dwc3_gadget_ep_enable()
522 static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_remove_requests()
[all …]
H A Dep0.c54 struct dwc3_ep *dep; in dwc3_ep0_start_trans() local
109 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue()
216 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() local
251 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() local
276 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() local
307 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() local
331 struct dwc3_ep *dep; in dwc3_ep0_handle_status() local
389 struct dwc3_ep *dep; in dwc3_ep0_handle_feature() local
592 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_ep0_set_sel_cmpl() local
636 struct dwc3_ep *dep; in dwc3_ep0_set_sel() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.c160 struct i915_dependency *dep, *p; in __i915_schedule() local
323 i915_dependency_free(struct i915_dependency *dep) in i915_dependency_free()
330 struct i915_dependency *dep, in __i915_sched_node_add_dependency()
361 struct i915_dependency *dep; in i915_sched_node_add_dependency() local
376 struct i915_dependency *dep, *tmp; in i915_sched_node_fini() local
414 struct i915_dependency *dep; in i915_request_show_with_schedule() local
/openbmc/u-boot/scripts/kconfig/
H A 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()
301 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
/openbmc/linux/scripts/kconfig/
H A Dmenu.c108 void menu_add_dep(struct expr *dep) in menu_add_dep()
130 struct expr *dep) in menu_add_prop()
158 struct expr *dep) in menu_add_prompt()
205 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
290 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dasync_tx.h16 #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
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_data.c43 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_entry_tag_p() argument
52 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_get_ftype() argument
67 struct xfs_dir2_data_entry *dep, in xfs_dir2_data_put_ftype() argument
179 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; __xfs_dir3_data_check() local
663 struct xfs_dir2_data_entry *dep = addr + offset; xfs_dir2_data_freescan() local
764 xfs_dir2_data_log_entry(struct xfs_da_args * args,struct xfs_buf * bp,xfs_dir2_data_entry_t * dep) xfs_dir2_data_log_entry() argument
[all...]
H A Dxfs_dir2_block.c358 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_addname() local
637 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_lookup() local
685 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_lookup_int() local
785 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_removename() local
866 xfs_dir2_data_entry_t *dep; /* block data entry */ in xfs_dir2_block_replace() local
1081 xfs_dir2_data_entry_t *dep; /* data entry pointer */ in xfs_dir2_sf_to_block() local
H A Dxfs_dir2_leaf.c626 struct xfs_dir2_data_entry *dep; /* data block entry */ in xfs_dir2_leaf_addname() local
1163 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_lookup() local
1223 xfs_dir2_data_entry_t *dep; /* data entry */ in xfs_dir2_leaf_lookup_int() local
1353 xfs_dir2_data_entry_t *dep; /* data entry structure */ in xfs_dir2_leaf_removename() local
1497 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_replace() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dclassextend.py79 def map_depends(self, dep): argument
153 def map_depends(self, dep): argument
H A Dsstatesig.py11 def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCaches): argument
144 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument
181 def recipename_from_dep(dep): argument
/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgcap.c176 static void xhci_dbc_flush_endpoint_requests(struct dbc_ep *dep) in xhci_dbc_flush_endpoint_requests()
247 static int xhci_dbc_queue_bulk_tx(struct dbc_ep *dep, in xhci_dbc_queue_bulk_tx()
302 struct dbc_ep *dep = &dbc->eps[req->direction]; in dbc_ep_do_queue() local
361 struct dbc_ep *dep; in xhci_dbc_do_eps_init() local
662 handle_ep_halt_changes(struct xhci_dbc *dbc, struct dbc_ep *dep, bool halted) in handle_ep_halt_changes()
702 struct dbc_ep *dep; in dbc_handle_xfer_event() local
/openbmc/kcsbridge/src/
H A Dmeson.build17 dep = declare_dependency( variable
/openbmc/linux/fs/xfs/scrub/
H A Dreaddir.c113 struct xfs_dir2_data_entry *dep = bp->b_addr + off; in xchk_dir_walk_block() local
202 struct xfs_dir2_data_entry *dep; in xchk_dir_walk_leaf() local
H A Ddir.c221 struct xfs_dir2_data_entry *dep = bp->b_addr + iter_off; in xchk_dir_rec() local
372 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; in xchk_directory_data_bestfree() local
/openbmc/linux/fs/xfs/
H A Dxfs_dir2_readdir.c182 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; in xfs_dir2_block_getdents() local
354 xfs_dir2_data_entry_t *dep; /* data entry */ in xfs_dir2_leaf_getdents() local
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmeson.build97 dep = declare_dependency( variable
/openbmc/openbmc/poky/scripts/
H A Dopkg-query-helper.py64 dep = verregex.sub('', dep) variable
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py317 def task_list_append(self,task_name,dep): argument
518 def __init__(self, screen, label, primary, base_x, base_y, width, height, dep): argument
945 def bitbake_load(server, eventHandler, params, dep, curses_off, screen): argument
1208 def check_screen_size(dep, active_package): argument
/openbmc/linux/drivers/acpi/
H A Dscan.c1794 struct acpi_dep_data *dep; in acpi_scan_dep_init() local
2006 struct acpi_dep_data *dep; in acpi_scan_check_dep() local
2242 static int acpi_dev_get_next_consumer_dev_cb(struct acpi_dep_data *dep, void *data) in acpi_dev_get_next_consumer_dev_cb()
2310 static void acpi_scan_delete_dep_data(struct acpi_dep_data *dep) in acpi_scan_delete_dep_data()
2316 static int acpi_scan_clear_dep(struct acpi_dep_data *dep, void *data) in acpi_scan_clear_dep()
2350 struct acpi_dep_data *dep, *tmp; in acpi_walk_dep_device_list() local
2437 struct acpi_dep_data *dep, *tmp; in acpi_scan_postponed() local

123