Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | uint64_struct |
union | uint64_overlay |
Macros | |
#define | _COMPONENT ACPI_UTILITIES |
Typedefs | |
typedef struct uint64_struct | uint64_struct |
typedef union uint64_overlay | uint64_overlay |
Functions | |
acpi_status | acpi_ut_short_divide (u64 dividend, u32 divisor, u64 *out_quotient, u32 *out_remainder) |
acpi_status | acpi_ut_divide (u64 in_dividend, u64 in_divisor, u64 *out_quotient, u64 *out_remainder) |
#define _COMPONENT ACPI_UTILITIES |
typedef union uint64_overlay uint64_overlay |
typedef struct uint64_struct uint64_struct |
acpi_status acpi_ut_divide | ( | u64 | in_dividend, |
u64 | in_divisor, | ||
u64 * | out_quotient, | ||
u64 * | out_remainder | ||
) |