Searched refs:eve_data (Results 1 – 1 of 1) sorted by relevance
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()130 eve_data->wake = wake; in xlnx_add_cb_for_notify_event()135 kfree(eve_data); in xlnx_add_cb_for_notify_event()182 eve_data = kmalloc(sizeof(*eve_data), GFP_KERNEL); in xlnx_add_cb_for_suspend()183 if (!eve_data) in xlnx_add_cb_for_suspend()186 eve_data->key = 0; in xlnx_add_cb_for_suspend()227 kfree(eve_data); in xlnx_remove_cb_for_suspend()268 kfree(eve_data); in xlnx_remove_cb_for_notify_event()[all …]
Completed in 5 milliseconds