Home
last modified time | relevance | path

Searched refs:zynqmp_pm_request_wake (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/firmware/
H A Dxlnx-zynqmp.h625 int zynqmp_pm_request_wake(const u32 node,
911 static inline int zynqmp_pm_request_wake(const u32 node, in zynqmp_pm_request_wake() function
/linux/drivers/firmware/xilinx/
H A Dzynqmp-debug.c142 ret = zynqmp_pm_request_wake(pm_api_arg[0], in process_api_request()
H A Dzynqmp.c1432 * zynqmp_pm_request_wake - PM call to wake up selected master or subsystem
1440 int zynqmp_pm_request_wake(const u32 node, in zynqmp_pm_request_wake() function
1449 EXPORT_SYMBOL_GPL(zynqmp_pm_request_wake);
/linux/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c395 ret = zynqmp_pm_request_wake(r5_core->pm_domain_id, 1, in zynqmp_r5_rproc_start()