Home
last modified time | relevance | path

Searched refs:touchscreen_parse_properties (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dof_touchscreen.c67 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() function
130 EXPORT_SYMBOL(touchscreen_parse_properties);
Dresistive-adc-touch.c156 touchscreen_parse_properties(input, false, &st->prop); in grts_probe()
Dexc3000.c176 touchscreen_parse_properties(input, true, &data->prop); in exc3000_probe()
Deeti_ts.c168 touchscreen_parse_properties(input, false, &eeti->props); in eeti_ts_probe()
Dchipone_icn8318.c221 touchscreen_parse_properties(input, true, &data->prop); in icn8318_probe()
Dzet6223.c220 touchscreen_parse_properties(input, true, &ts->prop); in zet6223_probe()
Dektf2127.c277 touchscreen_parse_properties(input, true, &ts->prop); in ektf2127_probe()
Dbu21029_ts.c400 touchscreen_parse_properties(in_dev, false, &bu21029->prop); in bu21029_probe()
Ds6sy761.c444 touchscreen_parse_properties(sdata->input, true, &sdata->prop); in s6sy761_probe()
Dchipone_icn8505.c448 touchscreen_parse_properties(input, true, &icn8505->prop); in icn8505_probe()
Dtsc200x-core.c544 touchscreen_parse_properties(input_dev, false, NULL); in tsc200x_probe()
Dpixcir_i2c_ts.c494 touchscreen_parse_properties(input, true, &tsdata->prop); in pixcir_i2c_ts_probe()
Dsilead.c106 touchscreen_parse_properties(data->input, true, &data->prop); in silead_ts_request_input_dev()
Dmms114.c462 touchscreen_parse_properties(input_dev, true, &data->props); in mms114_probe()
Dcyttsp_core.c660 touchscreen_parse_properties(input_dev, true, NULL); in cyttsp_probe()
Dad7879.c605 touchscreen_parse_properties(input_dev, false, NULL); in ad7879_probe()
Dstmfts.c663 touchscreen_parse_properties(sdata->input, true, &sdata->prop); in stmfts_probe()
Dgoodix.c692 touchscreen_parse_properties(ts->input_dev, true, &ts->prop); in goodix_configure_dev()
Dedt-ft5x06.c1067 touchscreen_parse_properties(input, true, &tsdata->prop); in edt_ft5x06_ts_probe()
Dhideep.c804 touchscreen_parse_properties(ts->input_dev, true, &ts->prop); in hideep_init_input()
/Linux-v4.19/include/linux/input/
Dtouchscreen.h23 void touchscreen_parse_properties(struct input_dev *input, bool multitouch,