| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | gadget.c | 161 static void dwc3_ep_inc_enq(struct dwc3_ep *dep) in dwc3_ep_inc_enq() 170 static void dwc3_ep_inc_deq(struct dwc3_ep *dep) in dwc3_ep_inc_deq() 175 static void dwc3_gadget_del_and_unmap_request(struct dwc3_ep *dep, in dwc3_gadget_del_and_unmap_request() 208 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() 272 int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, in dwc3_send_gadget_ep_cmd() 439 static int dwc3_send_clear_stall_ep_cmd(struct dwc3_ep *dep) in dwc3_send_clear_stall_ep_cmd() 463 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset() 471 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool() 490 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool() 501 static int dwc3_gadget_set_xfer_resource(struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource() [all …]
|
| H A D | ep0.c | 34 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 250 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() local 260 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_set_halt() local 274 struct dwc3_ep *dep; in dwc3_ep0_out_start() local 305 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() local 343 struct dwc3_ep *dep; in dwc3_ep0_handle_status() local [all …]
|
| H A D | debugfs.c | 642 struct dwc3_ep *dep = s->private; in dwc3_tx_fifo_size_show() local 664 struct dwc3_ep *dep = s->private; in dwc3_rx_fifo_size_show() local 686 struct dwc3_ep *dep = s->private; in dwc3_tx_request_queue_show() local 701 struct dwc3_ep *dep = s->private; in dwc3_rx_request_queue_show() local 716 struct dwc3_ep *dep = s->private; in dwc3_rx_info_queue_show() local 731 struct dwc3_ep *dep = s->private; in dwc3_descriptor_fetch_queue_show() local 746 struct dwc3_ep *dep = s->private; in dwc3_event_queue_show() local 761 struct dwc3_ep *dep = s->private; in dwc3_transfer_type_show() local 796 struct dwc3_ep *dep = s->private; in dwc3_trb_ring_show() local 834 struct dwc3_ep *dep = s->private; in dwc3_ep_info_register_show() local [all …]
|
| H A D | gadget.h | 84 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 117 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_queued_request() local 146 static inline void dwc3_gadget_ep_get_transfer_index(struct dwc3_ep *dep) in dwc3_gadget_ep_get_transfer_index()
|
| H A D | debug.h | 420 static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep) in dwc3_debugfs_create_endpoint_dir()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | gadget.c | 185 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos() local 225 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, in dwc3_gadget_giveback() 325 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset() 333 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool() 353 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool() 361 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config() 384 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, in dwc3_gadget_set_ep_config() 447 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource() 466 static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, in __dwc3_gadget_ep_enable() 524 static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_remove_requests() [all …]
|
| H A D | ep0.c | 55 struct dwc3_ep *dep; in dwc3_ep0_start_trans() local 110 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, in __dwc3_gadget_ep0_queue() 217 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_gadget_ep0_queue() local 252 struct dwc3_ep *dep; in dwc3_ep0_stall_and_restart() local 277 struct dwc3_ep *dep = to_dwc3_ep(ep); in __dwc3_gadget_ep0_set_halt() local 308 struct dwc3_ep *dep; in dwc3_wIndex_to_dep() local 332 struct dwc3_ep *dep; in dwc3_ep0_handle_status() local 390 struct dwc3_ep *dep; in dwc3_ep0_handle_feature() local 596 struct dwc3_ep *dep = to_dwc3_ep(ep); in dwc3_ep0_set_sel_cmpl() local 640 struct dwc3_ep *dep; in dwc3_ep0_set_sel() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_scheduler.c | 239 struct i915_dependency *dep, *p; in __i915_schedule() local 417 i915_dependency_free(struct i915_dependency *dep) in i915_dependency_free() 424 struct i915_dependency *dep, in __i915_sched_node_add_dependency() 455 struct i915_dependency *dep; in i915_sched_node_add_dependency() local 474 struct i915_dependency *dep, *tmp; in i915_sched_node_fini() local
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | menu.c | 106 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
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | menu.c | 107 void menu_add_dep(struct expr *dep) in menu_add_dep() 128 …uct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 291 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | menu.c | 107 void menu_add_dep(struct expr *dep) in menu_add_dep() 129 struct expr *dep) in menu_add_prop() 157 struct expr *dep) in menu_add_prompt() 204 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 209 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 311 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H 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
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-dbgcap.c | 174 static void xhci_dbc_flush_endpoint_requests(struct dbc_ep *dep) in xhci_dbc_flush_endpoint_requests() 245 static int xhci_dbc_queue_bulk_tx(struct dbc_ep *dep, in xhci_dbc_queue_bulk_tx() 300 struct dbc_ep *dep = &dbc->eps[req->direction]; in dbc_ep_do_queue() local 359 struct dbc_ep *dep; in xhci_dbc_do_eps_init() local 684 struct dbc_ep *dep; in dbc_handle_xfer_event() local 753 struct dbc_ep *dep; in xhci_dbc_do_handle_events() local
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_dir2_data.c | 43 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_entry_tag_p() 52 struct xfs_dir2_data_entry *dep) in xfs_dir2_data_get_ftype() 67 struct xfs_dir2_data_entry *dep, in xfs_dir2_data_put_ftype() 179 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; in __xfs_dir3_data_check() local 663 struct xfs_dir2_data_entry *dep = addr + offset; in xfs_dir2_data_freescan() local 764 xfs_dir2_data_entry_t *dep) /* data entry pointer */ in xfs_dir2_data_log_entry()
|
| H A D | xfs_dir2_block.c | 358 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 D | xfs_dir2_leaf.c | 617 struct xfs_dir2_data_entry *dep; /* data block entry */ in xfs_dir2_leaf_addname() local 1154 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_lookup() local 1214 xfs_dir2_data_entry_t *dep; /* data entry */ in xfs_dir2_leaf_lookup_int() local 1344 xfs_dir2_data_entry_t *dep; /* data entry structure */ in xfs_dir2_leaf_removename() local 1488 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leaf_replace() local
|
| H A D | xfs_dir2_node.c | 786 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_lookup_for_entry() local 1272 xfs_dir2_data_entry_t *dep; /* data block entry */ in xfs_dir2_leafn_remove() local 1899 struct xfs_dir2_data_entry *dep; /* data entry pointer */ in xfs_dir2_node_addname_int() local 2097 xfs_dir2_data_entry_t *dep; in xfs_dir2_node_lookup() local 2191 xfs_dir2_data_entry_t *dep; /* data entry changed */ in xfs_dir2_node_replace() local
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 8 def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCaches): argument 108 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument 148 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument 184 def recipename_from_dep(dep): argument
|
| H A D | classextend.py | 74 def map_depends(self, dep): argument 148 def map_depends(self, dep): argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/jm/ |
| H A D | mali_kbase_jm_defs.h | 194 kbase_jd_katom_dep_atom(const struct kbase_jd_atom_dependency *dep) in kbase_jd_katom_dep_atom() 207 const struct kbase_jd_atom_dependency *dep) in kbase_jd_katom_dep_type() 223 struct kbase_jd_atom_dependency *dep; in kbase_jd_katom_dep_set() local 239 struct kbase_jd_atom_dependency *dep; in kbase_jd_katom_dep_clear() local 513 const struct kbase_jd_atom_dependency dep[2]; member
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_dir2_readdir.c | 181 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
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dicttrie.cpp | 365 const DictExtPara *dep, in extend_dict() 386 const DictExtPara *dep, in extend_dict0() 444 const DictExtPara *dep, in extend_dict1() 521 const DictExtPara *dep, in extend_dict2()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | opkg-query-helper.py | 64 dep = verregex.sub('', dep) variable
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | power.c | 243 struct acpi_power_dependent_device *dep; in acpi_power_resource_add_dependent() local 272 struct acpi_power_dependent_device *dep; in acpi_power_resource_remove_dependent() local 353 struct acpi_power_dependent_device *dep; in __acpi_power_on() local
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | dir.c | 259 struct xfs_dir2_data_entry *dep = bp->b_addr + iter_off; in xchk_dir_rec() local 406 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; in xchk_directory_data_bestfree() local
|