Lines Matching defs:name
29 const char *name;
201 static struct qcom_ssr_subsystem *qcom_ssr_get_subsys(const char *name)
206 /* Match in the global qcom_ssr_subsystem_list with name */
208 if (!strcmp(info->name, name))
216 info->name = kstrdup_const(name, GFP_KERNEL);
229 * @name: Subsystem's SSR name
233 * remoteproc associated with @name. The notifier block's callback
239 void *qcom_register_ssr_notifier(const char *name, struct notifier_block *nb)
243 info = qcom_ssr_get_subsys(name);
273 .name = ssr->info->name,
286 .name = ssr->info->name,
299 .name = ssr->info->name,
311 .name = ssr->info->name,