Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c435 struct UsbPipeQueryPara pipeQueryPara = {0}; in IfGetRequestPipeType() local
460 pipeQueryPara.type = USB_PIPE_INDEX_TYPE; in IfGetRequestPipeType()
461 pipeQueryPara.pipeId = pipeId; in IfGetRequestPipeType()
462 pipeObj = IfFindPipeObj(interfaceObj, pipeQueryPara); in IfGetRequestPipeType()
1518 struct UsbPipeQueryPara pipeQueryPara; in UsbGetPipeInfo() local
1545 pipeQueryPara.type = USB_PIPE_INDEX_TYPE; in UsbGetPipeInfo()
1546 pipeQueryPara.pipeId = pipeId; in UsbGetPipeInfo()
1547 pipeObj = IfFindPipeObj(interfaceObj, pipeQueryPara); in UsbGetPipeInfo()