Searched refs:tda1997x_chip_info (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/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 2274 {"tda19971", (kernel_ulong_t)&tda1997x_chip_info[TDA19971]}, 2275 {"tda19973", (kernel_ulong_t)&tda1997x_chip_info[TDA19973]}, 2281 { .compatible = "nxp,tda19971", .data = &tda1997x_chip_info[TDA19971] }, 2282 { .compatible = "nxp,tda19973", .data = &tda1997x_chip_info[TDA19973] }, 2560 (const struct tda1997x_chip_info *)id->driver_data; in tda1997x_probe()
|