Lines Matching defs:phost

145 static USBH_StatusTypeDef USBH_CDC_InterfaceInit (USBH_HandleTypeDef *phost)  in USBH_CDC_InterfaceInit()
263 USBH_StatusTypeDef USBH_CDC_InterfaceDeInit (USBH_HandleTypeDef *phost) in USBH_CDC_InterfaceDeInit()
304 static USBH_StatusTypeDef USBH_CDC_ClassRequest (USBH_HandleTypeDef *phost) in USBH_CDC_ClassRequest()
325 static USBH_StatusTypeDef USBH_CDC_Process (USBH_HandleTypeDef *phost) in USBH_CDC_Process()
405 static USBH_StatusTypeDef USBH_CDC_SOFProcess (USBH_HandleTypeDef *phost) in USBH_CDC_SOFProcess()
417 USBH_StatusTypeDef USBH_CDC_Stop(USBH_HandleTypeDef *phost) in USBH_CDC_Stop()
437 static USBH_StatusTypeDef GetLineCoding(USBH_HandleTypeDef *phost, CDC_LineCodingTypeDef *linecodin… in GetLineCoding()
460 static USBH_StatusTypeDef SetLineCoding(USBH_HandleTypeDef *phost, CDC_LineCodingTypeDef *linecodin) in SetLineCoding()
480 USBH_StatusTypeDef USBH_CDC_SetLineCoding(USBH_HandleTypeDef *phost, CDC_LineCodingTypeDef *linecod… in USBH_CDC_SetLineCoding()
500 USBH_StatusTypeDef USBH_CDC_GetLineCoding(USBH_HandleTypeDef *phost, CDC_LineCodingTypeDef *lineco… in USBH_CDC_GetLineCoding()
520 uint16_t USBH_CDC_GetLastReceivedDataSize(USBH_HandleTypeDef *phost) in USBH_CDC_GetLastReceivedDataSize()
539 USBH_StatusTypeDef USBH_CDC_Transmit(USBH_HandleTypeDef *phost, uint8_t *pbuff, uint32_t length) in USBH_CDC_Transmit()
561 USBH_StatusTypeDef USBH_CDC_Receive(USBH_HandleTypeDef *phost, uint8_t *pbuff, uint32_t length) in USBH_CDC_Receive()
582 static void CDC_ProcessTransmission(USBH_HandleTypeDef *phost) in CDC_ProcessTransmission()
655 static void CDC_ProcessReception(USBH_HandleTypeDef *phost) in CDC_ProcessReception()
708 __weak void USBH_CDC_TransmitCallback(USBH_HandleTypeDef *phost) in USBH_CDC_TransmitCallback()
718 __weak void USBH_CDC_ReceiveCallback(USBH_HandleTypeDef *phost) in USBH_CDC_ReceiveCallback()
728 __weak void USBH_CDC_LineCodingChanged(USBH_HandleTypeDef *phost) in USBH_CDC_LineCodingChanged()