Home
last modified time | relevance | path

Searched refs:stm_pdrv_head (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/hwtracing/stm/
Dcore.c369 static struct list_head stm_pdrv_head; variable
389 list_for_each_entry(pe, &stm_pdrv_head, entry) { in __stm_lookup_protocol()
419 list_add_tail(&pe->entry, &stm_pdrv_head); in stm_register_protocol()
439 list_for_each_entry_safe(pe, iter, &stm_pdrv_head, entry) { in stm_unregister_protocol()
1328 INIT_LIST_HEAD(&stm_pdrv_head); in stm_core_init()