Searched refs:DeviceInterfaceList (Results 1 – 2 of 2) sorted by relevance
140 Entry = DeviceEntry->DeviceInterfaceList.Flink; in KspRemoveDeviceAssociations()142 while(Entry != &DeviceEntry->DeviceInterfaceList) in KspRemoveDeviceAssociations()278 Entry = DeviceEntry->DeviceInterfaceList.Flink; in KspCreateDeviceAssociation()282 while(Entry != &DeviceEntry->DeviceInterfaceList) in KspCreateDeviceAssociation()316 InsertTailList(&DeviceEntry->DeviceInterfaceList, &CurEntry->Entry); in KspCreateDeviceAssociation()398 InitializeListHead(&DeviceEntry->DeviceInterfaceList); in KspCreateDeviceReference()425 if (IsListEmpty(&DeviceEntry->DeviceInterfaceList)) in KspCreateDeviceReference()646 Entry = DeviceEntry->DeviceInterfaceList.Flink; in KspEnableBusDeviceInterface()648 while(Entry != &DeviceEntry->DeviceInterfaceList) in KspEnableBusDeviceInterface()
194 LIST_ENTRY DeviceInterfaceList; member