Searched refs:val_u32 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/base/test/ |
A D | property-entry-test.c | 23 u32 val_u32, array_u32[2]; in pe_test_uints() local 70 error = fwnode_property_read_u32(node, "prop-u32", &val_u32); in pe_test_uints() 72 KUNIT_EXPECT_EQ(test, val_u32, 32); in pe_test_uints() 84 error = fwnode_property_read_u32(node, "no-prop-u32", &val_u32); in pe_test_uints() 134 u32 val_u32, array_u32[32]; in pe_test_uint_arrays() local 191 error = fwnode_property_read_u32(node, "prop-u32", &val_u32); in pe_test_uint_arrays() 193 KUNIT_EXPECT_EQ(test, val_u32, 32); in pe_test_uint_arrays() 210 error = fwnode_property_read_u32(node, "no-prop-u32", &val_u32); in pe_test_uint_arrays()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_sk_lookup.c | 395 __u32 val_u32; in ctx_narrow_access() local 428 val_u32 = *(__u32 *)&ctx->remote_port; in ctx_narrow_access() 429 if (val_u32 != SRC_PORT) in ctx_narrow_access()
|
/linux-6.3-rc2/lib/ |
A D | test_user_copy.c | 189 u32 val_u32; in test_user_copy_init() local
|
/linux-6.3-rc2/drivers/acpi/ |
A D | cppc_acpi.c | 995 u32 val_u32; in cpc_read() local 999 &val_u32, width); in cpc_read() 1006 *val = val_u32; in cpc_read()
|
Completed in 10 milliseconds