Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/soc/ti/
H A Dti_sci_protocol.h552 const struct ti_sci_handle *ti_sci_get_by_phandle(struct device_node *np,
585 const struct ti_sci_handle *ti_sci_get_by_phandle(struct device_node *np, in ti_sci_get_by_phandle() function
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dti_k3_dsp_remoteproc.c625 kproc->ti_sci = ti_sci_get_by_phandle(np, "ti,sci"); in k3_dsp_rproc_probe()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dti_sci.c3077 const struct ti_sci_handle *ti_sci_get_by_phandle(struct device_node *np, in ti_sci_get_by_phandle() function
3111 EXPORT_SYMBOL_GPL(ti_sci_get_by_phandle);
3134 handle = ti_sci_get_by_phandle(dev_of_node(dev), property); in devm_ti_sci_get_by_phandle()
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dk3-ringacc.c1064 ringacc->tisci = ti_sci_get_by_phandle(node, "ti,sci"); in k3_ringacc_probe_dt()
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-udma.c3525 ud->tisci_rm.tisci = ti_sci_get_by_phandle(dev->of_node, "ti,sci"); in udma_probe()