Searched refs:touchscreen_parse_properties (Results 1 – 25 of 31) sorted by relevance
12
/Linux-v5.10/include/linux/input/ |
D | touchscreen.h | 20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
|
/Linux-v5.10/drivers/input/touchscreen/ |
D | of_touchscreen.c | 64 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() function 145 EXPORT_SYMBOL(touchscreen_parse_properties);
|
D | resistive-adc-touch.c | 156 touchscreen_parse_properties(input, false, &st->prop); in grts_probe()
|
D | raspberrypi-ts.c | 185 touchscreen_parse_properties(input, true, &ts->prop); in rpi_ts_probe()
|
D | zet6223.c | 211 touchscreen_parse_properties(input, true, &ts->prop); in zet6223_probe()
|
D | eeti_ts.c | 196 touchscreen_parse_properties(input, false, &eeti->props); in eeti_ts_probe()
|
D | chipone_icn8318.c | 217 touchscreen_parse_properties(input, true, &data->prop); in icn8318_probe()
|
D | cy8ctma140.c | 238 touchscreen_parse_properties(input, true, &ts->props); in cy8ctma140_probe()
|
D | ektf2127.c | 273 touchscreen_parse_properties(input, true, &ts->prop); in ektf2127_probe()
|
D | st1232.c | 251 touchscreen_parse_properties(input_dev, true, &ts->prop); in st1232_ts_probe()
|
D | bu21029_ts.c | 400 touchscreen_parse_properties(in_dev, false, &bu21029->prop); in bu21029_probe()
|
D | exc3000.c | 356 touchscreen_parse_properties(input, true, &data->prop); in exc3000_probe()
|
D | sx8654.c | 364 touchscreen_parse_properties(input, false, &sx8654->props); in sx8654_probe()
|
D | chipone_icn8505.c | 448 touchscreen_parse_properties(input, true, &icn8505->prop); in icn8505_probe()
|
D | ili210x.c | 440 touchscreen_parse_properties(input, true, &priv->prop); in ili210x_i2c_probe()
|
D | s6sy761.c | 444 touchscreen_parse_properties(sdata->input, true, &sdata->prop); in s6sy761_probe()
|
D | zinitix.c | 441 touchscreen_parse_properties(input_dev, true, &bt541->prop); in zinitix_init_input_dev()
|
D | bu21013_ts.c | 454 touchscreen_parse_properties(in_dev, true, &ts->props); in bu21013_probe()
|
D | pixcir_i2c_ts.c | 501 touchscreen_parse_properties(input, true, &tsdata->prop); in pixcir_i2c_ts_probe()
|
D | silead.c | 98 touchscreen_parse_properties(data->input, true, &data->prop); in silead_ts_request_input_dev()
|
D | tsc200x-core.c | 536 touchscreen_parse_properties(input_dev, false, NULL); in tsc200x_probe()
|
D | cyttsp_core.c | 646 touchscreen_parse_properties(input_dev, true, NULL); in cyttsp_probe()
|
D | ad7879.c | 567 touchscreen_parse_properties(input_dev, false, NULL); in ad7879_probe()
|
D | mms114.c | 469 touchscreen_parse_properties(input_dev, true, &data->props); in mms114_probe()
|
D | stmfts.c | 665 touchscreen_parse_properties(sdata->input, true, &sdata->prop); in stmfts_probe()
|
12