Searched refs:cb_type (Results 1 – 3 of 3) sorted by relevance
| /drivers/soc/xilinx/ |
| A D | xlnx_event_manager.c | 72 enum pm_api_cb_id cb_type; member 129 eve_data->cb_type = PM_NOTIFY_CB; in xlnx_add_cb_for_notify_event() 308 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_register_event() 316 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_register_event() 402 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_unregister_event() 410 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_unregister_event() 446 u32 cb_type = payload[0]; in xlnx_call_suspend_cb_handler() local 452 if (eve_data->cb_type == cb_type) { in xlnx_call_suspend_cb_handler() 508 u32 cb_type, node_id, event, pos; in xlnx_event_handler() local 516 cb_type = payload[0]; in xlnx_event_handler() [all …]
|
| A D | zynqmp_power.c | 46 enum pm_api_cb_id cb_type; member 253 xlnx_unregister_event(event_info->cb_type, event_info->node_id, in unregister_event() 257 static int register_event(struct device *dev, const enum pm_api_cb_id cb_type, const u32 node_id, in register_event() argument 268 event_info->cb_type = cb_type; in register_event() 274 ret = xlnx_register_event(event_info->cb_type, event_info->node_id, in register_event()
|
| /drivers/acpi/ |
| A D | dock.c | 88 enum dock_callback_type cb_type) in dock_hotplug_event() argument 98 if (cb_type == DOCK_CALL_FIXUP) in dock_hotplug_event() 100 else if (cb_type == DOCK_CALL_UEVENT) in dock_hotplug_event()
|
Completed in 11 milliseconds