Symbol: himax_ts_data
drivers/input/touchscreen/himax_hx83112b.c
101
static int himax_bus_read(struct himax_ts_data *ts, u32 address, void *dst,
drivers/input/touchscreen/himax_hx83112b.c
133
static void himax_reset(struct himax_ts_data *ts)
drivers/input/touchscreen/himax_hx83112b.c
148
static int himax_read_product_id(struct himax_ts_data *ts, u32 *product_id)
drivers/input/touchscreen/himax_hx83112b.c
161
static int himax_check_product_id(struct himax_ts_data *ts)
drivers/input/touchscreen/himax_hx83112b.c
180
static int himax_input_register(struct himax_ts_data *ts)
drivers/input/touchscreen/himax_hx83112b.c
225
static bool himax_process_event_point(struct himax_ts_data *ts,
drivers/input/touchscreen/himax_hx83112b.c
245
static void himax_process_event(struct himax_ts_data *ts,
drivers/input/touchscreen/himax_hx83112b.c
260
static bool himax_verify_checksum(struct himax_ts_data *ts,
drivers/input/touchscreen/himax_hx83112b.c
279
static int himax_read_events(struct himax_ts_data *ts,
drivers/input/touchscreen/himax_hx83112b.c
286
static int hx83100a_read_events(struct himax_ts_data *ts,
drivers/input/touchscreen/himax_hx83112b.c
292
static int himax_handle_input(struct himax_ts_data *ts)
drivers/input/touchscreen/himax_hx83112b.c
317
struct himax_ts_data *ts = dev_id;
drivers/input/touchscreen/himax_hx83112b.c
330
struct himax_ts_data *ts;
drivers/input/touchscreen/himax_hx83112b.c
382
struct himax_ts_data *ts = dev_get_drvdata(dev);
drivers/input/touchscreen/himax_hx83112b.c
390
struct himax_ts_data *ts = dev_get_drvdata(dev);
drivers/input/touchscreen/himax_hx83112b.c
61
struct himax_ts_data;
drivers/input/touchscreen/himax_hx83112b.c
64
int (*check_id)(struct himax_ts_data *ts);
drivers/input/touchscreen/himax_hx83112b.c
65
int (*read_events)(struct himax_ts_data *ts, struct himax_event *event,
drivers/input/touchscreen/himax_hx83112b.c
84
static int himax_bus_enable_burst(struct himax_ts_data *ts)