Searched defs:stmpe_variant_info (Results 1 – 2 of 2) sorted by relevance
63 struct stmpe_variant_info { struct64 const char *name;65 u16 id_val;66 u16 id_mask;67 int num_gpios;68 int af_bits;69 const u8 *regs;70 struct stmpe_variant_block *blocks;71 int num_blocks;72 int num_irqs;[all …]
1059 static struct stmpe_variant_info *stmpe_variant_info[STMPE_NBR_PARTS] = { variable
Completed in 8 milliseconds