Lines Matching +full:chip +full:- +full:relative
9 //------------------------------------------------------------------------------
11 // Helper function to get the root cause chip target from the service data.
19 //------------------------------------------------------------------------------
22 // devtree path relative the the containing chip. An empty string indicates the
23 // chip target should be returned.
46 //------------------------------------------------------------------------------
57 //------------------------------------------------------------------------------
61 // Get the chip target from the root cause signature. in resolve()
71 //------------------------------------------------------------------------------
75 // Get the chip target from the root cause signature. in resolve()
85 //------------------------------------------------------------------------------
93 //------------------------------------------------------------------------------
101 //------------------------------------------------------------------------------
109 //------------------------------------------------------------------------------
115 auto chip = io_sd.getRootCause().getChip(); in resolve() local
117 auto func = PluginMap::getSingleton().get(chip.getType(), iv_name); in resolve()
119 func(iv_instance, chip, io_sd); in resolve()
122 //------------------------------------------------------------------------------