Home
last modified time | relevance | path

Searched defs:cb_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/firmware/
Dxlnx-event-manager.h32 static inline int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, in xlnx_register_event()
39 static inline int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, in xlnx_unregister_event()
/linux-6.12.1/drivers/soc/xilinx/
Dxlnx_event_manager.c72 enum pm_api_cb_id cb_type; member
296 int xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, in xlnx_register_event()
389 int xlnx_unregister_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, in xlnx_unregister_event()
444 u32 cb_type = payload[0]; in xlnx_call_suspend_cb_handler() local
506 u32 cb_type, node_id, event, pos; in xlnx_event_handler() local
Dzynqmp_power.c46 enum pm_api_cb_id cb_type; member
257 static int register_event(struct device *dev, const enum pm_api_cb_id cb_type, const u32 node_id, in register_event()
/linux-6.12.1/drivers/acpi/
Ddock.c88 enum dock_callback_type cb_type) in dock_hotplug_event()