Searched refs:g_hsusbd_sInfo (Results 1 – 2 of 2) sorted by relevance
27 S_HSUSBD_INFO_T *g_hsusbd_sInfo; variable69 g_hsusbd_sInfo = param; in HSUSBD_Open()74 g_hsusbd_CtrlMaxPktSize = g_hsusbd_sInfo->gu8DevDesc[7]; in HSUSBD_Open()179 HSUSBD_PrepareCtrlIn((uint8_t *)g_hsusbd_sInfo->gu8DevDesc, u32Len); in HSUSBD_GetDescriptor()188 u32TotalLen = g_hsusbd_sInfo->gu8ConfigDesc[3]; in HSUSBD_GetDescriptor()189 u32TotalLen = g_hsusbd_sInfo->gu8ConfigDesc[2] + (u32TotalLen << 8); in HSUSBD_GetDescriptor()199 HSUSBD_PrepareCtrlIn((uint8_t *)g_hsusbd_sInfo->gu8ConfigDesc, u32Len); in HSUSBD_GetDescriptor()203 u32TotalLen = g_hsusbd_sInfo->gu8FullConfigDesc[3]; in HSUSBD_GetDescriptor()204 u32TotalLen = g_hsusbd_sInfo->gu8FullConfigDesc[2] + (u32TotalLen << 8); in HSUSBD_GetDescriptor()214 HSUSBD_PrepareCtrlIn((uint8_t *)g_hsusbd_sInfo->gu8FullConfigDesc, u32Len); in HSUSBD_GetDescriptor()[all …]
28 S_HSUSBD_INFO_T *g_hsusbd_sInfo; variable70 g_hsusbd_sInfo = param; in HSUSBD_Open()75 g_hsusbd_CtrlMaxPktSize = g_hsusbd_sInfo->gu8DevDesc[7]; in HSUSBD_Open()180 HSUSBD_PrepareCtrlIn((uint8_t *)g_hsusbd_sInfo->gu8DevDesc, u32Len); in HSUSBD_GetDescriptor()189 u32TotalLen = g_hsusbd_sInfo->gu8ConfigDesc[3]; in HSUSBD_GetDescriptor()190 u32TotalLen = g_hsusbd_sInfo->gu8ConfigDesc[2] + (u32TotalLen << 8); in HSUSBD_GetDescriptor()200 HSUSBD_PrepareCtrlIn((uint8_t *)g_hsusbd_sInfo->gu8ConfigDesc, u32Len); in HSUSBD_GetDescriptor()204 u32TotalLen = g_hsusbd_sInfo->gu8FullConfigDesc[3]; in HSUSBD_GetDescriptor()205 u32TotalLen = g_hsusbd_sInfo->gu8FullConfigDesc[2] + (u32TotalLen << 8); in HSUSBD_GetDescriptor()215 HSUSBD_PrepareCtrlIn((uint8_t *)g_hsusbd_sInfo->gu8FullConfigDesc, u32Len); in HSUSBD_GetDescriptor()[all …]