Searched defs:cb_fun (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/include/linux/firmware/ |
H A D | xlnx-event-manager.h | 22 xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, const bool wake, event_cb_func_t cb_fun, void *data) xlnx_register_event() argument 29 xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, event_cb_func_t cb_fun, void *data) xlnx_unregister_event() argument
|
/kernel/linux/linux-6.6/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 153 static int xlnx_add_cb_for_suspend(event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_suspend() argument 189 static int xlnx_remove_cb_for_suspend(event_cb_func_t cb_fun) in xlnx_remove_cb_for_suspend() argument 89 xlnx_add_cb_for_notify_event(const u32 node_id, const u32 event, const bool wake, event_cb_func_t cb_fun, void *data) xlnx_add_cb_for_notify_event() argument 224 xlnx_remove_cb_for_notify_event(const u32 node_id, const u32 event, event_cb_func_t cb_fun, void *data) xlnx_remove_cb_for_notify_event() argument 281 xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, const bool wake, event_cb_func_t cb_fun, void *data) xlnx_register_event() argument 374 xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, event_cb_func_t cb_fun, void *data) xlnx_unregister_event() argument [all...] |
Completed in 2 milliseconds