get_parent_with_subsystem
Description:
Walks up the chain of parents of this and returns the first device encountered where subsystem
and devtype
matches, if any.
Parameters:
this |
A Device. |
subsystem |
The subsystem of the parent to get. |
devtype |
The devtype of the parent to get or |
Returns:
A Device or |