Searched refs:pm_api_req (Results 1 – 1 of 1) sorted by relevance
105 static int get_pm_api_id(char *pm_api_req, u32 *pm_id) in get_pm_api_id() argument110 if (!strncasecmp(pm_api_req, pm_api_list[i].api_name, in get_pm_api_id()118 if (i == ARRAY_SIZE(pm_api_list) && kstrtouint(pm_api_req, 10, pm_id)) in get_pm_api_id()311 char *pm_api_req; in zynqmp_pm_debugfs_api_write() local331 pm_api_req = strsep(&kern_buff, " "); in zynqmp_pm_debugfs_api_write()333 ret = get_pm_api_id(pm_api_req, &pm_id); in zynqmp_pm_debugfs_api_write()338 pm_api_req = strsep(&kern_buff, " "); in zynqmp_pm_debugfs_api_write()339 while ((i < ARRAY_SIZE(pm_api_arg)) && pm_api_req) { in zynqmp_pm_debugfs_api_write()340 pm_api_arg[i++] = zynqmp_pm_argument_value(pm_api_req); in zynqmp_pm_debugfs_api_write()341 pm_api_req = strsep(&kern_buff, " "); in zynqmp_pm_debugfs_api_write()
Completed in 10 milliseconds