Searched refs:gpio_request (Results 1 – 4 of 4) sorted by relevance
36 err = gpio_request(H3XXX_EGPIO_OPT_NVRAM_ON, "OPT NVRAM ON"); in h3600_pcmcia_hw_init()42 err = gpio_request(H3XXX_EGPIO_OPT_ON, "OPT ON"); in h3600_pcmcia_hw_init()48 err = gpio_request(H3XXX_EGPIO_OPT_RESET, "OPT RESET"); in h3600_pcmcia_hw_init()54 err = gpio_request(H3XXX_EGPIO_CARD_RESET, "PCMCIA CARD RESET"); in h3600_pcmcia_hw_init()
68 int gpio_request(unsigned gpio, const char *label) in gpio_request() function79 EXPORT_SYMBOL_GPL(gpio_request);
611 ret = gpio_request(p54spi_gpio_power, "p54spi power"); in p54spi_probe()617 ret = gpio_request(p54spi_gpio_irq, "p54spi irq"); in p54spi_probe()
723 rval = gpio_request(pdata->gpio_reset, "si476x reset"); in si476x_core_probe()
Completed in 10 milliseconds