Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-cards.c2780 static const struct em28xx_hash_table em28xx_i2c_hash[] = { variable
3065 for (i = 0; i < ARRAY_SIZE(em28xx_i2c_hash); i++) { in em28xx_hint_board()
3066 if (dev->i2c_hash == em28xx_i2c_hash[i].hash) { in em28xx_hint_board()
3067 dev->model = em28xx_i2c_hash[i].model; in em28xx_hint_board()
3068 dev->tuner_type = em28xx_i2c_hash[i].tuner; in em28xx_hint_board()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-cards.c2825 static const struct em28xx_hash_table em28xx_i2c_hash[] = { variable
3110 for (i = 0; i < ARRAY_SIZE(em28xx_i2c_hash); i++) { in em28xx_hint_board()
3111 if (dev->i2c_hash == em28xx_i2c_hash[i].hash) { in em28xx_hint_board()
3112 dev->model = em28xx_i2c_hash[i].model; in em28xx_hint_board()
3113 dev->tuner_type = em28xx_i2c_hash[i].tuner; in em28xx_hint_board()

Completed in 8 milliseconds