Home
last modified time | relevance | path

Searched defs:obj (Results 1976 - 2000 of 4092) sorted by relevance

1...<<71727374757677787980>>...164

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dprop_n_exporter.cpp404 NVal obj = NVal::CreateObject(env); in ReadCallbackCompleter() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmovedir.cpp301 NVal obj = NVal::CreateObject(env); in GetErrData() local
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp37 void CheckAndNotify(const std::string& type, const T& obj) in CheckAndNotify() argument
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp234 NVal obj = NVal::CreateObject(env); in GetFileInfo() local
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h77 auto *obj = new (std::nothrow) SharedMemoryInfo(); in Unmarshalling() local
H A Dfile_filter.h137 auto obj = new (std::nothrow) FileFilter(); in Unmarshalling() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/
H A Djs_fontdescriptor.cpp54 bool JsFontDescriptor::CheckAndConvertProperty(napi_env env, napi_value obj, const std::string& fieldName, T& out) in CheckAndConvertProperty() argument
68 bool JsFontDescriptor::ParseFontDescWeight(napi_env env, napi_value obj, int& weight) in ParseFontDescWeight() argument
153 bool JsFontDescriptor::ConvertFontDescWeight(napi_env env, napi_value obj, int weight) in ConvertFontDescWeight() argument
/kernel/linux/linux-5.10/drivers/acpi/
H A Dfan.c103 union acpi_object *obj; in fan_get_state_acpi4() local
241 union acpi_object *obj; in acpi_fan_get_fif() local
310 union acpi_object *obj; acpi_fan_get_fps() local
[all...]
H A Dacpi_apd.c73 const union acpi_object *obj; in fch_misc_setup() local
H A Dprocessor_perflib.c220 union acpi_object obj = { 0 }; in acpi_processor_get_performance_control() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c249 union acpi_object atrm_arg_elements[2], *obj; in amdgpu_atrm_call() local
H A Damdgpu_dma_buf.c53 void *amdgpu_gem_prime_vmap(struct drm_gem_object *obj) in amdgpu_gem_prime_vmap() argument
73 void amdgpu_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in amdgpu_gem_prime_vunmap() argument
91 int amdgpu_gem_prime_mmap(struct drm_gem_object *obj, in amdgpu_gem_prime_mmap() argument
127 __dma_resv_make_exclusive(struct dma_resv *obj) __dma_resv_make_exclusive() argument
179 struct drm_gem_object *obj = dmabuf->priv; amdgpu_dma_buf_attach() local
222 struct drm_gem_object *obj = dmabuf->priv; amdgpu_dma_buf_detach() local
239 struct drm_gem_object *obj = attach->dmabuf->priv; amdgpu_dma_buf_pin() local
267 struct drm_gem_object *obj = attach->dmabuf->priv; amdgpu_dma_buf_unpin() local
290 struct drm_gem_object *obj = dma_buf->priv; amdgpu_dma_buf_map() local
361 struct drm_gem_object *obj = dma_buf->priv; amdgpu_dma_buf_unmap() local
516 struct drm_gem_object *obj = attach->importer_priv; amdgpu_dma_buf_move_notify() local
587 struct drm_gem_object *obj; amdgpu_gem_prime_import() local
629 struct drm_gem_object *obj = &bo->tbo.base; amdgpu_dmabuf_is_xgmi_accessible() local
[all...]
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-resv.c100 struct dma_resv obj; in dma_resv_lockdep() local
142 void dma_resv_init(struct dma_resv *obj) in dma_resv_init() argument
156 dma_resv_fini(struct dma_resv *obj) dma_resv_fini() argument
187 dma_resv_reserve_shared(struct dma_resv *obj, unsigned int num_fences) dma_resv_reserve_shared() argument
263 dma_resv_add_shared_fence(struct dma_resv *obj, struct dma_fence *fence) dma_resv_add_shared_fence() argument
308 dma_resv_add_excl_fence(struct dma_resv *obj, struct dma_fence *fence) dma_resv_add_excl_fence() argument
432 dma_resv_get_fences_rcu(struct dma_resv *obj, struct dma_fence **pfence_excl, unsigned *pshared_count, struct dma_fence ***pshared) dma_resv_get_fences_rcu() argument
532 dma_resv_wait_timeout_rcu(struct dma_resv *obj, bool wait_all, bool intr, unsigned long timeout) dma_resv_wait_timeout_rcu() argument
634 dma_resv_test_signaled_rcu(struct dma_resv *obj, bool test_all) dma_resv_test_signaled_rcu() argument
[all...]
H A Dsw_sync.c80 struct sync_timeline *obj; in sync_timeline_create() local
101 struct sync_timeline *obj = sync_timeline_free() local
109 sync_timeline_get(struct sync_timeline *obj) sync_timeline_get() argument
114 sync_timeline_put(struct sync_timeline *obj) sync_timeline_put() argument
192 sync_timeline_signal(struct sync_timeline *obj, unsigned int inc) sync_timeline_signal() argument
233 sync_pt_create(struct sync_timeline *obj, unsigned int value) sync_pt_create() argument
295 struct sync_timeline *obj; sw_sync_debugfs_open() local
311 struct sync_timeline *obj = file->private_data; sw_sync_debugfs_release() local
327 sw_sync_ioctl_create_fence(struct sync_timeline *obj, unsigned long arg) sw_sync_ioctl_create_fence() argument
373 sw_sync_ioctl_inc(struct sync_timeline *obj, unsigned long arg) sw_sync_ioctl_inc() argument
393 struct sync_timeline *obj = file->private_data; sw_sync_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_ppi.c62 union acpi_object *obj; in tpm_show_ppi_request() local
119 union acpi_object *obj, tmp[2]; tpm_store_ppi_request() local
181 union acpi_object *obj = NULL; tpm_show_ppi_transition_action() local
226 union acpi_object *obj, *ret_obj; tpm_show_ppi_response() local
288 union acpi_object *obj, tmp; show_ppi_operations() local
368 union acpi_object *obj; tpm_add_ppi() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/hisilicon/
H A Dclk-hi6220-stub.c57 unsigned char obj; member
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H A Ddprc-driver.c33 static bool fsl_mc_obj_desc_is_allocatable(struct fsl_mc_obj_desc *obj) in fsl_mc_obj_desc_is_allocatable() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A DMakefile[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c9 static int check_data_map(struct bpf_object *obj, int prog_cnt, bool reset) in check_data_map() argument
60 struct bpf_object *obj = NULL, *tgt_obj; in test_fexit_bpf2bpf_common() local
182 test_second_attach(struct bpf_object *obj) test_second_attach() argument
308 struct bpf_object *obj = NULL, *pkt_obj; test_obj_load_failure_common() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1480 struct bpf_object *obj; in load_sysctl_prog_file() local
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_mw.c167 struct drm_gem_cma_object *obj = drm_fb_cma_get_gem_obj(fb, i); in malidp_mw_encoder_atomic_check() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_lease.c453 struct drm_mode_object *obj = objects[o]; in fill_object_idr() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c96 union acpi_object *obj = &pkg->package.elements[i]; in intel_dsm_platform_mux_info() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_object_blt.c27 static int __perf_fill_blt(struct drm_i915_gem_object *obj) in __perf_fill_blt() argument
90 struct drm_i915_gem_object *obj; in perf_fill_blt() local
208 struct drm_i915_gem_object *obj; igt_fill_blt_thread() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c648 struct drm_i915_gem_object *obj; in intel_guc_allocate_vma() local

Completed in 18 milliseconds

1...<<71727374757677787980>>...164