Lines Matching refs:rawdevice
1829 * @param rawdevice the raw device to open a "real" device for.
1832 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device_Uncached(LIBMTP_raw_device_t *rawdevice)
1851 rawdevice->devnum, rawdevice->bus_location);
1866 current_params->device_flags = rawdevice->device_entry.device_flags;
1893 err = configure_usb_device(rawdevice,
1910 rawdevice->devnum, rawdevice->bus_location);
1924 rawdevice->devnum, rawdevice->bus_location);
1969 ptp_usb->rawdevice.device_entry.device_flags |= DEVICE_FLAGS_ARICENT_BUGS;
1976 ptp_usb->rawdevice.device_entry.device_flags |= DEVICE_FLAGS_ANDROID_BUGS;
1980 ptp_usb->rawdevice.device_entry.device_flags |= DEVICE_FLAGS_SONY_NWZ_BUGS;
1993 ptp_usb->rawdevice.device_entry.device_flags &=
2003 ptp_usb->rawdevice.device_entry.device_flags &=
2110 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *rawdevice)
2112 LIBMTP_mtpdevice_t *mtp_device = LIBMTP_Open_Raw_Device_Uncached(rawdevice);