Searched refs:eve_data (Results 1 – 1 of 1) sorted by relevance
95 struct registered_event_data *eve_data; in xlnx_add_cb_for_notify_event() local102 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_add_cb_for_notify_event()103 if (eve_data->key == key) { in xlnx_add_cb_for_notify_event()111 eve_data = kmalloc(sizeof(*eve_data), GFP_KERNEL); in xlnx_add_cb_for_notify_event()112 if (!eve_data) in xlnx_add_cb_for_notify_event()114 eve_data->key = key; in xlnx_add_cb_for_notify_event()115 eve_data->cb_type = PM_NOTIFY_CB; in xlnx_add_cb_for_notify_event()116 eve_data->wake = wake; in xlnx_add_cb_for_notify_event()117 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_notify_event()121 kfree(eve_data); in xlnx_add_cb_for_notify_event()[all …]