Searched refs:eve_data (Results 1 – 1 of 1) sorted by relevance
109 struct registered_event_data *eve_data; in xlnx_add_cb_for_notify_event() local116 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_add_cb_for_notify_event()117 if (eve_data->key == key) { in xlnx_add_cb_for_notify_event()125 eve_data = kmalloc(sizeof(*eve_data), GFP_KERNEL); in xlnx_add_cb_for_notify_event()126 if (!eve_data) in xlnx_add_cb_for_notify_event()128 eve_data->key = key; in xlnx_add_cb_for_notify_event()129 eve_data->cb_type = PM_NOTIFY_CB; in xlnx_add_cb_for_notify_event()130 eve_data->wake = wake; in xlnx_add_cb_for_notify_event()131 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_notify_event()135 kfree(eve_data); in xlnx_add_cb_for_notify_event()[all …]