Searched refs:touchscreen_parse_properties (Results 1 – 25 of 43) sorted by relevance
12
/Linux-v6.6/drivers/input/ |
D | touchscreen.c | 65 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() function 146 EXPORT_SYMBOL(touchscreen_parse_properties);
|
/Linux-v6.6/include/linux/input/ |
D | touchscreen.h | 20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
|
/Linux-v6.6/drivers/input/touchscreen/ |
D | raspberrypi-ts.c | 184 touchscreen_parse_properties(input, true, &ts->prop); in rpi_ts_probe()
|
D | chipone_icn8318.c | 210 touchscreen_parse_properties(input, true, &data->prop); in icn8318_probe()
|
D | zet6223.c | 210 touchscreen_parse_properties(input, true, &ts->prop); in zet6223_probe()
|
D | eeti_ts.c | 195 touchscreen_parse_properties(input, false, &eeti->props); in eeti_ts_probe()
|
D | resistive-adc-touch.c | 255 touchscreen_parse_properties(input, false, &st->prop); in grts_probe()
|
D | cy8ctma140.c | 237 touchscreen_parse_properties(input, true, &ts->props); in cy8ctma140_probe()
|
D | novatek-nvt-ts.c | 252 touchscreen_parse_properties(input, true, &data->prop); in nvt_ts_probe()
|
D | himax_hx83112b.c | 151 touchscreen_parse_properties(ts->input_dev, true, &ts->props); in himax_input_register()
|
D | silead.c | 136 touchscreen_parse_properties(data->input, true, &data->prop); in silead_ts_request_input_dev() 176 touchscreen_parse_properties(data->pen_input, false, &data->prop); in silead_ts_request_pen_input_dev()
|
D | ektf2127.c | 296 touchscreen_parse_properties(input, true, &ts->prop); in ektf2127_probe()
|
D | bu21029_ts.c | 388 touchscreen_parse_properties(in_dev, false, &bu21029->prop); in bu21029_probe()
|
D | stmpe-ts.c | 342 touchscreen_parse_properties(idev, false, &ts->prop); in stmpe_input_probe()
|
D | imagis.c | 215 touchscreen_parse_properties(input_dev, true, &ts->prop); in imagis_init_input_dev()
|
D | st1232.c | 312 touchscreen_parse_properties(input_dev, true, &ts->prop); in st1232_ts_probe()
|
D | exc3000.c | 391 touchscreen_parse_properties(input, true, &data->prop); in exc3000_probe()
|
D | hynitron_cstxxx.c | 380 touchscreen_parse_properties(ts_data->input_dev, true, &ts_data->prop); in cst3xx_input_dev_int()
|
D | sx8654.c | 360 touchscreen_parse_properties(input, false, &sx8654->props); in sx8654_probe()
|
D | chipone_icn8505.c | 436 touchscreen_parse_properties(input, true, &icn8505->prop); in icn8505_probe()
|
D | s6sy761.c | 443 touchscreen_parse_properties(sdata->input, true, &sdata->prop); in s6sy761_probe()
|
D | bu21013_ts.c | 454 touchscreen_parse_properties(in_dev, true, &ts->props); in bu21013_probe()
|
D | msg2638.c | 336 touchscreen_parse_properties(input_dev, true, &msg2638->prop); in msg2638_init_input_dev()
|
D | pixcir_i2c_ts.c | 501 touchscreen_parse_properties(input, true, &tsdata->prop); in pixcir_i2c_ts_probe()
|
D | tsc200x-core.c | 537 touchscreen_parse_properties(input_dev, false, &ts->prop); in tsc200x_probe()
|
12