Home
last modified time | relevance | path

Searched refs:DeviceNodeExt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
H A Dhdf_device_node_ext.c44 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()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
H A Dhdf_device_node_ext.c40 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()
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_device_node_ext.c55 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()
/ohos5.0/drivers/hdf_core/framework/core/common/include/manager/
H A Dhdf_device_node_ext.h15 struct DeviceNodeExt { struct
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c809 adapter = (struct HdfVNodeAdapter *)(((struct DeviceNodeExt *)deviceNode)->ioService); in HdfDeviceSendEvent()