Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c53 static const struct device *const dev_entropy = DEVICE_DT_GET(DT_CHOSEN(zephyr_entropy)); variable
125 if (!device_is_ready(dev_entropy)) { in lll_init()
183 return entropy_get_entropy(dev_entropy, buf, len); in lll_csrand_get()
188 return entropy_get_entropy_isr(dev_entropy, buf, len, 0); in lll_csrand_isr_get()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c65 static const struct device *const dev_entropy = DEVICE_DT_GET(DT_NODELABEL(rng)); variable
214 if (!device_is_ready(dev_entropy)) {
379 return entropy_get_entropy(dev_entropy, buf, len);
392 return entropy_get_entropy_isr(dev_entropy, buf, len, 0);
405 return entropy_get_entropy(dev_entropy, buf, len);
418 return entropy_get_entropy_isr(dev_entropy, buf, len, 0);