Lines Matching refs:AcmWb
41 struct AcmWb *wb = NULL; in AcmWbAlloc()
45 wb = (struct AcmWb *)&acm->wb[i]; in AcmWbAlloc()
110 static int32_t AcmStartWb(struct AcmDevice *acm, struct AcmWb *wb, struct UsbPipeInfo *pipe) in AcmStartWb()
141 static int32_t AcmStartWbSync(struct AcmDevice *acm, struct AcmWb *wb, struct UsbPipeInfo *pipe) in AcmStartWbSync()
173 struct AcmWb *wb; in AcmWriteBufAlloc()
174 for (wb = (struct AcmWb *)&acm->wb[0], i = 0; i < ACM_NW; i++, wb++) { in AcmWriteBufAlloc()
192 struct AcmWb *wb; in AcmWriteBufFree()
209 struct AcmWb *wb = (struct AcmWb *)req->compInfo.userData; in AcmWriteBulk()
821 struct AcmWb *wb = NULL; in SerialWriteSync()
979 struct AcmWb *wb = NULL; in SerialWrite()
1390 struct AcmWb *snd = NULL; in AcmFreeWriteRequests()
1648 struct AcmWb *snd = (struct AcmWb *)&(acm->wb[i]); in AcmAllocRequests()