Searched refs:stm_pdrv_head (Results 1 – 1 of 1) sorted by relevance
369 static struct list_head stm_pdrv_head; variable389 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()
Completed in 5 milliseconds