Searched refs:ioctlParam (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_ip3516hs.c | 3775 …stIp3516HsIoctl(usb_host_controller_handle controllerHandle, uint32_t ioctlEvent, void *ioctlParam) in USB_HostIp3516HsIoctl() argument 3799 param = (usb_host_cancel_param_t *)ioctlParam; in USB_HostIp3516HsIoctl() 3806 lpmParam = (uint8_t *)ioctlParam; in USB_HostIp3516HsIoctl() 3814 status = USB_HostIp3516HsControlBus(usbHostState, *((uint8_t *)ioctlParam)); in USB_HostIp3516HsIoctl() 3819 *((uint32_t *)ioctlParam) = in USB_HostIp3516HsIoctl() 3825 pipe = (usb_host_ip3516hs_pipe_struct_t *)ioctlParam; in USB_HostIp3516HsIoctl() 3865 pipe = (usb_host_ip3516hs_pipe_struct_t *)ioctlParam; in USB_HostIp3516HsIoctl() 3912 if ((*(uint8_t *)ioctlParam) < usbHostState->portNumber) in USB_HostIp3516HsIoctl() 3914 …usbHostState->portState[*(uint8_t *)ioctlParam].portStatus = (uint8_t)kUSB_DeviceIp3516HsPortDetac… in USB_HostIp3516HsIoctl() 3921 usbHostState->chargerType = *((uint8_t *)ioctlParam); in USB_HostIp3516HsIoctl() [all …]
|
| D | usb_host_hci.h | 80 … void *ioctlParam); /*!< Control a controller function prototype*/
|
| D | usb_host_khci.c | 2089 …SB_HostKciIoctl(usb_host_controller_handle controllerHandle, uint32_t ioctlEvent, void *ioctlParam) in USB_HostKciIoctl() argument 2102 param = (usb_host_cancel_param_t *)ioctlParam; in USB_HostKciIoctl() 2107 status = _USB_HostKhciBusControl(controllerHandle, *((uint8_t *)ioctlParam)); in USB_HostKciIoctl() 2111 *((uint32_t *)ioctlParam) = _USB_HostKhciGetFrameCount(controllerHandle); in USB_HostKciIoctl()
|
| D | usb_host_ohci.c | 2598 …B_HostOhciIoctl(usb_host_controller_handle controllerHandle, uint32_t ioctlEvent, void *ioctlParam) in USB_HostOhciIoctl() argument 2616 param = (usb_host_cancel_param_t *)ioctlParam; in USB_HostOhciIoctl() 2623 status = USB_HostOhciControlBus(usbHostState, *((uint8_t *)ioctlParam)); in USB_HostOhciIoctl() 2628 … *((uint32_t *)ioctlParam) = (s_UsbHostOhciHcca[usbHostState->controllerId].HccaFrameNumber); in USB_HostOhciIoctl() 2632 pipe = (usb_host_ohci_pipe_struct_t *)ioctlParam; in USB_HostOhciIoctl() 2643 pipe = (usb_host_ohci_pipe_struct_t *)ioctlParam; in USB_HostOhciIoctl()
|
| D | usb_host_khci.h | 317 void *ioctlParam);
|
| D | usb_host_ehci.h | 490 void *ioctlParam);
|
| D | usb_host_ehci.c | 5266 …B_HostEhciIoctl(usb_host_controller_handle controllerHandle, uint32_t ioctlEvent, void *ioctlParam) in USB_HostEhciIoctl() argument 5289 param = (usb_host_cancel_param_t *)ioctlParam; in USB_HostEhciIoctl() 5296 lpmParam = (uint8_t *)ioctlParam; in USB_HostEhciIoctl() 5304 status = USB_HostEhciControlBus(ehciInstance, *((uint8_t *)ioctlParam)); in USB_HostEhciIoctl() 5308 … *((uint32_t *)ioctlParam) = ((ehciInstance->ehciIpBase->FRINDEX & EHCI_MAX_UFRAME_VALUE) >> 3); in USB_HostEhciIoctl() 5312 ehciPipePointer = (usb_host_ehci_pipe_t *)ioctlParam; in USB_HostEhciIoctl() 5322 ehciPipePointer = (usb_host_ehci_pipe_t *)ioctlParam; in USB_HostEhciIoctl() 5345 USB_HostEhciTestModeInit((usb_host_device_instance_t *)ioctlParam); in USB_HostEhciIoctl()
|
| D | usb_host_ohci.h | 596 void *ioctlParam);
|
| D | usb_host_ip3516hs.h | 747 void *ioctlParam);
|