|
Creates a Framework node (dp type FwNode) of the selected type and configures it with the specified parameters.
|
|
Creates a Framework logical node and configures it with the specified parameters. If no parent is specified, then it will be a logical root node.
|
|
Creates a Framework vendor node and configures it with the specified parameters. This nodes appear as root in the hardware view.
|
|
If the node passed is of type fwNode_TYPE_VENDOR, the function returns the possible children datapoint types.
|
|
Gets all the nodes of the specified type in the specified system
|
|
Gets panels associated with a given datapoint of type FwNode.
|
|
Gets node type of a given datapoint. If the datapoint is not of type FwNode, an exception is raised.
|
|
This function has to be called before creting any logical node. It initializes teh sequence numbers to be used for the node names.
|
|
If the node passed is of type fwNode_TYPE_VENDOR, the function sets the possible children datapoint types.
|
|
Sets node type of a given datapoint. If the datapoint is not of type FwNode, an exception is raised.
|