Searched defs:cb_type (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/linux/firmware/ |
| D | xlnx-event-manager.h | 22 static inline int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, in xlnx_register_event() 29 static inline int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, in xlnx_unregister_event()
|
| /Linux-v6.1/drivers/soc/xilinx/ |
| D | xlnx_event_manager.c | 72 enum pm_api_cb_id cb_type; member 277 int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, 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() 425 u32 cb_type = payload[0]; in xlnx_call_suspend_cb_handler() local 487 u32 cb_type, node_id, event, pos; in xlnx_event_handler() local
|
| /Linux-v6.1/drivers/acpi/ |
| D | dock.c | 88 enum dock_callback_type cb_type) in dock_hotplug_event()
|