Searched refs:exc3000_info (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/input/touchscreen/ |
D | exc3000.c | 59 static struct eeti_dev_info exc3000_info[] = { variable 356 data->info = &exc3000_info[eeti_dev_id]; in exc3000_probe() 456 { .compatible = "eeti,exc3000", .data = &exc3000_info[EETI_EXC3000] }, 457 { .compatible = "eeti,exc80h60", .data = &exc3000_info[EETI_EXC80H60] }, 458 { .compatible = "eeti,exc80h84", .data = &exc3000_info[EETI_EXC80H84] }, 459 { .compatible = "eeti,exc81w32", .data = &exc3000_info[EETI_EXC81W32] }, 467 { "EGA00001", .driver_data = (kernel_ulong_t)&exc3000_info[EETI_EXC80H60] },
|