Lines Matching defs:phost
203 USBH_StatusTypeDef USBH_LL_Init(USBH_HandleTypeDef *phost) in USBH_LL_Init()
232 USBH_StatusTypeDef USBH_LL_DeInit(USBH_HandleTypeDef *phost) in USBH_LL_DeInit()
249 USBH_StatusTypeDef USBH_LL_Start(USBH_HandleTypeDef *phost) in USBH_LL_Start()
266 USBH_StatusTypeDef USBH_LL_Stop(USBH_HandleTypeDef *phost) in USBH_LL_Stop()
283 USBH_SpeedTypeDef USBH_LL_GetSpeed(USBH_HandleTypeDef *phost) in USBH_LL_GetSpeed()
313 USBH_StatusTypeDef USBH_LL_ResetPort(USBH_HandleTypeDef *phost) in USBH_LL_ResetPort()
331 uint32_t USBH_LL_GetLastXferSize(USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_GetLastXferSize()
347 USBH_StatusTypeDef USBH_LL_OpenPipe(USBH_HandleTypeDef *phost, uint8_t pipe_num, uint8_t epnum, in USBH_LL_OpenPipe()
367 USBH_StatusTypeDef USBH_LL_ClosePipe(USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_ClosePipe()
406 USBH_StatusTypeDef USBH_LL_SubmitURB(USBH_HandleTypeDef *phost, uint8_t pipe, uint8_t direction, in USBH_LL_SubmitURB()
435 USBH_URBStateTypeDef USBH_LL_GetURBState(USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_GetURBState()
449 USBH_StatusTypeDef USBH_LL_DriverVBUS(USBH_HandleTypeDef *phost, uint8_t state) in USBH_LL_DriverVBUS()
470 USBH_StatusTypeDef USBH_LL_SetToggle(USBH_HandleTypeDef *phost, uint8_t pipe, uint8_t toggle) in USBH_LL_SetToggle()
493 uint8_t USBH_LL_GetToggle(USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_GetToggle()