Home
last modified time | relevance | path

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

12

/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/*
Dlibmtp.sh.in13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
Dlibmtp.sh13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop 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 …]
Dconfigure.ac60 AC_CHECK_LIB([usb], [usb_control_msg],,
73 AC_CHECK_HEADER([usb.h],,
/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.h165 int usb; /*!< Top of high subbands */ member
203 int usb, /*!< Number of upper bands */
221 int usb, /*!< Number of upper bands */
/external/aac/libSBRdec/src/
Dsbr_dec.cpp233 hSbrDec->AnalysiscQMF.usb, in changeQmfType()
248 hSbrDec->SynthesisQMF.usb, in changeQmfType()
577 synQmfRight->usb = synQmf->usb; in sbr_dec()
810 hs->SynthesisQMF.usb, in createSbrDec()
901 …hSbrDec->SynthesisQMF.usb = fixMin((INT)hSbrDec->SynthesisQMF.no_channels, (INT)hHeaderData->freqB… in resetSbrDec()
904 hSbrDec->AnalysiscQMF.usb = hSbrDec->SynthesisQMF.usb; in resetSbrDec()
968 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()
903 while(targetStopBand < usb) { in resetLppTransposer()
948 desiredBorder = usb; in resetLppTransposer()
Dsbrdec_freq_sca.cpp715 int k2,kx, lsb, usb; in resetFreqBandTables() local
746 usb = hFreq->freqBandTable[0][nBandsLo]; in resetFreqBandTables()
749 if ( (lsb > (32)) || (lsb >= usb) ) { in resetFreqBandTables()
802 hFreq->highSubband = usb; in resetFreqBandTables()
Dpsdec.cpp936 int usb in initSlotBasedRotation() argument
955 if ((usb > h_ps_d->specificTo.mpeg.lastUsb) && h_ps_d->specificTo.mpeg.lastUsb) { in initSlotBasedRotation()
967 length = (usb-FIRST_DELAY_SB)*sizeof(FIXP_DBL); in initSlotBasedRotation()
972 length = (fixMin(NO_DELAY_BUFFER_BANDS,(INT)usb)-FIRST_DELAY_SB)*sizeof(FIXP_DBL); in initSlotBasedRotation()
980 h_ps_d->specificTo.mpeg.lastUsb = usb; in initSlotBasedRotation()
Dpsdec.h341 int usb);
/external/libusb-compat/libusb/
DMakefile.am1 include_HEADERS = usb.h
/external/libusb/
DTODO8 "usb primer" introduction docs
/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()
514 …INT usb = v_k_master[numMaster]; /* Stop subband related to the synthesis filter… in resetPatch() local
538 while(targetStopBand < usb) { in resetPatch()
579 goalSb = usb; in resetPatch()
Dton_corr.h196 INT usb,
/external/libusb-compat/
DLICENSE20 Alternatively, the files usb.h.in and/or usb.h may be licensed under the
/external/e2fsprogs/tests/f_dup_de/
Dexpect.121 Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
Dexpect-nohtree.124 Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
/external/qemu/distrib/sdl-1.2.15/
Dconfigure.in2156 AC_CHECK_HEADER(usb.h, [USB_CFLAGS="-DHAVE_USB_H"])
2158 AC_CHECK_LIB(usb, hid_init, [USB_LIBS="$USB_LIBS -lusb"])
2169 #include <usb.h>
2172 # include <bus/usb/usb.h>
2173 # include <bus/usb/usbhid.h>
2175 # include <dev/usb/usb.h>
2176 # include <dev/usb/usbhid.h>
2200 #include <usb.h>
2203 # include <bus/usb/usb.h>
2204 # include <bus/usb/usbhid.h>
[all …]
/external/sepolicy/
Dproperty_contexts14 sys.usb.config u:object_r:radio_prop:s0
/external/libusb/libusb.xcodeproj/
Dproject.pbxproj179 PRODUCT_NAME = usb;
198 PRODUCT_NAME = usb;

12