Home
last modified time | relevance | path

Searched defs:speed (Results 1 – 19 of 19) sorted by relevance

/system/dev/usb/xhci/
A Dxhci-device-manager.cpp33 usb_speed_t speed; member
57 uint32_t port, usb_speed_t speed) { in xhci_address_device()
253 static int compute_interval(const usb_endpoint_descriptor_t* ep, usb_speed_t speed) { in compute_interval()
311 uint32_t port, usb_speed_t speed) { in xhci_setup_slot()
386 usb_speed_t speed) { in xhci_handle_enumerate_device()
642 uint32_t port, usb_speed_t speed) { in xhci_queue_command()
671 usb_speed_t speed) { in xhci_enumerate_device()
717 usb_speed_t speed = slot->speed; in xhci_enable_endpoint() local
834 zx_status_t xhci_configure_hub(xhci_t* xhci, uint32_t slot_id, usb_speed_t speed, in xhci_configure_hub()
A Dxhci-root-hub.h27 usb_speed_t speed; member
A Dusb-xhci.cpp37 zx_status_t xhci_add_device(xhci_t* xhci, int slot_id, int hub_address, int speed) { in xhci_add_device()
95 static zx_status_t xhci_config_hub(void* ctx, uint32_t device_id, usb_speed_t speed, in xhci_config_hub()
102 usb_speed_t speed) { in xhci_hub_device_added()
A Dxhci-root-hub.cpp175 uint32_t speed = (portsc >> PORTSC_SPEED_START) & ((1 << PORTSC_SPEED_BITS) - 1); in print_portsc() local
519 …uint32_t speed = (portsc & XHCI_MASK(PORTSC_SPEED_START, PORTSC_SPEED_BITS)) >> PORTSC_SPEED_START; in xhci_handle_root_hub_change() local
A Dxhci.h80 usb_speed_t speed; member
/system/dev/usb/usb-bus/
A Dusb-bus.c17 usb_speed_t speed) { in bus_add_device()
123 static zx_status_t bus_configure_hub(void* ctx, zx_device_t* hub_device, usb_speed_t speed, in bus_configure_hub()
134 usb_speed_t speed) { in bus_device_added()
A Dusb-device.h31 usb_speed_t speed; member
A Dusb-device.c606 usb_speed_t speed, usb_device_t** out_device) { in usb_device_add()
/system/dev/block/sdmmc/
A Dsdio.c439 uint8_t speed = 0; in sdio_switch_hs() local
472 uint8_t speed = 0; in sdio_switch_uhs() local
/system/dev/ethernet/usb-cdc-function/
A Dcdc-eth-function.cpp54 usb_speed_t speed; member
469 static zx_status_t cdc_set_configured(void* ctx, bool configured, usb_speed_t speed) { in cdc_set_configured()
/system/uapp/lsusb/
A Dlsusb.c74 uint32_t speed; in do_list_device() local
/system/dev/usb/dwc3/
A Ddwc3.h106 usb_speed_t speed; member
A Ddwc3.cpp227 uint32_t speed = DSTS::Get().ReadFrom(mmio).CONNECTSPD(); in dwc3_connection_done() local
/system/dev/usb/usb-peripheral-test/
A Ddriver.cpp233 static zx_status_t test_set_configured(void* ctx, bool configured, usb_speed_t speed) { in test_set_configured()
/system/dev/usb/usb-peripheral/
A Dusb-peripheral.c133 usb_speed_t speed; member
603 static void usb_dev_set_speed(void* ctx, usb_speed_t speed) { in usb_dev_set_speed()
/system/dev/usb/usb-hub/
A Dusb-hub.c188 usb_speed_t speed; in usb_hub_port_enabled() local
/system/dev/i2c/intel-i2c/
A Dintel-i2c-controller.c686 unsigned int speed = CTL_SPEED_STANDARD; in intel_serialio_i2c_reset_controller() local
/system/dev/block/ums-function/
A Dums-function.c457 static zx_status_t ums_set_configured(void* ctx, bool configured, usb_speed_t speed) { in ums_set_configured()
/system/dev/ethernet/asix-88179/
A Dasix-88179.c196 uint8_t speed = plsr & AX88179_PLSR_EPHY_MASK; in ax88179_configure_bulk_in() local

Completed in 70 milliseconds