Searched refs:get_u32 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | atom-bits.h | 40 static inline uint32_t get_u32(void *bios, int ptr) in get_u32() function 44 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr)) 45 #define CU32(ptr) get_u32(ctx->bios, (ptr))
|
/Linux-v5.4/drivers/gpu/drm/amd/include/ |
D | atom-bits.h | 40 static inline uint32_t get_u32(void *bios, int ptr) in get_u32() function 44 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr)) 45 #define CU32(ptr) get_u32(ctx->bios, (ptr))
|
/Linux-v5.4/drivers/platform/x86/ |
D | acer-wmi.c | 1318 static acpi_status get_u32(u32 *value, u32 cap) in get_u32() function 1439 get_u32(&value, ACER_CAP_BRIGHTNESS); in read_brightness() 1556 status = get_u32(&state, ACER_CAP_WIRELESS); in acer_rfkill_update() 1566 status = get_u32(&state, ACER_CAP_BLUETOOTH); in acer_rfkill_update() 1572 status = get_u32(&state, ACER_WMID3_GDS_THREEG); in acer_rfkill_update() 1613 status = get_u32(&state, cap); in acer_rfkill_register() 2056 get_u32(&value, ACER_CAP_MAILLED); in acer_suspend() 2062 get_u32(&value, ACER_CAP_BRIGHTNESS); in acer_suspend()
|