Lines Matching refs:target
500 struct qcom_sysmon *target;
513 list_for_each_entry(target, &sysmon_list, node) {
514 mutex_lock(&target->state_lock);
515 if (target == sysmon || target->state != SSCTL_SSR_EVENT_AFTER_POWERUP) {
516 mutex_unlock(&target->state_lock);
520 event.subsys_name = target->name;
521 event.ssr_event = target->state;
527 mutex_unlock(&target->state_lock);
580 * sysmon_notify() - notify sysmon target of another's SSR