Home
last modified time | relevance | path

Searched defs:dep (Results 76 - 100 of 153) sorted by relevance

1234567

/kernel/linux/linux-6.6/fs/xfs/libxfs/
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 */ xfs_dir2_block_lookup() local
685 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_lookup_int() local
785 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_removename() local
866 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_replace() local
1081 xfs_dir2_data_entry_t *dep; /* data entry pointer */ xfs_dir2_sf_to_block() local
[all...]
H A Dxfs_dir2_sf.c176 xfs_dir2_data_entry_t *dep; /* data entry in the block */ in xfs_dir2_block_sfsize() local
290 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; xfs_dir2_block_to_sf() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dep0.c36 static void dwc3_ep0_prepare_one_trb(struct dwc3_ep *dep, in dwc3_ep0_prepare_one_trb() argument
65 static int dwc3_ep0_start_trans(struct dwc3_ep *dep) in dwc3_ep0_start_trans() argument
89 __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, struct dwc3_request *req) __dwc3_gadget_ep0_queue() argument
194 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep0_queue() local
225 struct dwc3_ep *dep; dwc3_ep0_stall_and_restart() local
255 struct dwc3_ep *dep = to_dwc3_ep(ep); __dwc3_gadget_ep0_set_halt() local
265 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep0_set_halt() local
279 struct dwc3_ep *dep; dwc3_ep0_out_start() local
310 struct dwc3_ep *dep; dwc3_wIndex_to_dep() local
337 struct dwc3_ep *dep; dwc3_ep0_handle_status() local
537 struct dwc3_ep *dep; dwc3_ep0_handle_endpoint() local
692 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_ep0_set_sel_cmpl() local
736 struct dwc3_ep *dep; dwc3_ep0_set_sel() local
918 struct dwc3_ep *dep; dwc3_ep0_complete_status() local
956 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; dwc3_ep0_xfer_complete() local
979 __dwc3_ep0_do_control_data(struct dwc3 *dwc, struct dwc3_ep *dep, struct dwc3_request *req) __dwc3_ep0_do_control_data() argument
1064 dwc3_ep0_start_control_status(struct dwc3_ep *dep) dwc3_ep0_start_control_status() argument
1076 __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep) __dwc3_ep0_do_control_status() argument
1084 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; dwc3_ep0_do_control_status() local
1102 dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep) dwc3_ep0_end_control_data() argument
1142 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; dwc3_ep0_xfernotready() local
1164 struct dwc3_ep *dep = dwc->eps[0]; dwc3_ep0_xfernotready() local
1189 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; dwc3_ep0_interrupt() local
[all...]
H A Dcore.c254 u32 dwc3_core_fifo_space(struct dwc3_ep *dep, u8 type) in dwc3_core_fifo_space() argument
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-dbgcap.c174 static void xhci_dbc_flush_endpoint_requests(struct dbc_ep *dep) in xhci_dbc_flush_endpoint_requests() argument
245 static int xhci_dbc_queue_bulk_tx(struct dbc_ep *dep, in xhci_dbc_queue_bulk_tx() argument
300 struct dbc_ep *dep = &dbc->eps[req->direction]; in dbc_ep_do_queue() local
359 struct dbc_ep *dep; xhci_dbc_do_eps_init() local
684 struct dbc_ep *dep; dbc_handle_xfer_event() local
753 struct dbc_ep *dep; xhci_dbc_do_handle_events() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c921 u32 size, wid = priv->dma_cap.estwid, dep = priv->dma_cap.estdep; in tc_setup_taprio() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c498 struct dma_fence *dep = fence; in __i915_ttm_move() local
434 i915_ttm_memcpy_work_arm(struct i915_ttm_memcpy_work *work, struct dma_fence *dep) i915_ttm_memcpy_work_arm() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_request.h270 struct i915_dependency dep; member
/kernel/linux/linux-6.6/net/sched/
H A Dsch_sfq.c105 struct sfq_head dep; /* anchor in dep[] chains */ member
133 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.h250 struct expr *dep; member
/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer.cc647 const Target* dep = inherited.target(); WriteLinkerStuff() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c23 dep_invalid_for_gmem(const VkSubpassDependency2 *dep, in dep_invalid_for_gmem() argument
71 tu_render_pass_add_subpass_dep(struct tu_render_pass *pass, const VkSubpassDependency2 *dep) tu_render_pass_add_subpass_dep() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_schedule.c333 nir_schedule_dependency dep; in nir_schedule_intrinsic_deps() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c575 ir3_instr_add_dep(struct ir3_instruction *instr, struct ir3_instruction *dep) in ir3_instr_add_dep() argument
/third_party/nghttp2/lib/
H A Dnghttp2_stream.c644 static void set_dep_prev(nghttp2_stream *stream, nghttp2_stream *dep) { in set_dep_prev() argument
/third_party/ninja/src/
H A Dbuild_test.cc617 string dep = edge->GetBinding("test_dependency"); in StartCommand() local
626 string dep = edge->GetBinding("test_dependency"); in StartCommand() local
634 string dep = edge->GetBinding("test_dependency"); in StartCommand() local
649 string dep in StartCommand() local
722 string dep = edge->GetBinding("test_dependency"); WaitForCommand() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c644 static void set_dep_prev(nghttp2_stream *stream, nghttp2_stream *dep) { in set_dep_prev() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc596 auto& dep = entry.global->deps[entry.dep_idx]; in TraverseDependencies() local
[all...]
/third_party/toybox/kconfig/
H A Dexpr.h81 struct expr *dep, *dep2; member
140 struct expr *dep; member
/third_party/toybox/toys/pending/
H A Dmodprobe.c52 struct arg_list *rnames, *dep; member
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc271 const FileDescriptor* dep = file_->public_dependency(i); in GenerateProtoHeader() local
419 const FileDescriptor* dep = file_->dependency(i); in GenerateSourceIncludes() local
494 const FileDescriptor* dep = file->dependency(i); in GetCrossFileReferencesForFile() local
1174 const FileDescriptor* dep = fd->public_dependency(i); PublicImportDFS() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c272 struct kbase_jd_atom *dep; in kbase_fence_debug_check_atom() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h175 kbase_jd_katom_dep_atom(const struct kbase_jd_atom_dependency *dep) in kbase_jd_katom_dep_atom() argument
208 struct kbase_jd_atom_dependency *dep; in kbase_jd_katom_dep_set() local
189 kbase_jd_katom_dep_type( const struct kbase_jd_atom_dependency *dep) kbase_jd_katom_dep_type() argument
226 struct kbase_jd_atom_dependency *dep; kbase_jd_katom_dep_clear() local
510 const struct kbase_jd_atom_dependency dep[2]; global() member
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h175 static inline const struct kbase_jd_atom *kbase_jd_katom_dep_atom(const struct kbase_jd_atom_dependency *dep) in kbase_jd_katom_dep_atom() argument
189 static inline u8 kbase_jd_katom_dep_type(const struct kbase_jd_atom_dependency *dep) in kbase_jd_katom_dep_type() argument
206 struct kbase_jd_atom_dependency *dep; in kbase_jd_katom_dep_set() local
223 struct kbase_jd_atom_dependency *dep; kbase_jd_katom_dep_clear() local
487 const struct kbase_jd_atom_dependency dep[2]; global() member
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c279 struct kbase_jd_atom *dep; in kbase_fence_debug_check_atom() local

Completed in 35 milliseconds

1234567