Home
last modified time | relevance | path

Searched defs:phost (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Core/Src/
H A Dusbh_core.c92 USBH_StatusTypeDef USBH_Init(USBH_HandleTypeDef *phost, void (*pUsrFunc)(USBH_HandleTypeDef *phost in USBH_Init()
139 USBH_StatusTypeDef USBH_DeInit(USBH_HandleTypeDef *phost) in USBH_DeInit()
256 uint8_t USBH_GetActiveClass(USBH_HandleTypeDef *phost) in USBH_GetActiveClass()
334 USBH_StatusTypeDef USBH_Start (USBH_HandleTypeDef *phost) in USBH_Start()
351 USBH_StatusTypeDef USBH_Stop (USBH_HandleTypeDef *phost) in USBH_Stop()
372 USBH_StatusTypeDef USBH_ReEnumerate (USBH_HandleTypeDef *phost) in USBH_ReEnumerate()
398 USBH_StatusTypeDef USBH_Process(USBH_HandleTypeDef *phost) in USBH_Process()
793 void USBH_LL_SetTimer (USBH_HandleTypeDef *phost, uint32_t time) in USBH_LL_SetTimer()
803 void USBH_LL_IncTimer (USBH_HandleTypeDef *phost) in USBH_LL_IncTimer()
815 void USBH_HandleSof (USBH_HandleTypeDef *phost) in USBH_HandleSof()
[all …]
H A Dusbh_conf_template.c37 USBH_StatusTypeDef USBH_LL_Init (USBH_HandleTypeDef *phost) in USBH_LL_Init()
49 USBH_StatusTypeDef USBH_LL_DeInit (USBH_HandleTypeDef *phost) in USBH_LL_DeInit()
61 USBH_StatusTypeDef USBH_LL_Start(USBH_HandleTypeDef *phost) in USBH_LL_Start()
73 USBH_StatusTypeDef USBH_LL_Stop (USBH_HandleTypeDef *phost) in USBH_LL_Stop()
85 USBH_SpeedTypeDef USBH_LL_GetSpeed (USBH_HandleTypeDef *phost) in USBH_LL_GetSpeed()
99 USBH_StatusTypeDef USBH_LL_ResetPort (USBH_HandleTypeDef *phost) in USBH_LL_ResetPort()
112 uint32_t USBH_LL_GetLastXferSize (USBH_HandleTypeDef *phost, uint8_t pipe) in USBH_LL_GetLastXferSize()
129 USBH_StatusTypeDef USBH_LL_OpenPipe (USBH_HandleTypeDef *phost, in USBH_LL_OpenPipe()
181 USBH_StatusTypeDef USBH_LL_SubmitURB (USBH_HandleTypeDef *phost, in USBH_LL_SubmitURB()
225 USBH_StatusTypeDef USBH_LL_DriverVBUS (USBH_HandleTypeDef *phost, uint8_t state) in USBH_LL_DriverVBUS()
[all …]
H A Dusbh_ioreq.c100 USBH_StatusTypeDef USBH_CtlSendSetup (USBH_HandleTypeDef *phost, in USBH_CtlSendSetup()
126 USBH_StatusTypeDef USBH_CtlSendData (USBH_HandleTypeDef *phost, in USBH_CtlSendData()
159 USBH_StatusTypeDef USBH_CtlReceiveData(USBH_HandleTypeDef *phost, in USBH_CtlReceiveData()
186 USBH_StatusTypeDef USBH_BulkSendData (USBH_HandleTypeDef *phost, in USBH_BulkSendData()
218 USBH_StatusTypeDef USBH_BulkReceiveData(USBH_HandleTypeDef *phost, in USBH_BulkReceiveData()
244 USBH_StatusTypeDef USBH_InterruptReceiveData(USBH_HandleTypeDef *phost, in USBH_InterruptReceiveData()
270 USBH_StatusTypeDef USBH_InterruptSendData(USBH_HandleTypeDef *phost, in USBH_InterruptSendData()
296 USBH_StatusTypeDef USBH_IsocReceiveData(USBH_HandleTypeDef *phost, in USBH_IsocReceiveData()
323 USBH_StatusTypeDef USBH_IsocSendData(USBH_HandleTypeDef *phost, in USBH_IsocSendData()
H A Dusbh_pipes.c93 USBH_StatusTypeDef USBH_OpenPipe (USBH_HandleTypeDef *phost, in USBH_OpenPipe()
121 USBH_StatusTypeDef USBH_ClosePipe (USBH_HandleTypeDef *phost, in USBH_ClosePipe()
138 uint8_t USBH_AllocPipe (USBH_HandleTypeDef *phost, uint8_t ep_addr) in USBH_AllocPipe()
158 USBH_StatusTypeDef USBH_FreePipe (USBH_HandleTypeDef *phost, uint8_t idx) in USBH_FreePipe()
173 static uint16_t USBH_GetFreePipe (USBH_HandleTypeDef *phost) in USBH_GetFreePipe()
H A Dusbh_ctlreq.c112 USBH_StatusTypeDef USBH_Get_DevDesc(USBH_HandleTypeDef *phost, uint8_t length) in USBH_Get_DevDesc()
137 USBH_StatusTypeDef USBH_Get_CfgDesc(USBH_HandleTypeDef *phost, in USBH_Get_CfgDesc()
175 USBH_StatusTypeDef USBH_Get_StringDesc(USBH_HandleTypeDef *phost, in USBH_Get_StringDesc()
204 USBH_StatusTypeDef USBH_GetDescriptor(USBH_HandleTypeDef *phost, in USBH_GetDescriptor()
236 USBH_StatusTypeDef USBH_SetAddress(USBH_HandleTypeDef *phost, in USBH_SetAddress()
260 USBH_StatusTypeDef USBH_SetCfg(USBH_HandleTypeDef *phost, in USBH_SetCfg()
283 USBH_StatusTypeDef USBH_SetInterface(USBH_HandleTypeDef *phost, in USBH_SetInterface()
308 USBH_StatusTypeDef USBH_ClrFeature(USBH_HandleTypeDef *phost, in USBH_ClrFeature()
531 USBH_StatusTypeDef USBH_CtlReq (USBH_HandleTypeDef *phost, in USBH_CtlReq()
581 static USBH_StatusTypeDef USBH_HandleControl (USBH_HandleTypeDef *phost) in USBH_HandleControl()
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/CDC/Src/
H A Dusbh_cdc.c145 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()
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()
520 uint16_t USBH_CDC_GetLastReceivedDataSize(USBH_HandleTypeDef *phost) in USBH_CDC_GetLastReceivedDataSize()
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()
[all …]
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/MSC/Src/
H A Dusbh_msc.c149 static USBH_StatusTypeDef USBH_MSC_InterfaceInit (USBH_HandleTypeDef *phost) in USBH_MSC_InterfaceInit()
235 USBH_StatusTypeDef USBH_MSC_InterfaceDeInit (USBH_HandleTypeDef *phost) in USBH_MSC_InterfaceDeInit()
269 static USBH_StatusTypeDef USBH_MSC_ClassRequest(USBH_HandleTypeDef *phost) in USBH_MSC_ClassRequest()
316 static USBH_StatusTypeDef USBH_MSC_Process(USBH_HandleTypeDef *phost) in USBH_MSC_Process()
502 static USBH_StatusTypeDef USBH_MSC_SOFProcess(USBH_HandleTypeDef *phost) in USBH_MSC_SOFProcess()
514 static USBH_StatusTypeDef USBH_MSC_RdWrProcess(USBH_HandleTypeDef *phost, uint8_t lun) in USBH_MSC_RdWrProcess()
608 uint8_t USBH_MSC_IsReady (USBH_HandleTypeDef *phost) in USBH_MSC_IsReady()
628 int8_t USBH_MSC_GetMaxLUN (USBH_HandleTypeDef *phost) in USBH_MSC_GetMaxLUN()
646 uint8_t USBH_MSC_UnitIsReady (USBH_HandleTypeDef *phost, uint8_t lun) in USBH_MSC_UnitIsReady()
691 USBH_StatusTypeDef USBH_MSC_Read(USBH_HandleTypeDef *phost, in USBH_MSC_Read()
[all …]
H A Dusbh_msc_bot.c109 USBH_StatusTypeDef USBH_MSC_BOT_REQ_Reset(USBH_HandleTypeDef *phost) in USBH_MSC_BOT_REQ_Reset()
130 USBH_StatusTypeDef USBH_MSC_BOT_REQ_GetMaxLUN(USBH_HandleTypeDef *phost, uint8_t *Maxlun) in USBH_MSC_BOT_REQ_GetMaxLUN()
151 USBH_StatusTypeDef USBH_MSC_BOT_Init(USBH_HandleTypeDef *phost) in USBH_MSC_BOT_Init()
173 USBH_StatusTypeDef USBH_MSC_BOT_Process (USBH_HandleTypeDef *phost, uint8_t lun) in USBH_MSC_BOT_Process()
475 static USBH_StatusTypeDef USBH_MSC_BOT_Abort(USBH_HandleTypeDef *phost, uint8_t lun, uint8_t dir) in USBH_MSC_BOT_Abort()
514 static BOT_CSWStatusTypeDef USBH_MSC_DecodeCSW(USBH_HandleTypeDef *phost) in USBH_MSC_DecodeCSW()
H A Dusbh_msc_scsi.c104 USBH_StatusTypeDef USBH_MSC_SCSI_TestUnitReady (USBH_HandleTypeDef *phost, in USBH_MSC_SCSI_TestUnitReady()
146 USBH_StatusTypeDef USBH_MSC_SCSI_ReadCapacity (USBH_HandleTypeDef *phost, in USBH_MSC_SCSI_ReadCapacity()
202 USBH_StatusTypeDef USBH_MSC_SCSI_Inquiry (USBH_HandleTypeDef *phost, in USBH_MSC_SCSI_Inquiry()
264 USBH_StatusTypeDef USBH_MSC_SCSI_RequestSense (USBH_HandleTypeDef *phost, in USBH_MSC_SCSI_RequestSense()
323 USBH_StatusTypeDef USBH_MSC_SCSI_Write(USBH_HandleTypeDef *phost, in USBH_MSC_SCSI_Write()
384 USBH_StatusTypeDef USBH_MSC_SCSI_Read(USBH_HandleTypeDef *phost, in USBH_MSC_SCSI_Read()
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/Template/Src/
H A Dusbh_template.c119 static USBH_StatusTypeDef USBH_TEMPLATE_InterfaceInit (USBH_HandleTypeDef *phost) in USBH_TEMPLATE_InterfaceInit()
133 USBH_StatusTypeDef USBH_TEMPLATE_InterfaceDeInit (USBH_HandleTypeDef *phost) in USBH_TEMPLATE_InterfaceDeInit()
146 static USBH_StatusTypeDef USBH_TEMPLATE_ClassRequest (USBH_HandleTypeDef *phost) in USBH_TEMPLATE_ClassRequest()
159 static USBH_StatusTypeDef USBH_TEMPLATE_Process (USBH_HandleTypeDef *phost) in USBH_TEMPLATE_Process()
172 USBH_StatusTypeDef USBH_TEMPLATE_Init (USBH_HandleTypeDef *phost)
205 USBH_StatusTypeDef USBH_TEMPLATE_IOProcess (USBH_HandleTypeDef *phost)
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/MTP/Src/
H A Dusbh_mtp.c245 static uint8_t MTP_FindCtlEndpoint(USBH_HandleTypeDef *phost) in MTP_FindCtlEndpoint()
274 static uint8_t MTP_FindDataOutEndpoint(USBH_HandleTypeDef *phost) in MTP_FindDataOutEndpoint()
303 static uint8_t MTP_FindDataInEndpoint(USBH_HandleTypeDef *phost) in MTP_FindDataInEndpoint()
334 USBH_StatusTypeDef USBH_MTP_InterfaceDeInit (USBH_HandleTypeDef *phost) in USBH_MTP_InterfaceDeInit()
386 static USBH_StatusTypeDef USBH_MTP_Process (USBH_HandleTypeDef *phost) in USBH_MTP_Process()
494 uint8_t USBH_MTP_IsReady (USBH_HandleTypeDef *phost) in USBH_MTP_IsReady()
660 USBH_StatusTypeDef USBH_MTP_DeleteObject (USBH_HandleTypeDef *phost, in USBH_MTP_DeleteObject()
688 USBH_StatusTypeDef USBH_MTP_GetObject (USBH_HandleTypeDef *phost, in USBH_MTP_GetObject()
848 USBH_StatusTypeDef USBH_MTP_SendObject (USBH_HandleTypeDef *phost, in USBH_MTP_SendObject()
875 static USBH_StatusTypeDef USBH_MTP_Events (USBH_HandleTypeDef *phost) in USBH_MTP_Events()
[all …]
H A Dusbh_mtp_ptp.c125 USBH_StatusTypeDef USBH_PTP_Init(USBH_HandleTypeDef *phost) in USBH_PTP_Init()
143 USBH_StatusTypeDef USBH_PTP_Process (USBH_HandleTypeDef *phost) in USBH_PTP_Process()
442 void PTP_BufferFullCallback(USBH_HandleTypeDef *phost) in PTP_BufferFullCallback()
683 static void PTP_GetDevicePropValue(USBH_HandleTypeDef *phost, in PTP_GetDevicePropValue()
753 static uint32_t PTP_GetObjectPropList (USBH_HandleTypeDef *phost, in PTP_GetObjectPropList()
1152 USBH_StatusTypeDef USBH_PTP_GetNumObjects (USBH_HandleTypeDef *phost, in USBH_PTP_GetNumObjects()
1272 USBH_StatusTypeDef USBH_PTP_GetObjectInfo (USBH_HandleTypeDef *phost, in USBH_PTP_GetObjectInfo()
1329 USBH_StatusTypeDef USBH_PTP_DeleteObject (USBH_HandleTypeDef *phost, in USBH_PTP_DeleteObject()
1378 USBH_StatusTypeDef USBH_PTP_GetObject (USBH_HandleTypeDef *phost, in USBH_PTP_GetObject()
1444 USBH_StatusTypeDef USBH_PTP_GetPartialObject(USBH_HandleTypeDef *phost, in USBH_PTP_GetPartialObject()
[all …]
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/AUDIO/Src/
H A Dusbh_audio.c339 USBH_StatusTypeDef USBH_AUDIO_InterfaceDeInit (USBH_HandleTypeDef *phost) in USBH_AUDIO_InterfaceDeInit()
1095 static USBH_StatusTypeDef USBH_AC_SetCur(USBH_HandleTypeDef *phost, in USBH_AC_SetCur()
1150 static USBH_StatusTypeDef USBH_AC_GetCur(USBH_HandleTypeDef *phost, in USBH_AC_GetCur()
1214 static USBH_StatusTypeDef USBH_AC_GetMax(USBH_HandleTypeDef *phost, in USBH_AC_GetMax()
1279 static USBH_StatusTypeDef USBH_AC_GetRes(USBH_HandleTypeDef *phost, in USBH_AC_GetRes()
1342 static USBH_StatusTypeDef USBH_AC_GetMin(USBH_HandleTypeDef *phost, in USBH_AC_GetMin()
1744 USBH_StatusTypeDef USBH_AUDIO_Stop (USBH_HandleTypeDef *phost) in USBH_AUDIO_Stop()
1757 USBH_StatusTypeDef USBH_AUDIO_Suspend (USBH_HandleTypeDef *phost) in USBH_AUDIO_Suspend()
1780 USBH_StatusTypeDef USBH_AUDIO_Resume (USBH_HandleTypeDef *phost) in USBH_AUDIO_Resume()
1802 int32_t USBH_AUDIO_GetOutOffset (USBH_HandleTypeDef *phost) in USBH_AUDIO_GetOutOffset()
[all …]
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/HID/Src/
H A Dusbh_hid.c138 static USBH_StatusTypeDef USBH_HID_InterfaceInit (USBH_HandleTypeDef *phost) in USBH_HID_InterfaceInit()
248 USBH_StatusTypeDef USBH_HID_InterfaceDeInit (USBH_HandleTypeDef *phost ) in USBH_HID_InterfaceDeInit()
357 static USBH_StatusTypeDef USBH_HID_Process(USBH_HandleTypeDef *phost) in USBH_HID_Process()
445 static USBH_StatusTypeDef USBH_HID_SOFProcess(USBH_HandleTypeDef *phost) in USBH_HID_SOFProcess()
500 USBH_StatusTypeDef USBH_HID_GetHIDDescriptor (USBH_HandleTypeDef *phost, in USBH_HID_GetHIDDescriptor()
523 USBH_StatusTypeDef USBH_HID_SetIdle (USBH_HandleTypeDef *phost, in USBH_HID_SetIdle()
552 USBH_StatusTypeDef USBH_HID_SetReport (USBH_HandleTypeDef *phost, in USBH_HID_SetReport()
583 USBH_StatusTypeDef USBH_HID_GetReport (USBH_HandleTypeDef *phost, in USBH_HID_GetReport()
610 USBH_StatusTypeDef USBH_HID_SetProtocol(USBH_HandleTypeDef *phost, in USBH_HID_SetProtocol()
653 HID_TypeTypeDef USBH_HID_GetDeviceType(USBH_HandleTypeDef *phost) in USBH_HID_GetDeviceType()
[all …]
H A Dusbh_hid_mouse.c176 USBH_StatusTypeDef USBH_HID_MouseInit(USBH_HandleTypeDef *phost) in USBH_HID_MouseInit()
204 HID_MOUSE_Info_TypeDef *USBH_HID_GetMouseInfo(USBH_HandleTypeDef *phost) in USBH_HID_GetMouseInfo()
222 static USBH_StatusTypeDef USBH_HID_MouseDecode(USBH_HandleTypeDef *phost) in USBH_HID_MouseDecode()
H A Dusbh_hid_keybd.c315 USBH_StatusTypeDef USBH_HID_KeybdInit(USBH_HandleTypeDef *phost) in USBH_HID_KeybdInit()
347 HID_KEYBD_Info_TypeDef *USBH_HID_GetKeybdInfo(USBH_HandleTypeDef *phost) in USBH_HID_GetKeybdInfo()
365 static USBH_StatusTypeDef USBH_HID_KeybdDecode(USBH_HandleTypeDef *phost) in USBH_HID_KeybdDecode()
/dports/mail/xfaces/xfaces-3.3/
H A Dmail_parse.c58 String phost; local
/dports/net/c3270/suite3270-4.0/Common/
H A Dproxy.c156 proxy_setup(const char *proxy, char **puser, char **phost, char **pport) in proxy_setup()
256 parse_host_port(char *s, char **puser, char **phost, char **pport) in parse_host_port()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dproxy.c156 proxy_setup(const char *proxy, char **puser, char **phost, char **pport) in proxy_setup()
256 parse_host_port(char *s, char **puser, char **phost, char **pport) in parse_host_port()
/dports/net-im/icqlib/icqlib-1.0.0/icqlib/
H A Dproxy.c76 void icq_SetProxy(ICQLINK *link, const char *phost, unsigned short pport, int pauth, const char *pn… in icq_SetProxy()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/http/
H A Dhttp_lib.c39 int OSSL_parse_url(const char *url, char **pscheme, char **puser, char **phost, in OSSL_parse_url()
184 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/http/
H A Dhttp_lib.c39 int OSSL_parse_url(const char *url, char **pscheme, char **puser, char **phost, in OSSL_parse_url()
184 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/http/
H A Dhttp_lib.c39 int OSSL_parse_url(const char *url, char **pscheme, char **puser, char **phost, in OSSL_parse_url()
184 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/http/
H A Dhttp_lib.c39 int OSSL_parse_url(const char *url, char **pscheme, char **puser, char **phost, in OSSL_parse_url()
184 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/http/
H A Dhttp_lib.c39 int OSSL_parse_url(const char *url, char **pscheme, char **puser, char **phost, in OSSL_parse_url()
184 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url()

12345678