Home
last modified time | relevance | path

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

123

/external/u-boot/drivers/usb/dwc3/
Dgadget.c185 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()
324 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, in dwc3_trb_dma_offset()
332 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) in dwc3_alloc_trb_pool()
352 static void dwc3_free_trb_pool(struct dwc3_ep *dep) in dwc3_free_trb_pool()
360 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_start_config()
383 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, in dwc3_gadget_set_ep_config()
446 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_gadget_set_xfer_resource()
465 static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, in __dwc3_gadget_ep_enable()
523 static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep) in dwc3_remove_requests()
[all …]
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 …]
Dgadget.h72 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_request_queued() local
/external/toybox/kconfig/
Dmenu.c102 void menu_add_dep(struct expr *dep) in menu_add_dep()
122 …uct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) in menu_add_prop()
145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
150 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
155 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
233 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
Dexpr.h50 #define E_NOT(dep) (2-(dep)) argument
81 struct expr *dep, *dep2; member
140 struct expr *dep; member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c163 struct fd_batch *dep; in batch_flush_reset_dependencies() local
352 struct fd_batch *dep; in batch_depends_on() local
365 fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep) in fd_batch_add_dep()
407 struct fd_batch *dep; in fd_batch_resource_used() local
/external/u-boot/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()
301 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
/external/e2fsprogs/lib/e2p/
Diod.c32 struct dirent *de, *dep; in iterate_on_dir() local
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
DMakefile15 depend dep: target
/external/guice/core/src/com/google/inject/spi/
DDependencyAndSource.java72 Dependency<?> dep = getDependency(); in toString() local
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSubtargetInfo.h63 SDep& dep) const { } in adjustSchedDependency()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h101 SDep& dep) const { } in ComputeOperandLatency()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_50.c76 unsigned dep, bs_idx = enc->bs_idx++; in encode() local
Dradeon_vce_52.c205 unsigned dep, bs_idx = enc->bs_idx++; in encode() local
573 uint32_t dep, uint32_t fb_idx, uint32_t ring_idx) in task_info()
Dradeon_vce_40_2_2.c51 uint32_t dep, uint32_t fb_idx, uint32_t ring_idx) in task_info()
/external/skia/bench/
DTopoSortBench.cpp39 int dep = fRand.nextU() % i; in onDelayedSetup() local
/external/autotest/client/site_tests/camera_HAL3Perf/
Dcamera_HAL3Perf.py28 dep = 'camera_hal3' variable in camera_HAL3Perf
/external/autotest/client/site_tests/camera_HAL3/
Dcamera_HAL3.py27 dep = 'camera_hal3' variable in camera_HAL3
/external/skqp/bench/
DTopoSortBench.cpp39 int dep = fRand.nextU() % i; in onDelayedSetup() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dtopological_sort.cc39 for (const auto& dep : extra_dependencies) { in MakeEphemeralEdges() local
/external/grpc-grpc/src/compiler/
Dobjective_c_plugin.cc40 const grpc::protobuf::FileDescriptor* dep, const char* indent) { in ImportProtoHeaders()
/external/kmod/libkmod/
Dlibkmod-config.c97 const struct kmod_softdep *dep = l->data; in kmod_softdep_get_name() local
102 const struct kmod_softdep *dep = l->data; in kmod_softdep_get_pre() local
108 const struct kmod_softdep *dep = l->data; in kmod_softdep_get_post() local
263 struct kmod_softdep *dep; in kmod_config_add_softdep() local
394 static char *softdep_to_char(struct kmod_softdep *dep) { in softdep_to_char()
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc241 const FileDescriptor* dep = proto_file->dependency(i); in Convert() local
248 const FileDescriptor* dep = proto_file->dependency(i); in Convert() local
/external/libdrm/amdgpu/
Damdgpu_cs.c262 struct drm_amdgpu_cs_chunk_dep *dep = &dependencies[i]; in amdgpu_cs_submit_one() local
292 struct drm_amdgpu_cs_chunk_dep *dep = &sem_dependencies[sem_count++]; in amdgpu_cs_submit_one() local
740 struct drm_amdgpu_cs_chunk_dep *dep) in amdgpu_cs_chunk_fence_to_dep()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c195 const VkSubpassDependency *dep = &pCreateInfo->pDependencies[i]; in anv_CreateRenderPass() local

123