Searched refs:trbe_online (Results 1 – 1 of 1) sorted by relevance
82 enum cpuhp_state trbe_online; member1014 enum cpuhp_state trbe_online; in arm_trbe_probe_cpuhp() local1017 trbe_online = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, DRVNAME, in arm_trbe_probe_cpuhp()1019 if (trbe_online < 0) in arm_trbe_probe_cpuhp()1020 return trbe_online; in arm_trbe_probe_cpuhp()1022 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()1024 cpuhp_remove_multi_state(trbe_online); in arm_trbe_probe_cpuhp()1027 drvdata->trbe_online = trbe_online; in arm_trbe_probe_cpuhp()1033 cpuhp_remove_multi_state(drvdata->trbe_online); in arm_trbe_remove_cpuhp()