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

/linux-4.4.14/drivers/spi/
H A Dspi-gpio.c339 static const struct of_device_id spi_gpio_dt_ids[] = { variable in typeref:struct:of_device_id
343 MODULE_DEVICE_TABLE(of, spi_gpio_dt_ids);
352 of_match_device(spi_gpio_dt_ids, &pdev->dev); spi_gpio_probe_dt()
538 .of_match_table = of_match_ptr(spi_gpio_dt_ids),

Completed in 37 milliseconds