Lines Matching refs:uint32

64 	uint32* counter = (uint32*)context;
300 get_name(acpi_handle handle, uint32 nameType, char* returnedName,
309 acquire_global_lock(uint16 timeout, uint32 *handle)
317 release_global_lock(uint32 handle)
324 install_notify_handler(acpi_handle device, uint32 handlerType,
333 remove_notify_handler(acpi_handle device, uint32 handlerType,
349 enable_gpe(acpi_handle handle, uint32 gpeNumber)
356 disable_gpe(acpi_handle handle, uint32 gpeNumber)
363 clear_gpe(acpi_handle handle, uint32 gpeNumber)
370 set_gpe(acpi_handle handle, uint32 gpeNumber, uint8 action)
377 finish_gpe(acpi_handle handle, uint32 gpeNumber)
384 install_gpe_handler(acpi_handle handle, uint32 gpeNumber, uint32 type,
393 remove_gpe_handler(acpi_handle handle, uint32 gpeNumber,
402 install_address_space_handler(acpi_handle handle, uint32 spaceId,
412 remove_address_space_handler(acpi_handle handle, uint32 spaceId,
421 enable_fixed_event(uint32 event)
428 disable_fixed_event(uint32 event)
434 uint32
435 fixed_event_status(uint32 event)
444 reset_fixed_event(uint32 event)
451 install_fixed_event_handler(uint32 event, acpi_event_handler handler,
460 remove_fixed_event_handler(uint32 event, acpi_event_handler handler)
468 get_next_entry(uint32 objectType, const char *base, char *result,
504 get_next_object(uint32 objectType, acpi_handle parent,
514 get_device(const char* hid, uint32 index, char* result, size_t resultLength)
517 uint32 counter[2] = {index, 0};
572 get_device_addr(const char *path, uint32 *addr)
595 uint32
632 uint32 objectType)
742 walk_namespace(acpi_handle busDeviceHandle, uint32 objectType,
743 uint32 maxDepth, acpi_walk_callback descendingCallback,
833 get_table(const char* signature, uint32 instance, void** tableHeader)
841 read_bit_register(uint32 regid, uint32 *val)
848 write_bit_register(uint32 regid, uint32 val)