Home
last modified time | relevance | path

Searched refs:STMPE_OP_MODE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/input/touchscreen/
Dstmpe-ts.c227 STMPE_OP_MODE(0xff), STMPE_OP_MODE(OP_MOD_XYZ)); in stmpe_init_hw()
/linux-5.19.10/include/linux/mfd/
Dstmpe.h22 #define STMPE_OP_MODE(x) ((x & 0x7) << 1) macro