Searched refs:upper_thread (Results 1 – 3 of 3) sorted by relevance
59 static bool hal_init(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread) { in hal_init() argument61 assert(upper_thread != NULL); in hal_init()64 thread = upper_thread; in hal_init()
53 static bool hal_init(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread) { in hal_init() argument55 assert(upper_thread != NULL); in hal_init()58 thread = upper_thread; in hal_init()
51 bool (*init)(const hci_hal_callbacks_t *upper_callbacks, thread_t *upper_thread);