MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / psci_probe

Function psci_probe

libcpu/aarch64/common/psci.c:387–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387static rt_err_t psci_probe(struct rt_platform_device *pdev)
388{
389 rt_err_t err;
390
391 err = psci_ofw_init(pdev);
392
393 return err;
394}
395
396static const struct rt_ofw_node_id psci_ofw_ids[] =
397{

Callers

nothing calls this directly

Calls 1

psci_ofw_initFunction · 0.85

Tested by

no test coverage detected