Home
last modified time | relevance | path

Searched refs:usb (Results 1 – 25 of 208) sorted by relevance

123456789

/external/libmtp/
Dhotplug.sh.in136 if test -d ${HOTPLUGPATH}/usb
140 mkdir ${HOTPLUGPATH}/usb
144 ${INSTALL} libmtp.sh ${HOTPLUGPATH}/usb
146 ${INSTALL} -m 644 ${USERMAP} ${HOTPLUGPATH}/usb
156 CVSTAG=`grep '\$Id:' /etc/hotplug/usb.agent`
175 if test -f ${HOTPLUGPATH}/usb.usermap
178 patchusermap ${USERMAP} /etc/hotplug/usb.usermap
DINSTALL139 at /etc/hotplug/usb/libmtp.usermap to lift the device to userspace for the
140 current user by running the script /etc/hotplug/usb/libmtp.sh. If
160 /dev/bus/usb hierarchy whenever any USB device is connected. The
180 % chmod -R a+w /proc/bus/usb
186 has write access on /proc/bus/usb/*
DREADME90 http://www.usb.org/developers/devclass_docs/MTP_1.0.zip
182 at: http://www.cobbleware.com/files/usb-monitor-237.exe)
277 to work under Linux because the usb-storage(.ko) kernel
306 * Add the line "blacklist usb-storage"
317 "lsmod | grep usb-storage"), there is some problem with
319 /lib/modules/<VERSION>/kernel/drivers/usb/storage/usb-storage.ko
430 of USB. You can always discuss such issues at the linux-usb
432 http://www.linux-usb.org/mailing.html
436 http://lxr.linux.no/linux/drivers/usb/storage/unusual_devs.h
439 http://www2.one-eyed-alien.net/~mdharm/linux-usb/target_offenses.txt
[all …]
Dlibmtp.sh.in13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
Dlibmtp.sh13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
/external/autotest/client/site_tests/power_StatsUSB/
Dpower_StatsUSB.py15 usb = power_status.USBSuspendStats()
18 usb.incremental = False
19 stats = usb.refresh()
26 usb.incremental = True
27 stats = usb.refresh()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_fontutils.cpp139 const FGAS_FONTUSB& usb = g_FXGdiFontUSBTable[iMid]; in FGAS_GetUnicodeBitField() local
140 if (wUnicode < usb.wStartUnicode) { in FGAS_GetUnicodeBitField()
142 } else if (wUnicode > usb.wEndUnicode) { in FGAS_GetUnicodeBitField()
145 return &usb; in FGAS_GetUnicodeBitField()
/external/libusb-compat/libusb-compat.xcodeproj/
Dproject.pbxproj12 …B0B3C5B71277AD310086FE9A /* usb.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B3C5B41277AD310…
36 …AD310086FE9A /* usb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
73 B0B3C5B41277AD310086FE9A /* usb.h */,
104 B0B3C5B71277AD310086FE9A /* usb.h in Headers */,
206 PRODUCT_NAME = "usb-compat";
226 PRODUCT_NAME = "usb-compat";
/external/aac/libFDK/src/
Dqmf.cpp684 …scaleValues(&tReal[0+synQmf->lsb], &qmfReal[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHi… in qmfInverseModulationLP_even()
685 FDKmemclear(&tReal[0+synQmf->usb], (L-synQmf->usb)*sizeof(FIXP_QMF)); in qmfInverseModulationLP_even()
739 …scaleValues(pTimeOut+M+synQmf->lsb, qmfReal+synQmf->lsb, synQmf->usb-synQmf->lsb, scaleFactorHigh… in qmfInverseModulationLP_odd()
740 FDKmemclear(pTimeOut+M+synQmf->usb, (L-synQmf->usb)*sizeof(FIXP_QMF)); in qmfInverseModulationLP_odd()
780 for (; i < synQmf->usb; i++) { in qmfInverseModulationHQ()
789 …scaleValues(&tReal[0+synQmf->lsb], &qmfReal[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHi… in qmfInverseModulationHQ()
791 …scaleValues(&tImag[0+synQmf->lsb], &qmfImag[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHi… in qmfInverseModulationHQ()
794 FDKmemclear(&tReal[synQmf->usb], (synQmf->no_channels-synQmf->usb)*sizeof(FIXP_QMF)); in qmfInverseModulationHQ()
795 FDKmemclear(&tImag[synQmf->usb], (synQmf->no_channels-synQmf->usb)*sizeof(FIXP_QMF)); in qmfInverseModulationHQ()
972 int usb, /*!< Upper end of QMF frequency range */ in qmfInitFilterBank() argument
[all …]
/external/aac/libFDK/include/
Dqmf.h167 int usb; /*!< Top of high subbands */ member
205 int usb, /*!< Number of upper bands */
223 int usb, /*!< Number of upper bands */
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dget_descriptors_sequence.py13 from usb import control
14 from usb import util
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dmonsoon.py213 for main, usb, _, voltage in data:
220 if usb & 1:
221 sample += ((usb & ~1) - self._coarse_zero) * self._coarse_scale
223 sample += (usb - self._fine_zero) * self._fine_scale
/external/aac/libSBRdec/src/
Dsbr_dec.cpp240 hSbrDec->AnalysiscQMF.usb, in changeQmfType()
264 hSbrDec->SynthesisQMF.usb, in changeQmfType()
622 synQmfRight->usb = synQmf->usb; in sbr_dec()
857 hs->SynthesisQMF.usb, in createSbrDec()
951 …hSbrDec->SynthesisQMF.usb = fixMin((INT)hSbrDec->SynthesisQMF.no_channels, (INT)hHeaderData->freqB… in resetSbrDec()
954 hSbrDec->AnalysiscQMF.usb = hSbrDec->SynthesisQMF.usb; in resetSbrDec()
1018 target_usb = hSbrDec->SynthesisQMF.usb; in resetSbrDec()
Dlpp_tran.h219 const int usb,
236 UCHAR usb,
Dlpp_tran.cpp763 const int usb, /*!< Highband area stop subband */ in createLppTransposer() argument
799 usb, in createLppTransposer()
845 UCHAR usb, /*!< High band area: stop subband */ in resetLppTransposer() argument
864 usb = fixMin(usb, v_k_master[numMaster]); /* Avoid endless loops (compare with float code). */ in resetLppTransposer()
889 while(targetStopBand < usb) { in resetLppTransposer()
934 desiredBorder = usb; in resetLppTransposer()
Dsbrdec_freq_sca.cpp722 int k2,kx, lsb, usb; in resetFreqBandTables() local
753 usb = hFreq->freqBandTable[0][nBandsLo]; in resetFreqBandTables()
756 if ( (lsb > (32)) || (lsb >= usb) ) { in resetFreqBandTables()
809 hFreq->highSubband = usb; in resetFreqBandTables()
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_device_context.py6 from usb import core
7 from usb import util as usb_util
/external/autotest/server/site_tests/generic_RebootTest/
Dcontrol28 android device either through usb or tcp. If no device_hostname is specified
29 the adb commands are sent to the android device over usb, via the beaglebone,
/external/autotest/server/cros/multimedia/
Dusb_facade_adapter.py31 return self._proxy.usb
/external/libusb-compat/libusb/
DMakefile.am1 include_HEADERS = usb.h
/external/libusb/
DTODO8 "usb primer" introduction docs
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dcontrol27 3) No other usb storage devices must be inserted.
48 volume_filter = {"bus": "usb"}
/external/aac/libSBRenc/src/
Dton_corr.cpp122 …INT usb, /*!< upper side band, highest + 1 QMF band in the SBR range… in FDKsbrEnc_CalculateTonalityQuotas() argument
175 for (r = 0; r < usb; r++) in FDKsbrEnc_CalculateTonalityQuotas()
512 …INT usb = v_k_master[numMaster]; /* Stop subband related to the synthesis filter… in resetPatch() local
536 while(targetStopBand < usb) { in resetPatch()
577 goalSb = usb; in resetPatch()
/external/libusb-compat/
DLICENSE20 Alternatively, the files usb.h.in and/or usb.h may be licensed under the
/external/autotest/client/site_tests/hardware_TrimIntegrity/
Dcontrol.full_disk14 Performs data integrity trim test on an internal disk while booting from usb.

123456789