Home
last modified time | relevance | path

Searched refs:ti_sci_np (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/firmware/
Dti_sci.c2890 struct device_node *ti_sci_np; in ti_sci_get_handle() local
2899 ti_sci_np = of_get_parent(dev->of_node); in ti_sci_get_handle()
2900 if (!ti_sci_np) { in ti_sci_get_handle()
2908 if (ti_sci_np == info->dev->of_node) { in ti_sci_get_handle()
2915 of_node_put(ti_sci_np); in ti_sci_get_handle()
3015 struct device_node *ti_sci_np; in ti_sci_get_by_phandle() local
3024 ti_sci_np = of_parse_phandle(np, property, 0); in ti_sci_get_by_phandle()
3025 if (!ti_sci_np) in ti_sci_get_by_phandle()
3031 if (ti_sci_np == info->dev->of_node) { in ti_sci_get_by_phandle()
3038 of_node_put(ti_sci_np); in ti_sci_get_by_phandle()