Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-gpio.c297 static const struct of_device_id spi_gpio_dt_ids[] = { variable
301 MODULE_DEVICE_TABLE(of, spi_gpio_dt_ids);
367 of_id = of_match_device(spi_gpio_dt_ids, &pdev->dev); in spi_gpio_probe()
444 .of_match_table = of_match_ptr(spi_gpio_dt_ids),