Lines Matching defs:Virtin
83 struct Virtin {
112 static void PopulateEventQ(const struct Virtin *in)
155 static void VirtinHandleEv(struct Virtin *in)
186 struct Virtin *in = (struct Virtin *)param;
248 static bool VirtinFillHidInfo(const struct Virtin *in, HidInfo *devInfo)
271 static int32_t HdfVirtinInitHid(struct Virtin *in)
299 static void VirtinDeInit(struct Virtin *in)
318 static struct Virtin *VirtinInitDev(void)
320 struct Virtin *in = NULL;
325 len = sizeof(struct Virtin) + VirtqSize(VIRTQ_EVENT_QSZ) + VirtqSize(VIRTQ_STATUS_QSZ);
344 base = ALIGN((VADDR_T)in + sizeof(struct Virtin), VIRTQ_ALIGN_DESC);
367 struct Virtin *in = (struct Virtin *)arg;
381 struct Virtin *in = NULL;
428 struct Virtin *in = deviceObject->priv;