Searched refs:devinfo (Results 1 – 3 of 3) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/ |
| A D | usbh_mtp.c | 200 status = USBH_MTP_GetDeviceInfo(phost, &USBH_MTP_Info.devinfo); in USBH_MTP_Process() 204 SW_LOG_INFO(" Standard version : %x", USBH_MTP_Info.devinfo.StandardVersion); in USBH_MTP_Process() 205 …SW_LOG_INFO(" Vendor ExtID : %s", USBH_MTP_Info.devinfo.VendorExtensionID == 6 ? "MTP" : "NOT… in USBH_MTP_Process() 206 …SW_LOG_INFO(" Functional mode : %s", USBH_MTP_Info.devinfo.FunctionalMode == 0 ? "Standard" : "V… in USBH_MTP_Process() 207 …SW_LOG_INFO(" Number of Supported Operation(s) : %d", USBH_MTP_Info.devinfo.OperationsSupportedNb… in USBH_MTP_Process() 208 … SW_LOG_INFO(" Number of Supported Events(s) : %d", USBH_MTP_Info.devinfo.EventsSupportedNbr); in USBH_MTP_Process() 209 …SW_LOG_INFO(" Number of Supported Proprieties : %d", USBH_MTP_Info.devinfo.DevicePropertiesSuppo… in USBH_MTP_Process() 210 SW_LOG_INFO(" Manufacturer : %s", USBH_MTP_Info.devinfo.Manufacturer); in USBH_MTP_Process() 211 SW_LOG_INFO(" Model : %s", USBH_MTP_Info.devinfo.Model); in USBH_MTP_Process() 212 SW_LOG_INFO(" Device version : %s", USBH_MTP_Info.devinfo.DeviceVersion); in USBH_MTP_Process() [all …]
|
| A D | usbh_mtp.h | 85 PTP_DeviceInfo_t devinfo; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | usb_host_hub.h | 197 u16 devinfo; member
|
Completed in 8 milliseconds