Searched refs:devInst (Results 1 – 2 of 2) sorted by relevance
79 static int HdfDeviceAttach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceAttach() argument82 struct HdfDevice *device = (struct HdfDevice *)devInst; in HdfDeviceAttach()105 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode) in HdfDeviceDetach() argument108 if (devInst == NULL || devNode == NULL) { in HdfDeviceDetach()112 device = CONTAINER_OF(devInst, struct HdfDevice, super); in HdfDeviceDetach()
58 int HdfDeviceDetach(struct IHdfDevice *devInst, struct HdfDeviceNode *devNode);