Searched refs:qcom_register_ssr_notifier (Results 1 – 3 of 3) sorted by relevance
29 void *qcom_register_ssr_notifier(const char *name, struct notifier_block *nb);34 static inline void *qcom_register_ssr_notifier(const char *name, in qcom_register_ssr_notifier() function
239 void *qcom_register_ssr_notifier(const char *name, struct notifier_block *nb) in qcom_register_ssr_notifier() function251 EXPORT_SYMBOL_GPL(qcom_register_ssr_notifier);
367 notifier = qcom_register_ssr_notifier("mpss", &ipa->nb); in ipa_modem_config()