Searched refs:tda1997x_chip_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
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 2252 {"tda19971", (kernel_ulong_t)&tda1997x_chip_info[TDA19971]}, 2253 {"tda19973", (kernel_ulong_t)&tda1997x_chip_info[TDA19973]}, 2259 { .compatible = "nxp,tda19971", .data = &tda1997x_chip_info[TDA19971] }, 2260 { .compatible = "nxp,tda19973", .data = &tda1997x_chip_info[TDA19973] }, 2538 (const struct tda1997x_chip_info *)id->driver_data; in tda1997x_probe()
|