Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/spi/
Dspi.c345 static const struct spi_device_id *spi_match_id(const struct spi_device_id *id, const char *name) in spi_match_id() function
359 return spi_match_id(sdrv->id_table, sdev->modalias); in spi_get_device_id()
381 return !!spi_match_id(sdrv->id_table, spi->modalias); in spi_match_device()
496 spi_id = spi_match_id(sdrv->id_table, of_name); in __spi_register_driver()