Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_ibi_workq.c24 static sys_slist_t i3c_ibi_work_nodes_free; variable
37 node = sys_slist_get(&i3c_ibi_work_nodes_free); in i3c_ibi_work_enqueue()
63 node = sys_slist_get(&i3c_ibi_work_nodes_free); in i3c_ibi_work_enqueue_target_irq()
95 node = sys_slist_get(&i3c_ibi_work_nodes_free); in i3c_ibi_work_enqueue_controller_request()
121 node = sys_slist_get(&i3c_ibi_work_nodes_free); in i3c_ibi_work_enqueue_hotjoin()
149 node = sys_slist_get(&i3c_ibi_work_nodes_free); in i3c_ibi_work_enqueue_cb()
246 sys_slist_append(&i3c_ibi_work_nodes_free, (sys_snode_t *)ibi_node); in i3c_ibi_work_handler()
258 sys_slist_init(&i3c_ibi_work_nodes_free); in i3c_ibi_work_q_init()
263 sys_slist_append(&i3c_ibi_work_nodes_free, in i3c_ibi_work_q_init()