HomeSort by relevance Sort by last modified time
    Searched refs:usb (Results 1 - 25 of 560) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libmtp/
sync-usbids.sh 3 # Script to compare the USB ID list from linux-usb
8 wget -O usb.ids http://www.linux-usb.org/usb.ids
9 examples/hotplug -i > usb.ids-libmtp
10 echo "OK now compare usb.ids and usb.ids-libmtp..."
12 echo "Could not sync to linux-usb USB ID list. No WGET.
    [all...]
  /external/u-boot/drivers/phy/allwinner/
Makefile 6 obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o
  /external/u-boot/board/efi/efi-x86_payload/
payload.c 7 #include <usb.h>
  /device/google/bonito/
init.firstboot.sh 4 # setupwizard has started, and USB is removed.
9 # Wait for USB to be removed.
10 type=`cat /sys/class/power_supply/usb/typec_mode`
14 type=`cat /sys/class/power_supply/usb/typec_mode`
  /external/u-boot/arch/arm/dts/
stih410-pinctrl.dtsi 18 usb-oc-detect = <&pio35 0 ALT1 IN>;
19 usb-pwr-enable = <&pio35 1 ALT1 OUT>;
27 usb-oc-detect = <&pio35 2 ALT1 IN>;
28 usb-pwr-enable = <&pio35 3 ALT1 OUT>;
  /external/autotest/client/site_tests/power_StatsUSB/
