Home
last modified time | relevance | path

Searched defs:devHostService (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_full.c59 static int DevHostServiceFullOpsDevice(struct IDevHostService *devHostService, uintptr_t parm, int … in DevHostServiceFullOpsDevice()
78 static int DevHostServiceFullAddDevice(struct IDevHostService *devHostService, const struct HdfDevi… in DevHostServiceFullAddDevice()
83 static int DevHostServiceFullDelDevice(struct IDevHostService *devHostService, devid_t devid) in DevHostServiceFullDelDevice()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevhost_service.c257 …struct DevHostService *devHostService = (struct DevHostService *)OsalMemCalloc(sizeof(struct DevHo… in DevHostServiceCreate() local
266 struct DevHostService *devHostService = (struct DevHostService *)object; in DevHostServiceRelease() local