HomeSort by relevance Sort by last modified time
    Searched refs:hcd (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h 50 struct usb_bus self; /* hcd is-a bus */
52 const char *description; /* "ehci-hcd" etc */
72 const char *description; /* "ehci-hcd" etc */
73 void (*irq) (struct usb_hcd *hcd, struct pt_regs *regs);
75 int (*start) (struct usb_hcd *hcd);
76 int (*suspend) (struct usb_hcd *hcd, __u32 state);
77 int (*resume) (struct usb_hcd *hcd);
78 void (*stop) (struct usb_hcd *hcd);
79 int (*get_frame_number) (struct usb_hcd *hcd);
81 void (*hcd_free) (struct usb_hcd *hcd);
    [all...]
tusb.c 343 * we can later use to test hcd functions, must
387 struct usb_hcd *hcd = NULL; local
404 hcd = pci_get_drvdata(pdev);
406 if (!hcd) {
407 printk("tusb: hcd pointer not found\n");
410 release_region(pci_resource_start(pdev, hcd->region),
411 pci_resource_len(pdev, hcd->region));
417 printk("tusb: retval hcd probe = %d\n", rc);
435 struct usb_hcd *hcd = NULL; local
438 /* check that hcd pointer exists *
    [all...]
  /device/asus/fugu/self-extractors/broadcom/staging/
device-partial.mk 20 vendor/broadcom/fugu/proprietary/BCM4350C0.hcd:system/vendor/firmware/BCM4350C0.hcd:broadcom \
21 vendor/broadcom/fugu/proprietary/BCM4350C0_SR2.hcd:system/vendor/firmware/BCM4350C0_SR2.hcd:broadcom \
  /device/huawei/angler/
BoardConfig.mk 39 BOARD_KERNEL_CMDLINE := androidboot.hardware=angler androidboot.console=ttyHSL0 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 boot_cpus=0-3 no_console_suspend
  /external/autotest/client/cros/multimedia/
usb_facade_native.py 141 @param hcd_id: The HCD id, e.g. 0000:00:1a.0
142 @param hcd_path: The path to HCD, e.g. /sys/bus/pci/drivers/echi_hcd.
145 logging.debug('hcd id: %s, hcd path: %s', hcd_id, hcd_path)
151 """Resets HCD by unbinding and binding driver."""
165 (HCD), then, HCD will re-enumerate all the USB devices. This method has
186 # The path to search for HCD on PCI or platform bus.
187 # The HCD id should be filled in the end.
192 # Skips auto HCD for issue crbug.com/537513
    [all...]
  /device/google/dragon/
device.mk 123 $(LOCAL_PATH)/bluetooth/BCM4350C0_003.001.012.0364.0754.hcd:$(TARGET_COPY_OUT_VENDOR)/firmware/bcm4350c0.hcd \
  /device/google/marlin/marlin/
BoardConfig.mk 105 BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=marlin user_debug=31 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=32M@0-0xffffffff loop.max_part=7
  /device/google/marlin/sailfish/
BoardConfig.mk 95 BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=sailfish user_debug=31 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=32M@0-0xffffffff loop.max_part=7

Completed in 1326 milliseconds