Searched refs:otgHandle (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/ |
D | usb_otg.h | 168 usb_otg_handle *otgHandle, 183 usb_status_t USB_OtgDeinit(usb_otg_handle otgHandle); 194 void USB_OtgTaskFunction(usb_otg_handle otgHandle); 203 void USB_OtgKhciIsrFunction(usb_otg_handle otgHandle); 217 usb_status_t USB_OtgBusDrop(usb_otg_handle otgHandle, uint8_t drop); 235 usb_status_t USB_OtgBusRequest(usb_otg_handle otgHandle); 251 usb_status_t USB_OtgBusRelease(usb_otg_handle otgHandle); 264 usb_status_t USB_OtgClearError(usb_otg_handle otgHandle); 279 usb_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValu…
|
D | usb_otg_khci.c | 88 … (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSrpDet, 1U); in _USB_OtgKhciCheckSrp() 160 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusBConn, in USB_OtgKhciParsePeripheralStatus() 165 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusAConn, in USB_OtgKhciParsePeripheralStatus() 182 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusId, value); in USB_OtgKhciParsePeripheralStatus() 192 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSessVld, value); in USB_OtgKhciParsePeripheralStatus() 202 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusVbusVld, value); in USB_OtgKhciParsePeripheralStatus() 268 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSsendSrp, 1); in _USB_OtgKhciRequestState() 323 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusId, value); in _USB_OtgKhciRequestState() 331 usb_otg_handle otgHandle, in USB_OtgKhciInit() argument 344 if (otgHandle == NULL) in USB_OtgKhciInit() [all …]
|
D | usb_otg_oci.c | 1631 usb_otg_handle *otgHandle, in USB_OtgInit() argument 1637 if (otgHandle == NULL) in USB_OtgInit() 1681 *otgHandle = otgInstance; in USB_OtgInit() 1685 usb_status_t USB_OtgDeinit(usb_otg_handle otgHandle) in USB_OtgDeinit() argument 1687 usb_otg_instance_t *otgInstance = (usb_otg_instance_t *)otgHandle; in USB_OtgDeinit() 1689 if (otgHandle == NULL) in USB_OtgDeinit() 1704 void USB_OtgTaskFunction(usb_otg_handle otgHandle) in USB_OtgTaskFunction() argument 1706 usb_otg_instance_t *otgInstance = (usb_otg_instance_t *)otgHandle; in USB_OtgTaskFunction() 1710 if (otgHandle == NULL) in USB_OtgTaskFunction() 1807 usb_status_t USB_OtgBusDrop(usb_otg_handle otgHandle, uint8_t drop) in USB_OtgBusDrop() argument [all …]
|
D | usb_otg_khci.h | 61 usb_otg_handle otgHandle; member 103 usb_otg_handle otgHandle,
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/otg/ |
D | usb_otg.h | 168 usb_otg_handle *otgHandle, 183 usb_status_t USB_OtgDeinit(usb_otg_handle otgHandle); 194 void USB_OtgTaskFunction(usb_otg_handle otgHandle); 203 void USB_OtgKhciIsrFunction(usb_otg_handle otgHandle); 217 usb_status_t USB_OtgBusDrop(usb_otg_handle otgHandle, uint8_t drop); 235 usb_status_t USB_OtgBusRequest(usb_otg_handle otgHandle); 251 usb_status_t USB_OtgBusRelease(usb_otg_handle otgHandle); 264 usb_status_t USB_OtgClearError(usb_otg_handle otgHandle); 279 usb_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValu…
|