Home
last modified time | relevance | path

Searched refs:ts_data (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/drivers/input/touchscreen/
A Dhynitron_cstxxx.c254 touchscreen_report_pos(ts_data->input_dev, &ts_data->prop, x, y, true); in cst3xx_report_contact()
364 if (!ts_data->input_dev) { in cst3xx_input_dev_int()
373 input_set_drvdata(ts_data->input_dev, ts_data); in cst3xx_input_dev_int()
380 touchscreen_parse_properties(ts_data->input_dev, true, &ts_data->prop); in cst3xx_input_dev_int()
382 if (!ts_data->prop.max_x || !ts_data->prop.max_y) { in cst3xx_input_dev_int()
385 ts_data->prop.max_x, ts_data->prop.max_y); in cst3xx_input_dev_int()
386 ts_data->prop.max_x = 1152; in cst3xx_input_dev_int()
418 ts_data = devm_kzalloc(&client->dev, sizeof(*ts_data), GFP_KERNEL); in hyn_probe()
419 if (!ts_data) in hyn_probe()
422 ts_data->client = client; in hyn_probe()
[all …]
A Dsurface3_spi.c60 struct spi_device *spi = ts_data->spi; in surface3_spi_read()
62 memset(ts_data->rd_buf, 0, sizeof(ts_data->rd_buf)); in surface3_spi_read()
63 return spi_read(spi, ts_data->rd_buf, sizeof(ts_data->rd_buf)); in surface3_spi_read()
80 input_report_abs(ts_data->input_dev, in surface3_spi_report_touch()
118 input_sync(ts_data->input_dev); in surface3_spi_process_touch()
131 if (ts_data->pen_tool != tool) { in surface3_spi_report_pen()
134 ts_data->pen_tool = tool; in surface3_spi_report_pen()
165 input_sync(ts_data->pen_input_dev); in surface3_spi_process_pen()
173 u8 *data = ts_data->rd_buf; in surface3_spi_process()
176 dev_err(&ts_data->spi->dev, in surface3_spi_process()
[all …]
A Dipaq-micro-ts.c54 micro->ts_data = ts; in micro_ts_toggle_receive()
57 micro->ts_data = NULL; in micro_ts_toggle_receive()
/linux-6.3-rc2/drivers/thermal/ti-soc-thermal/
A Ddra752-thermal-data.c335 .ts_data = &dra752_mpu_temp_sensor_data,
344 .ts_data = &dra752_gpu_temp_sensor_data,
351 .ts_data = &dra752_core_temp_sensor_data,
358 .ts_data = &dra752_dspeve_temp_sensor_data,
365 .ts_data = &dra752_iva_temp_sensor_data,
A Domap4-thermal-data.c73 .ts_data = &omap4430_mpu_temp_sensor_data,
204 .ts_data = &omap4460_mpu_temp_sensor_data,
235 .ts_data = &omap4460_mpu_temp_sensor_data,
A Domap5-thermal-data.c282 .ts_data = &omap5430_mpu_temp_sensor_data,
291 .ts_data = &omap5430_gpu_temp_sensor_data,
298 .ts_data = &omap5430_core_temp_sensor_data,
A Domap3-thermal-data.c81 .ts_data = &omap34xx_mpu_temp_sensor_data,
149 .ts_data = &omap36xx_mpu_temp_sensor_data,
A Dti-bandgap.c943 bgp->conf->sensors[0].ts_data->max_freq); in ti_bandgap_probe()
944 if (clk_rate < bgp->conf->sensors[0].ts_data->min_freq || in ti_bandgap_probe()
973 struct temp_sensor_data *ts_data; in ti_bandgap_probe() local
975 ts_data = bgp->conf->sensors[i].ts_data; in ti_bandgap_probe()
980 threshold_tcold_mask, ts_data->t_cold); in ti_bandgap_probe()
982 threshold_thot_mask, ts_data->t_hot); in ti_bandgap_probe()
991 tshut_hot_mask, ts_data->tshut_hot); in ti_bandgap_probe()
993 tshut_cold_mask, ts_data->tshut_cold); in ti_bandgap_probe()
A Dti-bandgap.h233 struct temp_sensor_data *ts_data; member
/linux-6.3-rc2/drivers/platform/x86/
A Dtouchscreen_dmi.c1672 static const struct ts_dmi_data *ts_data; variable
1680 !strncmp(ts_data->acpi_name, client->name, I2C_NAME_SIZE)) { in ts_dmi_add_props()
1681 error = device_create_managed_software_node(dev, ts_data->properties, NULL); in ts_dmi_add_props()
1720 ts_data = dmi_id->driver_data; in ts_dmi_init()
1722 if (!ts_data->properties) in ts_dmi_init()
/linux-6.3-rc2/include/linux/mfd/
A Dipaq-micro.h122 void *ts_data; member
/linux-6.3-rc2/drivers/thermal/
A Dk3_j72xx_bandgap.c180 struct k3_thermal_data *ts_data[K3_VTM_MAX_NUM_TS]; member
479 bgp->ts_data[id] = &data[id]; in k3_j72xx_bandgap_probe()
/linux-6.3-rc2/Documentation/devicetree/bindings/media/
A Dstih407-c8sectpfe.txt43 - serial-not-parallel : Bool property to configure input bus width (serial on ts_data<7>).
/linux-6.3-rc2/drivers/mfd/
A Dipaq-micro.c128 micro->ts(micro->ts_data, len, data); in micro_rx_msg()

Completed in 23 milliseconds