Searched refs:current_params (Results 1 – 1 of 1) sorted by relevance
1675 PTPParams *current_params; in LIBMTP_Open_Raw_Device() local1697 current_params = (PTPParams *) malloc(sizeof(PTPParams)); in LIBMTP_Open_Raw_Device()1698 if (current_params == NULL) { in LIBMTP_Open_Raw_Device()1702 memset(current_params, 0, sizeof(PTPParams)); in LIBMTP_Open_Raw_Device()1703 current_params->device_flags = rawdevice->device_entry.device_flags; in LIBMTP_Open_Raw_Device()1704 current_params->nrofobjects = 0; in LIBMTP_Open_Raw_Device()1705 current_params->objects = NULL; in LIBMTP_Open_Raw_Device()1706 current_params->response_packet_size = 0; in LIBMTP_Open_Raw_Device()1707 current_params->response_packet = NULL; in LIBMTP_Open_Raw_Device()1709 current_params->data = NULL; in LIBMTP_Open_Raw_Device()[all …]