Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/core/host/src/
Dhdf_device.c75 static int HdfDeviceAttach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceAttach() argument
78 struct HdfDevice *device = (struct HdfDevice *)devInst; in HdfDeviceAttach()
101 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceDetach() argument
104 if (devInst == NULL || devNode == NULL) { in HdfDeviceDetach()
108 device = CONTAINER_OF(devInst, struct HdfDevice, super); in HdfDeviceDetach()
/drivers/hdf_core/interfaces/inner_api/host/shared/
Dhdf_device.h58 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode);