Home
last modified time | relevance | path

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

/tools/testing/selftests/android/ion/
Dionmap_test.c61 int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd()
76 void close_handle(int vgem_fd, uint32_t handle) in close_handle()
88 uint32_t handle = 0; in main() local
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c597 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
602 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore()
607 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
680 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
715 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore()
833 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
864 void acpi_os_delete_lock(acpi_spinlock handle) in acpi_os_delete_lock()
869 acpi_cpu_flags acpi_os_acquire_lock(acpi_handle handle) in acpi_os_acquire_lock()
875 void acpi_os_release_lock(acpi_spinlock handle, acpi_cpu_flags flags) in acpi_os_release_lock()
/tools/testing/selftests/powerpc/nx-gzip/
Dgzip_vas.c51 static int open_device_nodes(char *devname, int pri, struct nx_handle *handle) in open_device_nodes()
119 int nx_function_end(void *handle) in nx_function_end()
195 static int nxu_run_job(struct nx_gzip_crb_cpb_t *cmdp, void *handle) in nxu_run_job()
262 int nxu_submit_job(struct nx_gzip_crb_cpb_t *cmdp, void *handle) in nxu_submit_job()
Dgzfht_test.c78 struct nx_gzip_crb_cpb_t *cmdp, void *handle) in compress_fht_sample()
233 int compress_file(int argc, char **argv, void *handle) in compress_file()
411 void *handle; in main() local
Dgunz_test.c246 struct nx_gzip_crb_cpb_t *cmdp, void *handle) in nx_submit_job()
1006 void *handle; in main() local
/tools/testing/selftests/tc-testing/
Dtdc_batch.py73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
Dtdc_multibatch.py57 handle = args.handle_start variable
/tools/build/feature/
Dtest-file-handle.c12 } handle; in main() local
/tools/testing/selftests/dmabuf-heaps/
Ddmabuf-heap.c64 static int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd()
79 static void close_handle(int vgem_fd, uint32_t handle) in close_handle()
150 uint32_t handle = 0; in test_alloc_and_import() local
/tools/include/uapi/drm/
Ddrm.h214 void *handle; /**< Handle of map */ member
228 void *handle; /**< User-space: "Handle" to pass to mmap() */ member
426 drm_context_t handle; member
442 drm_drawable_t handle; member
453 drm_drawable_t handle; member
547 unsigned long handle; /**< Used for binding / unbinding */ member
558 unsigned long handle; /**< From drm_agp_buffer */ member
588 unsigned long handle; /**< Used for mapping / unmapping */ member
604 __u32 handle; member
611 __u32 handle; member
[all …]
Di915_drm.h727 __u32 handle; member
733 __u32 handle; member
749 __u32 handle; member
765 __u32 handle; member
793 __u32 handle; member
805 __u32 handle; member
836 __u32 handle; member
847 __u32 handle; member
925 __u32 handle; member
975 __u32 handle; member
[all …]
/tools/testing/selftests/tpm2/
Dtpm2.py486 def policy_pcr(self, handle, pcrs, bank_alg = TPM2_ALG_SHA1, argument
513 def policy_password(self, handle): argument
523 def get_policy_digest(self, handle): argument
533 def flush_context(self, handle): argument
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c51 libusb_device_handle *handle; member
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c51 libusb_device_handle *handle; member
/tools/testing/selftests/bpf/progs/
Dtest_xdp_bpf2bpf.c28 unsigned long handle; member
/tools/testing/nvdimm/test/
Diomap.c397 acpi_status __wrap_acpi_evaluate_object(acpi_handle handle, acpi_string path, in __wrap_acpi_evaluate_object()
413 union acpi_object * __wrap_acpi_evaluate_dsm(acpi_handle handle, const guid_t *guid, in __wrap_acpi_evaluate_dsm()
Dnfit.c127 static u32 handle[] = { variable
2864 static union acpi_object *nfit_test_evaluate_dsm(acpi_handle handle, in nfit_test_evaluate_dsm()
/tools/bpf/bpftool/
Dnet.c43 int handle; member
291 static int netlink_get_filter(int sock, unsigned int nl_pid, int ifindex, int handle, in netlink_get_filter()
428 int i, handle, ret = 0; in show_dev_tc_bpf() local
/tools/lib/traceevent/
Devent-plugin.c39 void *handle; member
452 void *handle; in load_plugin() local
Devent-parse.c6696 static void free_handler(struct event_handler *handle) in free_handler()
6705 struct event_handler *handle, **next; in find_event_handle() local
7328 struct event_handler *handle; in tep_register_event_handler() local
7412 struct event_handler *handle; in tep_unregister_event_handler() local
7521 struct event_handler *handle; in tep_free() local
Devent-parse.h58 void *handle; member
/tools/testing/radix-tree/
Didr-test.c180 void idr_u32_test1(struct idr *idr, u32 handle) in idr_u32_test1()
/tools/testing/selftests/bpf/
Dtest_offload.py544 def cls_filter_op(self, op, qdisc="ingress", prio=None, handle=None, argument
560 def cls_bpf_add_filter(self, bpf, op="add", prio=None, handle=None, argument
/tools/perf/util/
Dsynthetic-events.c482 } handle; in perf_event__synthesize_cgroup() local
/tools/include/uapi/linux/
Dkvm.h1600 __u32 handle; member
1629 __u32 handle; member