Lines Matching +full:cell +full:- +full:value
43 They are used to cross-reference device tree nodes.
46 In this example, the GPIO node would have a cell (32-bit integer)
48 whose value uniquely identifies the node.
51 described by device bindings (device-specific set of properties).
52 It can be a cell property or a combined property with one part
53 of it being a cell.
54 The value of the framebuffer node's property would be the same
55 as the value of the GPIO "phandle" property so it can be said
71 the input value.
78 the input value.
80 .Bd -literal
84 if (OF_getencprop(node, "lcd-panel", &panelxref) <= 0)
95 .An -nosplit