Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi.c346 static const struct spi_device_id *spi_match_id(const struct spi_device_id *id, const char *name) in spi_match_id() function
360 return spi_match_id(sdrv->id_table, sdev->modalias); in spi_get_device_id()
394 return !!spi_match_id(sdrv->id_table, spi->modalias); in spi_match_device()
509 spi_id = spi_match_id(sdrv->id_table, of_name); in __spi_register_driver()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi.c319 static const struct spi_device_id *spi_match_id(const struct spi_device_id *id, in spi_match_id() function
334 return spi_match_id(sdrv->id_table, sdev); in spi_get_device_id()
356 return !!spi_match_id(sdrv->id_table, spi); in spi_match_device()

Completed in 10 milliseconds