Home | History | Annotate | Download | only in ppc

Lines Matching refs:device

28 /* Constructing the device tree:
30 The initial device tree populated with devices and basic properties
32 function parses a PSIM device specification and uses it to populate
37 connections added to a device tree using this function are marked
48 (device *) tree_parse
49 (device *root,
60 (device *root);
64 (device *root,
70 The entire device tree can be traversed using the
77 (device *device,
82 (device *root,
91 the specified device within the tree. If the device is not found a
92 NULL device is returned.
97 (device *) tree_find_device
98 (device *root,
104 (device *root,
109 (device *root,
114 (device *root,
119 (device *root,
124 (device *root,
130 Once a device tree has been created the <<device_tree_init()>>
138 (device *root,