/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | of_touchscreen.c | 52 * touchscreen_parse_properties - parse common touchscreen DT properties 64 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() function 145 EXPORT_SYMBOL(touchscreen_parse_properties); variable
|
H A D | resistive-adc-touch.c | 156 touchscreen_parse_properties(input, false, &st->prop); in grts_probe()
|
H A D | raspberrypi-ts.c | 184 touchscreen_parse_properties(input, true, &ts->prop); in rpi_ts_probe()
|
H A D | eeti_ts.c | 196 touchscreen_parse_properties(input, false, &eeti->props); in eeti_ts_probe()
|
H A D | zet6223.c | 211 touchscreen_parse_properties(input, true, &ts->prop); in zet6223_probe()
|
H A D | chipone_icn8318.c | 217 touchscreen_parse_properties(input, true, &data->prop); in icn8318_probe()
|
H A D | st1232.c | 251 touchscreen_parse_properties(input_dev, true, &ts->prop); in st1232_ts_probe()
|
H A D | ektf2127.c | 273 touchscreen_parse_properties(input, true, &ts->prop); in ektf2127_probe()
|
H A D | bu21029_ts.c | 400 touchscreen_parse_properties(in_dev, false, &bu21029->prop); in bu21029_probe()
|
H A D | cy8ctma140.c | 238 touchscreen_parse_properties(input, true, &ts->props); in cy8ctma140_probe()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | touchscreen.c | 53 * touchscreen_parse_properties - parse common touchscreen properties 65 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() function 146 EXPORT_SYMBOL(touchscreen_parse_properties); variable
|
/kernel/linux/linux-5.10/include/linux/input/ |
H A D | touchscreen.h | 20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
|
/kernel/linux/linux-6.6/include/linux/input/ |
H A D | touchscreen.h | 20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | eeti_ts.c | 195 touchscreen_parse_properties(input, false, &eeti->props); in eeti_ts_probe()
|
H A D | zet6223.c | 210 touchscreen_parse_properties(input, true, &ts->prop); in zet6223_probe()
|
H A D | resistive-adc-touch.c | 255 touchscreen_parse_properties(input, false, &st->prop); in grts_probe()
|
H A D | raspberrypi-ts.c | 184 touchscreen_parse_properties(input, true, &ts->prop); in rpi_ts_probe()
|
H A D | chipone_icn8318.c | 210 touchscreen_parse_properties(input, true, &data->prop); in icn8318_probe()
|
H A 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()
|
H A D | ektf2127.c | 296 touchscreen_parse_properties(input, true, &ts->prop); in ektf2127_probe()
|
H A D | imagis.c | 215 touchscreen_parse_properties(input_dev, true, &ts->prop); in imagis_init_input_dev()
|
H A D | cy8ctma140.c | 237 touchscreen_parse_properties(input, true, &ts->props); in cy8ctma140_probe()
|
H A D | novatek-nvt-ts.c | 252 touchscreen_parse_properties(input, true, &data->prop); in nvt_ts_probe()
|
H A D | stmpe-ts.c | 342 touchscreen_parse_properties(idev, false, &ts->prop); in stmpe_input_probe()
|
H A D | himax_hx83112b.c | 151 touchscreen_parse_properties(ts->input_dev, true, &ts->props); in himax_input_register()
|