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

/linux-4.4.14/drivers/spi/
H A Dspi-gpio.c283 static int spi_gpio_alloc(unsigned pin, const char *label, bool is_in) spi_gpio_alloc() function
305 value = spi_gpio_alloc(SPI_MOSI_GPIO, label, false); spi_gpio_request()
314 value = spi_gpio_alloc(SPI_MISO_GPIO, label, true); spi_gpio_request()
322 value = spi_gpio_alloc(SPI_SCK_GPIO, label, false); spi_gpio_request()

Completed in 40 milliseconds