Home
last modified time | relevance | path

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

/linux/drivers/firmware/
H A Dti_sci.c3295 struct device_node *ti_sci_np; in ti_sci_get_handle() local
3303 ti_sci_np = of_get_parent(dev->of_node); in ti_sci_get_handle()
3304 if (!ti_sci_np) { in ti_sci_get_handle()
3311 if (ti_sci_np == info->dev->of_node) { in ti_sci_get_handle()
3318 of_node_put(ti_sci_np); in ti_sci_get_handle()
3418 struct device_node *ti_sci_np; in ti_sci_get_by_phandle() local
3426 ti_sci_np = of_parse_phandle(np, property, 0); in ti_sci_get_by_phandle()
3427 if (!ti_sci_np) in ti_sci_get_by_phandle()
3432 if (ti_sci_np == info->dev->of_node) { in ti_sci_get_by_phandle()
3439 of_node_put(ti_sci_np); in ti_sci_get_by_phandle()