Lines Matching +full:int +full:- +full:enum
1 # SPDX-License-Identifier: BSD-3-Clause
6 # "required:", "enum:" and "default:") up to the grandchild-binding level.
9 # + prop-1
10 # + prop-2
11 # + prop-enum
12 # + prop-req
13 # + prop-const
14 # + prop-default
16 # Child-binding:
17 # + child-prop-1
18 # + child-prop-2
19 # + child-prop-enum
20 # + child-prop-req
21 # + child-prop-const
22 # + child-prop-default
24 # Grandchild-binding:
25 # + grandchild-prop-1
26 # + grandchild-prop-2
27 # + grandchild-prop-enum
28 # + grandchild-prop-req
29 # + grandchild-prop-const
30 # + grandchild-prop-default
35 prop-1:
37 type: int
38 prop-2:
40 prop-enum:
43 enum:
44 - FOO
45 - BAR
46 prop-const:
47 type: int
49 prop-req:
50 type: int
52 prop-default:
53 type: int
56 child-binding:
57 description: Base child-binding description.
60 child-prop-1:
61 description: Base child-prop 1.
62 type: int
63 child-prop-2:
65 child-prop-enum:
68 enum:
69 - CHILD_FOO
70 - CHILD_BAR
71 child-prop-const:
72 type: int
74 child-prop-req:
75 type: int
77 child-prop-default:
78 type: int
81 child-binding:
82 description: Base grandchild-binding description.
85 grandchild-prop-1:
86 description: Base grandchild-prop 1.
87 type: int
88 grandchild-prop-2:
90 grandchild-prop-enum:
93 enum:
94 - GRANDCHILD_FOO
95 - GRANDCHILD_BAR
96 grandchild-prop-const:
97 type: int
99 grandchild-prop-req:
100 type: int
102 grandchild-prop-default:
103 type: int