Searched refs:fhci_gpio_set_value (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/host/
H A Dfhci-hub.c43 static void fhci_gpio_set_value(struct fhci_hcd *fhci, int gpio_nr, bool on) fhci_gpio_set_value() function
62 fhci_gpio_set_value(fhci, GPIO_POWER, false); fhci_config_transceiver()
66 fhci_gpio_set_value(fhci, GPIO_POWER, true); fhci_config_transceiver()
69 fhci_gpio_set_value(fhci, GPIO_SPEED, false); fhci_config_transceiver()
72 fhci_gpio_set_value(fhci, GPIO_SPEED, true); fhci_config_transceiver()

Completed in 39 milliseconds