Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvmem/
Dmeson-efuse.c55 struct device_node *sm_np __free(device_node) = in meson_efuse_probe()
58 if (!sm_np) { in meson_efuse_probe()
63 fw = meson_sm_get(sm_np); in meson_efuse_probe()
/linux-6.12.1/drivers/pmdomain/amlogic/
Dmeson-secure-pwrc.c270 struct device_node *sm_np; in meson_secure_pwrc_probe() local
280 sm_np = of_find_compatible_node(NULL, NULL, "amlogic,meson-gxbb-sm"); in meson_secure_pwrc_probe()
281 if (!sm_np) { in meson_secure_pwrc_probe()
288 of_node_put(sm_np); in meson_secure_pwrc_probe()
292 pwrc->fw = meson_sm_get(sm_np); in meson_secure_pwrc_probe()
293 of_node_put(sm_np); in meson_secure_pwrc_probe()