Searched refs:get_u8 (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/radeon/ |
| A D | atom-bits.h | 28 static inline uint8_t get_u8(void *bios, int ptr) in get_u8() function 32 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr)) 33 #define CU8(ptr) get_u8(ctx->bios, (ptr)) 36 return get_u8(bios, ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8); in get_u16()
|
| /drivers/gpu/drm/amd/include/ |
| A D | atom-bits.h | 28 static inline uint8_t get_u8(void *bios, int ptr) in get_u8() function 32 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr)) 33 #define CU8(ptr) get_u8(ctx->bios, (ptr)) 36 return get_u8(bios, ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8); in get_u16()
|
| /drivers/hid/bpf/progs/ |
| A D | Wacom__ArtPen.bpf.c | 99 static inline __u8 *get_u8(__u8 *data, unsigned int offset) in get_u8() function 124 tip_switch = get_u8(data, params.offsets.tip_switch); in SEC()
|
Completed in 6 milliseconds