Go to the source code of this file.
◆ __packed
◆ __aligned
Value:
#define VSF_CAL_ALIGN(__N)
Definition __compiler.h:187
◆ __user
◆ __bitwise
◆ EXPORT_SYMBOL_GPL
| #define EXPORT_SYMBOL_GPL |
( |
| __SYMBOL | ) |
|
◆ MSEC_PER_SEC
| #define MSEC_PER_SEC 1000L |
◆ USEC_PER_MSEC
| #define USEC_PER_MSEC 1000L |
◆ NSEC_PER_USEC
| #define NSEC_PER_USEC 1000L |
◆ NSEC_PER_MSEC
| #define NSEC_PER_MSEC 1000000L |
◆ USEC_PER_SEC
| #define USEC_PER_SEC 1000000L |
◆ NSEC_PER_SEC
| #define NSEC_PER_SEC 1000000000L |
◆ __struct_group
| #define __struct_group |
( |
| TAG, |
|
|
| NAME, |
|
|
| ATTRS, |
|
|
| MEMBERS... ) |
Value: union { \
struct { MEMBERS } ATTRS; \
struct TAG { MEMBERS } ATTRS NAME; \
}
◆ struct_group
| #define struct_group |
( |
| NAME, |
|
|
| MEMBERS... ) |
Value:
#define __struct_group(TAG, NAME, ATTRS, MEMBERS...)
Definition types.h:44
◆ ARRAY_SIZE
| #define ARRAY_SIZE |
( |
| __ARR | ) |
|
Value:
#define dimof(a)
Definition vsf_fbcon.c:25
◆ roundup
| #define roundup |
( |
| __x, |
|
|
| __y ) |
Value: ({ \
(((__x) + ((__y) - 1)) / (__y)) * (__y); \
})
◆ rounddown
| #define rounddown |
( |
| __x, |
|
|
| __y ) |
Value: ({ \
(__x) - ((__x) % (__y)); \
})
◆ round_up
| #define round_up |
( |
| __x, |
|
|
| __y ) |
Value:((((__x) - 1) | ((__y) - 1)) + 1)
◆ __s8
◆ __u8
◆ __s16
◆ __u16
◆ __s32
◆ __u32
◆ __s64
◆ __u64
◆ __le16
◆ __be16
◆ __le32
◆ __be32
◆ __le64
◆ __be64
◆ __sum16
◆ __wsum
◆ u8
◆ s8
◆ u16
◆ s16
◆ u32
◆ s32
◆ u64
◆ s64
◆ __kernel_pid_t
◆ slab_flags_t
◆ fmode_t
◆ phys_addr_t
◆ dma_addr_t