Searched refs:new_list_entry (Results 1 – 1 of 1) sorted by relevance
164 mtpdevice_list_t *new_list_entry; in append_to_mtpdevice_list() local166 new_list_entry = (mtpdevice_list_t *) malloc(sizeof(mtpdevice_list_t)); in append_to_mtpdevice_list()167 if (new_list_entry == NULL) { in append_to_mtpdevice_list()171 new_list_entry->libusb_device = newdevice; in append_to_mtpdevice_list()172 new_list_entry->bus_location = bus_location; in append_to_mtpdevice_list()173 new_list_entry->next = NULL; in append_to_mtpdevice_list()176 return new_list_entry; in append_to_mtpdevice_list()182 tmp->next = new_list_entry; in append_to_mtpdevice_list()