Lines Matching refs:resource
22 static struct resource r0 = { .start = R0_START, .end = R0_END };
23 static struct resource r1 = { .start = R1_START, .end = R1_END };
24 static struct resource r2 = { .start = R2_START, .end = R2_END };
25 static struct resource r3 = { .start = R3_START, .end = R3_END };
26 static struct resource r4 = { .start = R4_START, .end = R4_END };
29 struct resource *r1;
30 struct resource *r2;
31 struct resource r;
83 static void resource_do_test(struct kunit *test, bool ret, struct resource *r, in resource_do_test()
84 bool exp_ret, struct resource *exp_r, in resource_do_test()
85 struct resource *r1, struct resource *r2) in resource_do_test()
94 struct resource result; in resource_do_union_test()
118 struct resource result; in resource_do_intersection_test()