HomeSort by relevance Sort by last modified time
    Searched full:new_list_entry (Results 1 - 1 of 1) sorted by null

  /external/libmtp/src/
libusb-glue.c 162 mtpdevice_list_t *new_list_entry; local
164 new_list_entry = (mtpdevice_list_t *) malloc(sizeof(mtpdevice_list_t));
165 if (new_list_entry == NULL) {
169 new_list_entry->libusb_device = newdevice;
170 new_list_entry->bus_location = bus_location;
171 new_list_entry->next = NULL;
174 return new_list_entry;
180 tmp->next = new_list_entry;
    [all...]

Completed in 3495 milliseconds