Home
last modified time | relevance | path

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

/reactos/drivers/ksfilter/ks/
H A Dswenum.c140 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()
H A Dkstypes.h194 LIST_ENTRY DeviceInterfaceList; member