Home
last modified time | relevance | path

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

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