MCPcopy Create free account
hub / github.com/F-Stack/f-stack / of_init

Function of_init

dpdk/drivers/common/dpaax/dpaa_of.h:170–173  ·  view source on GitHub ↗

Use of this wrapper is recommended. */

Source from the content-addressed store, hash-verified

168
169/* Use of this wrapper is recommended. */
170static inline int of_init(void)
171{
172 return of_init_path(OF_INIT_DEFAULT_PATH);
173}
174
175/* Read a numeric property according to its size and return it as a 64-bit
176 * value.

Callers 3

cryptodev_caam_jr_probeFunction · 0.85
pmd_pfe_probeFunction · 0.85
rte_dpaa_bus_dev_buildFunction · 0.85

Calls 1

of_init_pathFunction · 0.85

Tested by

no test coverage detected