Home
last modified time | relevance | path

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

/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c612 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
617 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore()
622 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
691 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore()
721 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore()
835 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore()
866 void acpi_os_delete_lock(acpi_spinlock handle) in acpi_os_delete_lock()
871 acpi_cpu_flags acpi_os_acquire_lock(acpi_handle handle) in acpi_os_acquire_lock()
877 void acpi_os_release_lock(acpi_spinlock handle, acpi_cpu_flags flags) in acpi_os_release_lock()
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c56 libusb_device_handle *handle; member
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c56 libusb_device_handle *handle; member
/tools/lib/traceevent/
Devent-plugin.c49 void *handle; member
244 void *handle; in load_plugin() local
Devent-parse.c5130 static void free_handler(struct event_handler *handle) in free_handler()
5139 struct event_handler *handle, **next; in find_event_handle() local
5784 struct event_handler *handle; in pevent_register_event_handler() local
5868 struct event_handler *handle; in pevent_unregister_event_handler() local
5961 struct event_handler *handle; in pevent_free() local
Devent-parse.h112 void *handle; member