Home
last modified time | relevance | path

Searched refs:dev_info (Results 1 – 6 of 6) sorted by relevance

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp_ptp.c174 void PTP_DecodeDeviceInfo(USBH_Info_t *phost, PTP_DeviceInfo_t *dev_info) in PTP_DecodeDeviceInfo() argument
180 dev_info->StandardVersion = PTP_LE16(&data[PTP_di_StandardVersion]); in PTP_DecodeDeviceInfo()
181 dev_info->VendorExtensionID = PTP_LE32(&data[PTP_di_VendorExtensionID]); in PTP_DecodeDeviceInfo()
182 dev_info->VendorExtensionVersion = PTP_LE16(&data[PTP_di_VendorExtensionVersion]); in PTP_DecodeDeviceInfo()
186 dev_info->FunctionalMode = PTP_LE16(&data[PTP_di_FunctionalMode + totallen]); in PTP_DecodeDeviceInfo()
187dev_info->OperationsSupportedNbr = PTP_GetArray16((uint16_t *)(void *)&dev_info->OperationsSupport… in PTP_DecodeDeviceInfo()
190dev_info->EventsSupportedNbr = PTP_GetArray16((uint16_t *)(void *)&dev_info->EventsSupported, data… in PTP_DecodeDeviceInfo()
193dev_info->DevicePropertiesSupportedNbr = PTP_GetArray16((uint16_t *)(void *)&dev_info->DevicePrope… in PTP_DecodeDeviceInfo()
197dev_info->CaptureFormatsNbr = PTP_GetArray16((uint16_t *)(void *)&dev_info->CaptureFormats, data, … in PTP_DecodeDeviceInfo()
200dev_info->ImageFormatsNbr = PTP_GetArray16((uint16_t *)(void *)&dev_info->ImageFormats, data, PTP… in PTP_DecodeDeviceInfo()
[all …]
A Dusbh_mtp.h114 USBH_Status USBH_MTP_GetDeviceInfo(USBH_Info_t *phost, PTP_DeviceInfo_t *dev_info);
A Dusbh_mtp_ptp.h742 void PTP_DecodeDeviceInfo(USBH_Info_t *phost, PTP_DeviceInfo_t *dev_info);
A Dusbh_mtp.c527 USBH_Status USBH_MTP_GetDeviceInfo(USBH_Info_t *phost, PTP_DeviceInfo_t *dev_info) in USBH_MTP_GetDeviceInfo() argument
563 PTP_DecodeDeviceInfo(phost, dev_info); in USBH_MTP_GetDeviceInfo()
/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Ddma.c125 csi_dev_t *dev_info; in csi_dma_ch_alloc() local
126 dev_info = (csi_dev_t *)(dma_ch->parent); in csi_dma_ch_alloc()
130 ret = target_get_optimal_dma_channel(dma_array, inited_ctrl_num, dev_info, &ch_info); in csi_dma_ch_alloc()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dohci.h496 dev_info (ohci_to_hcd(ohci)->self.controller , fmt , ## args )

Completed in 20 milliseconds