Home
last modified time | relevance | path

Searched refs:alloc_context (Results 1 – 3 of 3) sorted by relevance

/u-boot-v2022.01-rc1/test/dm/
A Dacpigen.c83 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_emit_simple()
110 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_emit_stream()
130 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_emit_string()
151 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_interrupt()
181 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_gpio()
226 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_gpio_irq()
270 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_interrupt_or_gpio()
310 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_i2c()
342 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_spi()
418 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_package()
[all …]
A Dacpi_dp.c31 static int alloc_context(struct acpi_ctx **ctxp) in alloc_context() function
51 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_new_table()
79 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_int()
130 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_int64()
156 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_int16()
182 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_int8()
208 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_multiple()
243 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_array()
285 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_child()
394 ut_assertok(alloc_context(&ctx)); in dm_test_acpi_dp_gpio()
[all …]
/u-boot-v2022.01-rc1/drivers/video/
A Dstb_truetype.h520 …signed char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context);
2662 …*spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) in stbtt_PackBegin() argument
2664 …tbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context); in stbtt_PackBegin()
2666 …tbrp_node *nodes = (stbrp_node *) STBTT_malloc(sizeof(*nodes ) * num_nodes,alloc_context); in stbtt_PackBegin()
2669 if (context != NULL) STBTT_free(context, alloc_context); in stbtt_PackBegin()
2670 if (nodes != NULL) STBTT_free(nodes , alloc_context); in stbtt_PackBegin()
2674 spc->user_allocator_context = alloc_context; in stbtt_PackBegin()

Completed in 16 milliseconds