Searched refs:module_head (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/ti/ | 
| D | netcp.h | 111 	struct list_head	module_head;  member
 | 
| D | netcp_core.c | 71 	list_for_each_entry(intf_modpriv, &netcp->module_head, intf_list)320 			      &netcp_intf->module_head);  in netcp_module_probe()
 404 					 &netcp_intf->module_head,  in netcp_release_module()
 456 	list_for_each_entry(intf_modpriv, &intf->module_head, intf_list)  in netcp_module_get_intf_data()
 1991 	INIT_LIST_HEAD(&netcp->module_head);  in netcp_create_interface()
 2130 	list_for_each_entry_safe(intf_modpriv, tmp, &netcp->module_head,  in netcp_delete_interface()
 2139 	WARN(!list_empty(&netcp->module_head), "%s interface module list is not empty!\n",  in netcp_delete_interface()
 
 |