Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dmodule.h16 struct list_head hd_node; member
Dsvc.c887 list_for_each_entry(module, &hd->modules, hd_node) { in gb_svc_interface_lookup()
905 list_for_each_entry(module, &hd->modules, hd_node) { in gb_svc_module_lookup()
990 list_add(&module->hd_node, &hd->modules); in gb_svc_process_module_inserted()
1017 list_del(&module->hd_node); in gb_svc_process_module_removed()
1369 list_for_each_entry_safe(module, tmp, &hd->modules, hd_node) { in gb_svc_remove_modules()
1371 list_del(&module->hd_node); in gb_svc_remove_modules()