Lines Matching refs:ssr_name
58 qcom_glink_ssr_notify(glink->ssr_name);
65 * @ssr_name: identifier of the associated remoteproc for ssr notifications
68 const char *ssr_name)
76 glink->ssr_name = kstrdup_const(ssr_name, GFP_KERNEL);
77 if (!glink->ssr_name)
100 kfree_const(glink->ssr_name);
323 * @ssr_name: identifier to use for notifications originating from @rproc
330 const char *ssr_name)
334 info = qcom_ssr_get_subsys(ssr_name);