Searched refs:DeviceNodeExt (Results 1 – 5 of 5) sorted by relevance
44 struct DeviceNodeExt *devNodeExt = (struct DeviceNodeExt *)inst; in DeviceNodeExtPublishService()57 static void DeviceNodeExtConstruct(struct DeviceNodeExt *inst) in DeviceNodeExtConstruct()68 struct DeviceNodeExt *instance = in DeviceNodeExtCreate()69 (struct DeviceNodeExt *)OsalMemCalloc(sizeof(struct DeviceNodeExt)); in DeviceNodeExtCreate()79 struct DeviceNodeExt *instance = (struct DeviceNodeExt *)object; in DeviceNodeExtRelease()
40 struct DeviceNodeExt *devNodeExt = (struct DeviceNodeExt *)inst; in DeviceNodeExtPublishService()53 static void DeviceNodeExtConstruct(struct DeviceNodeExt *inst) in DeviceNodeExtConstruct()64 …struct DeviceNodeExt *instance = (struct DeviceNodeExt *)OsalMemCalloc(sizeof(struct DeviceNodeExt… in DeviceNodeExtCreate()74 struct DeviceNodeExt *instance = (struct DeviceNodeExt *)object; in DeviceNodeExtRelease()
55 struct DeviceNodeExt *devNodeExt = (struct DeviceNodeExt *)devNode; in DeviceNodeExtPublishService()93 struct DeviceNodeExt *devNodeExt = CONTAINER_OF(devNode, struct DeviceNodeExt, super); in DeviceNodeExtRemoveService()107 static void DeviceNodeExtConstruct(struct DeviceNodeExt *inst) in DeviceNodeExtConstruct()117 static void DeviceNodeExtDestruct(struct DeviceNodeExt *devnode) in DeviceNodeExtDestruct()127 …struct DeviceNodeExt *instance = (struct DeviceNodeExt *)OsalMemCalloc(sizeof(struct DeviceNodeExt… in DeviceNodeExtCreate()137 struct DeviceNodeExt *devnode = (struct DeviceNodeExt *)object; in DeviceNodeExtRelease()
15 struct DeviceNodeExt { struct
809 adapter = (struct HdfVNodeAdapter *)(((struct DeviceNodeExt *)deviceNode)->ioService); in HdfDeviceSendEvent()