Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/touchscreen/
Dhimax_hx83112b.c61 struct himax_ts_data;
64 int (*check_id)(struct himax_ts_data *ts);
65 int (*read_events)(struct himax_ts_data *ts, struct himax_event *event,
69 struct himax_ts_data { struct
84 static int himax_bus_enable_burst(struct himax_ts_data *ts) in himax_bus_enable_burst() argument
101 static int himax_bus_read(struct himax_ts_data *ts, u32 address, void *dst, in himax_bus_read()
133 static void himax_reset(struct himax_ts_data *ts) in himax_reset()
148 static int himax_read_product_id(struct himax_ts_data *ts, u32 *product_id) in himax_read_product_id()
161 static int himax_check_product_id(struct himax_ts_data *ts) in himax_check_product_id()
180 static int himax_input_register(struct himax_ts_data *ts) in himax_input_register()
[all …]