Home
last modified time | relevance | path

Searched refs:get_u32 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Datom-bits.h40 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))
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Datom-bits.h40 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))
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H A Datom-bits.h40 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))
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Datom-bits.h40 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))
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dacer-wmi.c1374 static acpi_status get_u32(u32 *value, u32 cap) in get_u32() function
1495 get_u32(&value, ACER_CAP_BRIGHTNESS); in read_brightness()
1677 status = get_u32(&state, ACER_CAP_WIRELESS); in acer_rfkill_update()
1687 status = get_u32(&state, ACER_CAP_BLUETOOTH); in acer_rfkill_update()
1693 status = get_u32(&state, ACER_WMID3_GDS_THREEG); in acer_rfkill_update()
1734 status = get_u32(&state, cap); in acer_rfkill_register()
2177 get_u32(&value, ACER_CAP_MAILLED); in acer_suspend()
2183 get_u32(&value, ACER_CAP_BRIGHTNESS); in acer_suspend()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dacer-wmi.c1444 static acpi_status get_u32(u32 *value, u32 cap) in get_u32() function
1565 get_u32(&value, ACER_CAP_BRIGHTNESS); in read_brightness()
1778 status = get_u32(&state, ACER_CAP_WIRELESS); in acer_rfkill_update()
1788 status = get_u32(&state, ACER_CAP_BLUETOOTH); in acer_rfkill_update()
1794 status = get_u32(&state, ACER_WMID3_GDS_THREEG); in acer_rfkill_update()
1835 status = get_u32(&state, cap); in acer_rfkill_register()
2281 get_u32(&value, ACER_CAP_MAILLED); in acer_suspend()
2287 get_u32(&value, ACER_CAP_BRIGHTNESS); in acer_suspend()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dioam6_parser.c523 static int get_u32(__u32 *val, const char *arg, int base) in get_u32() function
625 if (get_u32(&tr_type, argv[5], 16) || in main()

Completed in 10 milliseconds