Searched refs:devInst (Results 1 – 2 of 2) sorted by relevance
75 static int HdfDeviceAttach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceAttach() argument78 struct HdfDevice *device = (struct HdfDevice *)devInst; in HdfDeviceAttach()101 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceDetach() argument104 if (devInst == NULL || devNode == NULL) { in HdfDeviceDetach()108 device = CONTAINER_OF(devInst, struct HdfDevice, super); in HdfDeviceDetach()
58 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode);