Home
last modified time | relevance | path

Searched refs:bufferLength (Results 1 – 25 of 37) sorted by relevance

12

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_msd_ufi.c58 uint32_t bufferLength, in USB_HostMsdRead10() argument
73 return USB_HostMsdCommand(classHandle, buffer, bufferLength, callbackFn, callbackParam, in USB_HostMsdRead10()
81 uint32_t bufferLength, in USB_HostMsdRead12() argument
96 return USB_HostMsdCommand(classHandle, buffer, bufferLength, callbackFn, callbackParam, in USB_HostMsdRead12()
104 uint32_t bufferLength, in USB_HostMsdWrite10() argument
119 return USB_HostMsdCommand(classHandle, buffer, bufferLength, callbackFn, callbackParam, in USB_HostMsdWrite10()
127 uint32_t bufferLength, in USB_HostMsdWrite12() argument
142 return USB_HostMsdCommand(classHandle, buffer, bufferLength, callbackFn, callbackParam, in USB_HostMsdWrite12()
149 uint32_t bufferLength, in USB_HostMsdReadCapacity() argument
163 return USB_HostMsdCommand(classHandle, buffer, bufferLength, callbackFn, callbackParam, in USB_HostMsdReadCapacity()
[all …]
Dusb_host_msd.h318 uint32_t bufferLength,
350 uint32_t bufferLength,
382 uint32_t bufferLength,
414 uint32_t bufferLength,
443 uint32_t bufferLength,
495 uint32_t bufferLength,
523 uint32_t bufferLength,
555 uint32_t bufferLength,
583 uint32_t bufferLength,
611 uint32_t bufferLength,
[all …]
Dusb_host_hub.c69 uint16_t bufferLength,
124 uint16_t bufferLength, in USB_HostHubClassRequestCommon() argument
151 transfer->transferLength = bufferLength; in USB_HostHubClassRequestCommon()
158 transfer->setupPacket->wLength = USB_SHORT_TO_LITTLE_ENDIAN(bufferLength); in USB_HostHubClassRequestCommon()
367 uint16_t bufferLength, in USB_HostHubInterruptRecv() argument
394 transfer->transferLength = bufferLength; in USB_HostHubInterruptRecv()
473 uint16_t bufferLength, in USB_HostHubGetDescriptor() argument
479 … USB_REQUEST_STANDARD_GET_DESCRIPTOR, 0x00, 0, buffer, bufferLength, callbackFn, callbackParam); in USB_HostHubGetDescriptor()
528 uint16_t bufferLength, in USB_HostHubGetStatus() argument
533 … USB_REQUEST_STANDARD_GET_STATUS, 0, 0, buffer, bufferLength, callbackFn, in USB_HostHubGetStatus()
[all …]
Dusb_host_cdc_ecm.c52 uint16_t bufferLength, in USB_HostCdcEcmSetEthernetPowerManagementPatternFilter() argument
59 USB_SHORT_GET_HIGH(filterNum), bufferLength, buffer, callbackFn, callbackParam); in USB_HostCdcEcmSetEthernetPowerManagementPatternFilter()
99 uint32_t bufferLength, in USB_HostCdcEcmDataRecv() argument
103 return USB_HostCdcDataRecv(classHandle, buffer, bufferLength, callbackFn, callbackParam); in USB_HostCdcEcmDataRecv()
108 uint32_t bufferLength, in USB_HostCdcEcmDataSend() argument
113 …return USB_HostCdcDataSend(classHandle, buffer, MIN(bufferLength, maxSegmentSize), callbackFn, cal… in USB_HostCdcEcmDataSend()
120 uint16_t bufferLength, in USB_HostCdcEcmGetMacStringDescriptor() argument
148 descriptorParam.descriptorLength = bufferLength; in USB_HostCdcEcmGetMacStringDescriptor()
Dusb_host_cdc_ecm.h172 uint16_t bufferLength,
230 uint32_t bufferLength,
246 uint32_t bufferLength,
266 uint16_t bufferLength,
Dusb_host_cdc.h386 uint32_t bufferLength,
409 uint32_t bufferLength,
432 uint32_t bufferLength,
514 uint16_t bufferLength,
536 uint16_t bufferLength,
Dusb_host_hid.h218 uint32_t bufferLength,
241 uint32_t bufferLength,
351 uint32_t bufferLength,
377 uint32_t bufferLength,
Dusb_host_hub.h215 uint16_t bufferLength,
254 uint16_t bufferLength,
299 uint16_t bufferLength,
369 uint16_t bufferLength,
Dusb_host_hid.c577 uint32_t bufferLength, in USB_HostHidRecv() argument
607 transfer->transferLength = bufferLength; in USB_HostHidRecv()
626 uint32_t bufferLength, in USB_HostHidSend() argument
656 transfer->transferLength = bufferLength; in USB_HostHidSend()
786 uint32_t bufferLength, in USB_HostHidGetReport() argument
792 …USB_HOST_HID_GET_REPORT, reportId, reportType, (uint16_t)bufferLength, buffer, callbackFn, callbac… in USB_HostHidGetReport()
799 uint32_t bufferLength, in USB_HostHidSetReport() argument
805 …USB_HOST_HID_SET_REPORT, reportId, reportType, (uint16_t)bufferLength, buffer, callbackFn, callbac… in USB_HostHidSetReport()
Dusb_host_cdc.c847 uint32_t bufferLength, in USB_HostCdcDataRecv() argument
874 transfer->transferLength = bufferLength; in USB_HostCdcDataRecv()
909 uint32_t bufferLength, in USB_HostCdcDataSend() argument
936 transfer->transferLength = bufferLength; in USB_HostCdcDataSend()
970 uint32_t bufferLength, in USB_HostCdcInterruptRecv() argument
997 transfer->transferLength = bufferLength; in USB_HostCdcInterruptRecv()
1214 uint16_t bufferLength, in USB_HostCdcSendEncapsulatedCommand() argument
1220 … USB_HOST_CDC_SEND_ENCAPSULATED_COMMAND, 0U, 0U, bufferLength, buffer, callbackFn, callbackParam); in USB_HostCdcSendEncapsulatedCommand()
1241 uint16_t bufferLength, in USB_HostCdcGetEncapsulatedResponse() argument
1247 … USB_HOST_CDC_GET_ENCAPSULATED_RESPONSE, 0, 0, bufferLength, buffer, callbackFn, callbackParam); in USB_HostCdcGetEncapsulatedResponse()
Dusb_host_msd.c162 uint16_t bufferLength,
732 uint32_t bufferLength, in USB_HostMsdCommand() argument
763 cbwPointer->CBWDataTransferLength = USB_LONG_TO_LITTLE_ENDIAN(bufferLength); in USB_HostMsdCommand()
779 msdInstance->msdCommand.dataLength = bufferLength; in USB_HostMsdCommand()
1117 uint16_t bufferLength, in USB_HostMsdControl() argument
1141 transfer->transferLength = bufferLength; in USB_HostMsdControl()
1150 transfer->setupPacket->wLength = bufferLength; in USB_HostMsdControl()
Dusb_host_printer.h153 uint32_t bufferLength,
176 uint32_t bufferLength,
Dusb_host_phdc.h216 uint32_t bufferLength,
239 uint32_t bufferLength,
Dusb_host_printer.c561 uint32_t bufferLength, in USB_HostPrinterRecv() argument
591 transfer->transferLength = bufferLength; in USB_HostPrinterRecv()
633 uint32_t bufferLength, in USB_HostPrinterSend() argument
663 transfer->transferLength = bufferLength; in USB_HostPrinterSend()
Dusb_host_cdc_rndis.c205 uint32_t bufferLength, in USB_HostRndisRecvDataMsg() argument
209 return USB_HostCdcDataRecv(classHandle, buffer, bufferLength, callbackFn, callbackParam); in USB_HostRndisRecvDataMsg()
Dusb_host_phdc.c889 uint32_t bufferLength, in USB_HostPhdcRecv() argument
920 transfer->transferLength = bufferLength; in USB_HostPhdcRecv()
985 uint32_t bufferLength, in USB_HostPhdcSend() argument
1078 transfer->transferLength = bufferLength; in USB_HostPhdcSend()
/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_usart.c35 volatile uint32_t bufferLength; member
45 volatile uint32_t bufferLength; member
78 volatile uint32_t bufferLength; member
86 volatile uint32_t bufferLength; member
230 if (uartHandle->rx.bufferSofar >= uartHandle->rx.bufferLength) in HAL_UartInterruptHandle()
250 if (uartHandle->tx.bufferSofar >= uartHandle->tx.bufferLength) in HAL_UartInterruptHandle()
592 uartHandle->rx.bufferLength = length; in HAL_UartReceiveNonBlocking()
613 uartHandle->tx.bufferLength = length; in HAL_UartSendNonBlocking()
751 msg.dataSize = uartDmaHandle->dma_tx.bufferLength; in USART_DMACallbacks()
758 msg.dataSize = uartDmaHandle->dma_rx.bufferLength; in USART_DMACallbacks()
[all …]
Dfsl_adapter_iuart.c29 volatile uint32_t bufferLength; member
37 volatile uint32_t bufferLength; member
175 if (uartHandle->rx.bufferSofar >= uartHandle->rx.bufferLength) in HAL_UartInterruptHandle()
201 if (uartHandle->tx.bufferSofar >= uartHandle->tx.bufferLength) in HAL_UartInterruptHandle()
506 uartHandle->rx.bufferLength = length; in HAL_UartReceiveNonBlocking()
529 uartHandle->tx.bufferLength = length; in HAL_UartSendNonBlocking()
Dfsl_adapter_miniusart.c29 volatile uint32_t bufferLength; member
37 volatile uint32_t bufferLength; member
175 if (uartHandle->rx.bufferSofar >= uartHandle->rx.bufferLength) in HAL_UartInterruptHandle()
195 if (uartHandle->tx.bufferSofar >= uartHandle->tx.bufferLength) in HAL_UartInterruptHandle()
504 uartHandle->rx.bufferLength = length; in HAL_UartReceiveNonBlocking()
526 uartHandle->tx.bufferLength = length; in HAL_UartSendNonBlocking()
Dfsl_adapter_lpuart.c73 volatile uint32_t bufferLength; member
83 volatile uint32_t bufferLength; member
130 volatile uint32_t bufferLength; member
138 volatile uint32_t bufferLength; member
332 if (receiveLength < uartDmaHandle->dma_rx.bufferLength) in HAL_UartDMAIdlelineInterruptHandle()
340 …(receiveLength < uartDmaHandle->dma_rx.bufferLength) ? receiveLength : uartDmaHandle->dma_rx.buffe… in HAL_UartDMAIdlelineInterruptHandle()
462 dmaMsg.dataSize = uartDmaHandle->dma_tx.bufferLength; in HAL_UartInterruptHandle()
556 if (uartHandle->rx.bufferSofar >= uartHandle->rx.bufferLength) in HAL_UartInterruptHandle()
608 if (uartHandle->tx.bufferSofar >= uartHandle->tx.bufferLength) in HAL_UartInterruptHandle()
1014 uartHandle->rx.bufferLength = length; in HAL_UartReceiveNonBlocking()
[all …]
Dfsl_adapter_uart.c29 volatile uint32_t bufferLength; member
37 volatile uint32_t bufferLength; member
177 if (uartHandle->rx.bufferSofar >= uartHandle->rx.bufferLength) in HAL_UartInterruptHandle()
199 if (uartHandle->tx.bufferSofar >= uartHandle->tx.bufferLength) in HAL_UartInterruptHandle()
516 uartHandle->rx.bufferLength = length; in HAL_UartReceiveNonBlocking()
538 uartHandle->tx.bufferLength = length; in HAL_UartSendNonBlocking()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c47 uint32_t *bufferLength);
50 uint32_t bufferLength);
1745 pipe->bufferLength = indexLength.state.bufferLength; in USB_HostIp3516HsCancelPipe()
1753 if (0UL != pipe->bufferLength) in USB_HostIp3516HsCancelPipe()
1755 … (void)USB_HostIp3516HsFreeBuffer(usbHostState, pipe->bufferIndex, pipe->bufferLength); in USB_HostIp3516HsCancelPipe()
1756 pipe->bufferLength = 0U; in USB_HostIp3516HsCancelPipe()
1873 uint32_t *bufferLength) in USB_HostIp3516HsGetBuffer() argument
1904 *bufferLength = freeBufferSize; in USB_HostIp3516HsGetBuffer()
1942 *bufferLength = freeBufferSize; in USB_HostIp3516HsGetBuffer()
1956 uint32_t bufferLength) in USB_HostIp3516HsFreeBuffer() argument
[all …]
Dusb_host_ip3516hs.h486 uint32_t bufferLength : 16U; member
576 uint32_t bufferLength; member
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/iap/
Dfsl_kb_api.h98 uint32_t bufferLength; member
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/iap/
Dfsl_kb_api.h98 uint32_t bufferLength; member

12