Home
last modified time | relevance | path

Searched defs:ep_type (Results 1 – 12 of 12) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/usb/sunxi_usb/usbc/
Dusbc_dev.c682 __u32 ts_type, __u32 ep_type, in USBC_Dev_ConfigEp()
721 __s32 USBC_Dev_ConfigEp_Default(__hdle hUSB, __u32 ep_type) in USBC_Dev_ConfigEp_Default()
757 __s32 USBC_Dev_ConfigEpDma(__hdle hUSB, __u32 ep_type) in USBC_Dev_ConfigEpDma()
795 __s32 USBC_Dev_ClearEpDma(__hdle hUSB, __u32 ep_type) in USBC_Dev_ClearEpDma()
833 __s32 USBC_Dev_IsEpStall(__hdle hUSB, __u32 ep_type) in USBC_Dev_IsEpStall()
869 __s32 USBC_Dev_EpSendStall(__hdle hUSB, __u32 ep_type) in USBC_Dev_EpSendStall()
905 __s32 USBC_Dev_EpClearStall(__hdle hUSB, __u32 ep_type) in USBC_Dev_EpClearStall()
968 __u32 ep_type) in __USBC_Dev_WriteDataHalf()
991 __u32 ep_type) in __USBC_Dev_WriteDataComplete()
1014 __u32 ep_type) in __USBC_Dev_ReadDataHalf()
[all …]
Dusbc.c76 __u32 USBC_ReadLenFromFifo(__hdle hUSB, __u32 ep_type) in USBC_ReadLenFromFifo()
329 void USBC_ConfigFifo_Default(__hdle hUSB, __u32 ep_type) in USBC_ConfigFifo_Default()
362 void USBC_ConfigFifo(__hdle hUSB, __u32 ep_type, in USBC_ConfigFifo()
542 void USBC_SelectBus(__hdle hUSB, __u32 io_type, __u32 ep_type, __u32 ep_index) in USBC_SelectBus()
654 __u32 USBC_INT_EpPending(__hdle hUSB, __u32 ep_type) in USBC_INT_EpPending()
676 void USBC_INT_ClearEpPending(__hdle hUSB, __u32 ep_type, __u8 ep_index) in USBC_INT_ClearEpPending()
701 void USBC_INT_ClearEpPendingAll(__hdle hUSB, __u32 ep_type) in USBC_INT_ClearEpPendingAll()
761 void USBC_INT_EnableEp(__hdle hUSB, __u32 ep_type, __u8 ep_index) in USBC_INT_EnableEp()
799 void USBC_INT_DisableEp(__hdle hUSB, __u32 ep_type, __u8 ep_index) in USBC_INT_DisableEp()
837 void USBC_INT_DisableEpAll(__hdle hUSB, __u32 ep_type) in USBC_INT_DisableEpAll()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/
Dusb_dc.h22 uint8_t ep_type; /* Endpoint type */ member
Dusb_hc.h26 uint8_t ep_type; /* Endpoint type */ member
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_hcd.c205 uint8_t ep_type, in HAL_HCD_HC_Init()
369 uint8_t ep_type, in HAL_HCD_HC_SubmitRequest()
Dstm32f4xx_hal_pcd.c1725 uint16_t ep_mps, uint8_t ep_type) in HAL_PCD_EP_Open()
Dstm32f4xx_ll_usb.c1636 uint8_t ep_type, uint16_t mps) in USB_HC_Init()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/port/hpm/
Dusb_dc_hpm.c31 uint8_t ep_type; /* Endpoint type */ member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/port/ehci/
Dusb_ehci_priv.h41 uint8_t ep_type; member
Dusb_hc_ehci.c178 uint8_t ep_type, in ehci_qh_fill()
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_usb.h180 uint8_t ep_type; /*!< Endpoint Type. member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/usb/sunxi_usb/udc/
Dsunxi_udc.c2221 u32 ep_type = 0; in sunxi_udc_ep_enable() local