Searched refs:hyn_global_ts (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 187 static struct hyn_ts *hyn_global_ts=NULL; variable 897 ret = cst2xx_update_firmware(client, hyn_global_ts, pdata, FW_BIN_SIZE); in cst2xx_apk_fw_dowmload() 915 disable_irq(hyn_global_ts->irq); in cst2xx_proc_read_foobar() 951 ret = cst2xx_i2c_write(hyn_global_ts->client, buf, 2); in cst2xx_proc_read_foobar() 961 while(!gpio_get_value(hyn_global_ts->irq_pin )); in cst2xx_proc_read_foobar() 965 ret = cst2xx_i2c_write(hyn_global_ts->client, buf, 2); in cst2xx_proc_read_foobar() 971 ret = cst2xx_i2c_read(hyn_global_ts->client, &buf[2], data_len); in cst2xx_proc_read_foobar() 982 ret = cst2xx_i2c_write(hyn_global_ts->client, buf, 2); in cst2xx_proc_read_foobar() 1001 enable_irq(hyn_global_ts->irq); in cst2xx_proc_read_foobar() 1047 ret = cst2xx_apk_fw_dowmload(hyn_global_ts->client, pdata, length); in cst2xx_proc_write_foobar() [all …]
|