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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_gpio.c258 static int __init spi_gpio_alloc(unsigned pin, const char *label, bool is_in) function
281 value = spi_gpio_alloc(SPI_MOSI_GPIO, label, false);
290 value = spi_gpio_alloc(SPI_MISO_GPIO, label, true);
298 value = spi_gpio_alloc(SPI_SCK_GPIO, label, false);

Completed in 169 milliseconds