Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds