Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/xilinx/
Dxlnx_event_manager.c72 enum pm_api_cb_id cb_type; member
114 eve_data->cb_type = PM_NOTIFY_CB; in xlnx_add_cb_for_notify_event()
158 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
170 eve_data->cb_type = PM_INIT_SUSPEND_CB; in xlnx_add_cb_for_suspend()
198 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
277 int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, in xlnx_register_event() argument
287 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_register_event()
288 pr_err("%s() Unsupported Callback 0x%x\n", __func__, cb_type); in xlnx_register_event()
295 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_register_event()
370 int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, in xlnx_unregister_event() argument
[all …]
/linux-6.1.9/include/linux/firmware/
Dxlnx-event-manager.h15 int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id,
19 int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id,
22 static inline int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, in xlnx_register_event() argument
29 static inline int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, in xlnx_unregister_event() argument
/linux-6.1.9/drivers/acpi/
Ddock.c88 enum dock_callback_type cb_type) in dock_hotplug_event() argument
97 if (cb_type == DOCK_CALL_FIXUP) { in dock_hotplug_event()
106 } else if (cb_type == DOCK_CALL_UEVENT) { in dock_hotplug_event()