Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device.h43 struct IHdfDevice { struct
45 int (*Attach)(struct IHdfDevice *device, struct HdfDeviceNode *deviceNode); argument
46 int (*Detach)(struct IHdfDevice *device, struct HdfDeviceNode *deviceNode); argument
47 struct HdfDeviceNode *(*GetDeviceNode)(struct IHdfDevice *device, devid_t devid); argument
48 int (*DetachWithDevid)(struct IHdfDevice *device, devid_t devid); argument
52 struct IHdfDevice super;
58 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device.c79 static int HdfDeviceAttach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceAttach()
105 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceDetach()
129 static struct HdfDeviceNode *HdfDeviceGetDeviceNode(struct IHdfDevice *device, devid_t devid) in HdfDeviceGetDeviceNode()
141 static int HdfDeviceDetachWithDevid(struct IHdfDevice *device, devid_t devid) in HdfDeviceDetachWithDevid()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/include/
H A Dhdf_device_thread.h41 int DeviceThreadAttach(struct DeviceThread *inst, struct IHdfDevice *device, struct HdfDeviceNode *…
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_device_thread.c50 int DeviceThreadAttach(struct DeviceThread *inst, struct IHdfDevice *device, struct HdfDeviceNode *… in DeviceThreadAttach()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp378 struct IHdfDevice *device = reinterpret_cast<struct IHdfDevice *>(object);