Searched refs:trbe_online (Results 1 – 1 of 1) sorted by relevance
82 enum cpuhp_state trbe_online; member1008 enum cpuhp_state trbe_online; in arm_trbe_probe_cpuhp() local1011 trbe_online = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, DRVNAME, in arm_trbe_probe_cpuhp()1013 if (trbe_online < 0) in arm_trbe_probe_cpuhp()1014 return trbe_online; in arm_trbe_probe_cpuhp()1016 ret = cpuhp_state_add_instance(trbe_online, &drvdata->hotplug_node); in arm_trbe_probe_cpuhp()1018 cpuhp_remove_multi_state(trbe_online); in arm_trbe_probe_cpuhp()1021 drvdata->trbe_online = trbe_online; in arm_trbe_probe_cpuhp()1027 cpuhp_remove_multi_state(drvdata->trbe_online); in arm_trbe_remove_cpuhp()