Searched refs:HAMPSHIRE_GET_YC (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dhampshire.c48 #define HAMPSHIRE_GET_YC(data) ((data[3] & 0x03) | (data[2] << 2) | ((data[0] & 0x07) << 9)) macro
69 input_report_abs(dev, ABS_Y, HAMPSHIRE_GET_YC(phampshire->data));

Completed in 44 milliseconds