Searched refs:touchscreen_parse_properties (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | of_touchscreen.c | 67 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() function 130 EXPORT_SYMBOL(touchscreen_parse_properties);
|
D | resistive-adc-touch.c | 156 touchscreen_parse_properties(input, false, &st->prop); in grts_probe()
|
D | exc3000.c | 176 touchscreen_parse_properties(input, true, &data->prop); in exc3000_probe()
|
D | eeti_ts.c | 168 touchscreen_parse_properties(input, false, &eeti->props); in eeti_ts_probe()
|
D | chipone_icn8318.c | 221 touchscreen_parse_properties(input, true, &data->prop); in icn8318_probe()
|
D | zet6223.c | 220 touchscreen_parse_properties(input, true, &ts->prop); in zet6223_probe()
|
D | ektf2127.c | 277 touchscreen_parse_properties(input, true, &ts->prop); in ektf2127_probe()
|
D | bu21029_ts.c | 400 touchscreen_parse_properties(in_dev, false, &bu21029->prop); in bu21029_probe()
|
D | s6sy761.c | 444 touchscreen_parse_properties(sdata->input, true, &sdata->prop); in s6sy761_probe()
|
D | chipone_icn8505.c | 448 touchscreen_parse_properties(input, true, &icn8505->prop); in icn8505_probe()
|
D | tsc200x-core.c | 544 touchscreen_parse_properties(input_dev, false, NULL); in tsc200x_probe()
|
D | pixcir_i2c_ts.c | 494 touchscreen_parse_properties(input, true, &tsdata->prop); in pixcir_i2c_ts_probe()
|
D | silead.c | 106 touchscreen_parse_properties(data->input, true, &data->prop); in silead_ts_request_input_dev()
|
D | mms114.c | 462 touchscreen_parse_properties(input_dev, true, &data->props); in mms114_probe()
|
D | cyttsp_core.c | 660 touchscreen_parse_properties(input_dev, true, NULL); in cyttsp_probe()
|
D | ad7879.c | 605 touchscreen_parse_properties(input_dev, false, NULL); in ad7879_probe()
|
D | stmfts.c | 663 touchscreen_parse_properties(sdata->input, true, &sdata->prop); in stmfts_probe()
|
D | goodix.c | 692 touchscreen_parse_properties(ts->input_dev, true, &ts->prop); in goodix_configure_dev()
|
D | edt-ft5x06.c | 1067 touchscreen_parse_properties(input, true, &tsdata->prop); in edt_ft5x06_ts_probe()
|
D | hideep.c | 804 touchscreen_parse_properties(ts->input_dev, true, &ts->prop); in hideep_init_input()
|
/Linux-v4.19/include/linux/input/ |
D | touchscreen.h | 23 void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
|