Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dnuvoton-cir.c39 static const struct nvt_chip nvt_chips[] = { variable
382 for (i = 0; i < ARRAY_SIZE(nvt_chips); i++) in nvt_find_chip()
383 if ((id & SIO_ID_MASK) == nvt_chips[i].chip_ver) { in nvt_find_chip()
384 nvt->chip_ver = nvt_chips[i].chip_ver; in nvt_find_chip()
385 return nvt_chips[i].name; in nvt_find_chip()