Home
last modified time | relevance | path

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

/drivers/soc/xilinx/
A Dxlnx_event_manager.c74 struct list_head cb_list_head; member
131 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_notify_event()
142 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event()
148 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event()
162 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event()
188 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_suspend()
199 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_suspend()
220 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend()
257 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_notify_event()
267 if (list_empty(&eve_data->cb_list_head)) { in xlnx_remove_cb_for_notify_event()
[all …]

Completed in 5 milliseconds