Searched refs:ti_sci_np (Results 1 – 1 of 1) sorted by relevance
2875 struct device_node *ti_sci_np; in ti_sci_get_handle() local2883 ti_sci_np = of_get_parent(dev->of_node); in ti_sci_get_handle()2884 if (!ti_sci_np) { in ti_sci_get_handle()2891 if (ti_sci_np == info->dev->of_node) { in ti_sci_get_handle()2898 of_node_put(ti_sci_np); in ti_sci_get_handle()2998 struct device_node *ti_sci_np; in ti_sci_get_by_phandle() local3006 ti_sci_np = of_parse_phandle(np, property, 0); in ti_sci_get_by_phandle()3007 if (!ti_sci_np) in ti_sci_get_by_phandle()3012 if (ti_sci_np == info->dev->of_node) { in ti_sci_get_by_phandle()3019 of_node_put(ti_sci_np); in ti_sci_get_by_phandle()