Searched refs:tda1997x_chip_info (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tda1997x.c | 216 struct tda1997x_chip_info { struct 222 const struct tda1997x_chip_info *info; argument 285 static const struct tda1997x_chip_info tda1997x_chip_info[] = { variable 2258 {"tda19971", (kernel_ulong_t)&tda1997x_chip_info[TDA19971]}, 2259 {"tda19973", (kernel_ulong_t)&tda1997x_chip_info[TDA19973]}, 2265 { .compatible = "nxp,tda19971", .data = &tda1997x_chip_info[TDA19971] }, 2266 { .compatible = "nxp,tda19973", .data = &tda1997x_chip_info[TDA19973] }, 2544 (const struct tda1997x_chip_info *)id->driver_data; in tda1997x_probe()
|