power_StatsUSB.py 15 usb = power_status.USBSuspendStats()
17 # get USB percent active since boot
18 usb.incremental = False
19 stats = usb.refresh()
20 logging.info('USB active time since boot: %.2f%%', stats['active'])
25 # get USB percent active during the test time
26 usb.incremental = True
27 stats = usb.refresh()
28 logging.info('USB active time in the last %d seconds: %.2f%%',
  /device/google/bonito/usb/
Usb.h 4 #include <android/hardware/usb/1.1/IUsb.h>
5 #include <android/hardware/usb/1.1/types.h>
6 #include <android/hardware/usb/1.1/IUsbCallback.h>
19 namespace usb { namespace in namespace:android::hardware
23 using ::android::hardware::usb::V1_0::PortRole;
24 using ::android::hardware::usb::V1_0::PortRoleType;
25 using ::android::hardware::usb::V1_0::PortDataRole;
26 using ::android::hardware::usb::V1_0::PortPowerRole;
27 using ::android::hardware::usb::V1_0::Status;
28 using ::android::hardware::usb::V1_1::IUsb
    [all...]
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.bonito"
20 #include "Usb.h"
30 using android::hardware::usb::V1_1::IUsb;
31 using android::hardware::usb::gadget::V1_0::IUsbGadget;
32 using android::hardware::usb::V1_1::implementation::Usb;
33 using android::hardware::usb::gadget::V1_0::implementation::UsbGadget;
39 android::sp<IUsb> service = new Usb();
46 ALOGE("Cannot register USB HAL service");
53 ALOGE("Cannot register USB Gadget HAL service")
    [all...]
  /device/google/crosshatch/usb/
Usb.h 4 #include <android/hardware/usb/1.1/IUsb.h>
5 #include <android/hardware/usb/1.1/types.h>
6 #include <android/hardware/usb/1.1/IUsbCallback.h>
19 namespace usb { namespace in namespace:android::hardware
23 using ::android::hardware::usb::V1_0::PortRole;
24 using ::android::hardware::usb::V1_0::PortRoleType;
25 using ::android::hardware::usb::V1_0::PortDataRole;
26 using ::android::hardware::usb::V1_0::PortPowerRole;
27 using ::android::hardware::usb::V1_0::Status;
28 using ::android::hardware::usb::V1_1::IUsb
    [all...]
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.crosshatch"
20 #include "Usb.h"
30 using android::hardware::usb::V1_1::IUsb;
31 using android::hardware::usb::gadget::V1_0::IUsbGadget;
32 using android::hardware::usb::V1_1::implementation::Usb;
33 using android::hardware::usb::gadget::V1_0::implementation::UsbGadget;
39 android::sp<IUsb> service = new Usb();
46 ALOGE("Cannot register USB HAL service");
53 ALOGE("Cannot register USB Gadget HAL service")
    [all...]
  /device/google/marlin/usb/
Usb.h 4 #include <android/hardware/usb/1.1/IUsb.h>
5 #include <android/hardware/usb/1.1/types.h>
6 #include <android/hardware/usb/1.1/IUsbCallback.h>
19 namespace usb { namespace in namespace:android::hardware
23 using ::android::hardware::usb::V1_0::PortRole;
24 using ::android::hardware::usb::V1_0::PortRoleType;
25 using ::android::hardware::usb::V1_0::PortDataRole;
26 using ::android::hardware::usb::V1_0::PortPowerRole;
27 using ::android::hardware::usb::V1_0::Status;
28 using ::android::hardware::usb::V1_1::IUsb
    [all...]
  /device/google/wahoo/usb/
Usb.h 4 #include <android/hardware/usb/1.1/IUsb.h>
5 #include <android/hardware/usb/1.1/types.h>
6 #include <android/hardware/usb/1.1/IUsbCallback.h>
19 namespace usb { namespace in namespace:android::hardware
23 using ::android::hardware::usb::V1_0::PortRole;
24 using ::android::hardware::usb::V1_0::PortRoleType;
25 using ::android::hardware::usb::V1_0::PortDataRole;
26 using ::android::hardware::usb::V1_0::PortPowerRole;
27 using ::android::hardware::usb::V1_0::Status;
28 using ::android::hardware::usb::V1_1::IUsb
    [all...]
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
20 #include "Usb.h"
30 using android::hardware::usb::V1_1::IUsb;
31 using android::hardware::usb::gadget::V1_0::IUsbGadget;
32 using android::hardware::usb::V1_1::implementation::Usb;
33 using android::hardware::usb::gadget::V1_0::implementation::UsbGadget;
39 android::sp<IUsb> service = new Usb();
46 ALOGE("Cannot register USB HAL service");
53 ALOGE("Cannot register USB Gadget HAL service")
    [all...]
  /external/u-boot/include/
thor.h 3 * thor.h -- USB THOR Downloader protocol
13 #include <linux/usb/composite.h>
g_dnl.h 10 #include <linux/usb/ch9.h>
11 #include <linux/usb/gadget.h>
12 #include <linux/usb/composite.h>
16 * @usb_fname: unescaped USB function name
  /device/google/cuttlefish/shared/config/
init.hardware.usb.rc 42 mkdir /dev/usb-ffs 0775 shell shell
43 mkdir /dev/usb-ffs/adb 0770 shell shell
44 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000
45 mkdir /dev/usb-ffs/mtp 0770 mtp mtp
46 mkdir /dev/usb-ffs/ptp 0770 mtp mtp
47 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
48 mount functionfs ptp /dev/usb-ffs/ptp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
49 setprop sys.usb.mtp.device_type 3
50 setprop sys.usb.configfs 1
51 setprop sys.usb.controller "dummy_udc.0
    [all...]
  /external/u-boot/drivers/usb/host/
ehci-exynos.c 3 * SAMSUNG EXYNOS USB HOST EHCI Controller
14 #include <usb.h>
36 * for the usb controller.
40 struct exynos_usb_phy *usb; member in struct:exynos_ehci
84 static void exynos5_setup_usb_phy(struct exynos_usb_phy *usb)
88 clrbits_le32(&usb->usbphyctrl0,
98 setbits_le32(&usb->usbphyctrl0,
105 clrbits_le32(&usb->usbphyctrl0,
114 clrbits_le32(&usb->hsicphyctrl1, hsic_ctrl);
115 clrbits_le32(&usb->hsicphyctrl2, hsic_ctrl)
    [all...]
ehci-faraday.c 3 * Faraday USB 2.0 EHCI Controller
11 #include <usb.h>
12 #include <usb/fusbh200.h>
13 #include <usb/fotg210.h>
22 struct fusbh200_regs usb; member in union:ehci_faraday_regs
28 return !readl(&regs->usb.easstr);
45 spd = BMCSR_SPD(readl(&regs->usb.bmcsr));
100 hccr = (struct ehci_hccr *)&regs->usb.hccr;
101 hcor = (struct ehci_hcor *)&regs->usb.hcor;
121 setbits_le32(&regs->usb.bmcsr, BMCSR_IRQLH)
    [all...]
ohci-da8xx.c 8 #include <asm/arch/da8xx-usb.h>
18 /* start the on-chip usb phy and its pll */
29 /* turn off the usb clock and assert the module reset */
  /device/google/wahoo/
init.hardware.chamber.rc.userdebug 17 on property:persist.vendor.disable.usb.overheat.mitigation=1
  /external/u-boot/drivers/usb/musb-new/
musb_uboot.h 10 #include <usb.h>
12 #include "usb-compat.h"
  /cts/hostsidetests/incident/src/com/android/server/cts/
UsbIncidentTest.java 19 import android.service.usb.UsbAccessoryProto;
20 import android.service.usb.UsbDebuggingManagerProto;
21 import android.service.usb.UsbDeviceFilterProto;
22 import android.service.usb.UsbDeviceManagerProto;
23 import android.service.usb.UsbDeviceProto;
24 import android.service.usb.UsbHandlerProto;
25 import android.service.usb.UsbHostManagerProto;
26 import android.service.usb.UsbProfileGroupSettingsManagerProto;
27 import android.service.usb.UsbServiceDumpProto;
28 import android.service.usb.UsbSettingsDevicePreferenceProto
    [all...]
  /external/u-boot/drivers/usb/emul/
Makefile 9 obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o
  /external/u-boot/drivers/serial/
usbtty.h 15 #include <usb/mpc8xx_udc.h>
17 #include <usb/pxa27x_udc.h>
19 #include <usb/designware_udc.h>
21 #include <usb/ci_udc.h>
24 #include <usb/udc.h>
47 #define CONFIG_USBD_CONFIGURATION_STR "TTY via USB"
  /external/u-boot/board/rockchip/evb_rk3328/
evb-rk3328.c 10 #include <usb.h>
26 #include <usb.h>
27 #include <usb/dwc2_udc.h>
44 "rockchip,rk3328-usb");
54 "rockchip,rk3328-usb");

Completed in 2482 milliseconds

1 2 3 4 5 6 7 8 91011>>