Searched refs:x_max (Results 1 – 25 of 26) sorted by relevance
12
/linux-2.6.39/include/linux/spi/ |
D | ad7879.h | 11 u16 x_min, x_max; member
|
D | ad7877.h | 14 u16 x_min, x_max; member
|
D | ads7846.h | 38 u16 x_min, x_max; member
|
/linux-2.6.39/drivers/input/tablet/ |
D | wacom_wac.h | 72 int x_max; member
|
D | wacom_sys.c | 208 features->x_max = in wacom_parse_hid() 212 features->x_max = in wacom_parse_hid() 227 features->x_max = in wacom_parse_hid() 265 features->x_max; in wacom_parse_hid()
|
D | wacom_wac.c | 1019 if (features->device_type == BTN_TOOL_FINGER && !features->x_max) { in wacom_setup_device_quirks() 1020 features->x_max = 1023; in wacom_setup_device_quirks() 1032 features->x_max <<= 5; in wacom_setup_device_quirks() 1059 input_set_abs_params(input_dev, ABS_X, 0, features->x_max, in wacom_setup_input_capabilities() 1072 wacom_calculate_touch_res(features->x_max, in wacom_setup_input_capabilities() 1186 0, features->x_max, 0, 0); in wacom_setup_input_capabilities() 1226 0, features->x_max, in wacom_setup_input_capabilities()
|
/linux-2.6.39/drivers/input/mouse/ |
D | synaptics.h | 133 unsigned int x_max, y_max; /* Max dimensions (from FW) */ member
|
D | synaptics.c | 229 priv->x_max = (max[0] << 5) | ((max[1] & 0x0f) << 1); in synaptics_resolution() 692 XMIN_NOMINAL, priv->x_max ?: XMAX_NOMINAL, 0, 0); in set_input_params() 701 priv->x_max ?: XMAX_NOMINAL, 0, 0); in set_input_params()
|
/linux-2.6.39/arch/arm/mach-omap1/ |
D | board-nokia770.c | 141 .x_max = 0x0fff,
|
D | board-htcherald.c | 449 .x_max = 3760,
|
/linux-2.6.39/arch/arm/mach-at91/ |
D | board-neocore926.c | 104 .x_max = 3830,
|
D | board-cap9adk.c | 99 .x_max = 3830,
|
D | board-sam9263ek.c | 105 .x_max = 3830,
|
D | board-yl-9200.c | 331 .x_max = 3830,
|
D | board-sam9261ek.c | 257 .x_max = 3830,
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | board-omap3touchbook.c | 319 .x_max = 3950,
|
D | board-omap3stalker.c | 550 .x_max = 0x0fff,
|
D | board-overo.c | 90 .x_max = 0x0fff,
|
D | board-omap3pandora.c | 594 .x_max = 0x0fff,
|
D | board-cm-t35.c | 253 .x_max = 0x0fff,
|
D | board-omap3evm.c | 697 .x_max = 0x0fff,
|
D | board-devkit8000.c | 487 .x_max = 0x0fff,
|
/linux-2.6.39/drivers/input/touchscreen/ |
D | ad7879.c | 543 pdata->x_max ? : MAX_12BIT, in ad7879_probe()
|
D | ad7877.c | 756 pdata->x_max ? : MAX_12BIT, in ad7877_probe()
|
D | ads7846.c | 1287 pdata->x_max ? : MAX_12BIT, in ads7846_probe()
|
12