Lines Matching refs:rawdevices
62 LIBMTP_raw_device_t * rawdevices; in main() local
72 err = LIBMTP_Detect_Raw_Devices(&rawdevices, &numrawdevices); in main()
89 if (rawdevices[i].device_entry.vendor != NULL || in main()
90 rawdevices[i].device_entry.product != NULL) { in main()
92 rawdevices[i].device_entry.vendor, in main()
93 rawdevices[i].device_entry.product, in main()
94 rawdevices[i].device_entry.vendor_id, in main()
95 rawdevices[i].device_entry.product_id, in main()
96 rawdevices[i].bus_location, in main()
97 rawdevices[i].devnum); in main()
100 rawdevices[i].device_entry.vendor_id, in main()
101 rawdevices[i].device_entry.product_id, in main()
102 rawdevices[i].bus_location, in main()
103 rawdevices[i].devnum); in main()
129 device = LIBMTP_Open_Raw_Device(&rawdevices[i]); in main()
231 free(rawdevices); in main()
263 free(rawdevices); in main()