Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi.c323 static const struct spi_device_id *spi_match_id(const struct spi_device_id *id, in spi_match_id() function
338 return spi_match_id(sdrv->id_table, sdev); in spi_get_device_id()
360 return !!spi_match_id(sdrv->id_table, spi); in spi_match_device()