Searched refs:zforce_send_wait (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | zforce_ts.c | 168 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait() function 218 ret = zforce_send_wait(ts, &buf[0], ARRAY_SIZE(buf)); in zforce_command_wait() 236 return zforce_send_wait(ts, &buf[0], ARRAY_SIZE(buf)); in zforce_resolution() 252 return zforce_send_wait(ts, &buf[0], ARRAY_SIZE(buf)); in zforce_scan_frequency() 263 return zforce_send_wait(ts, &buf[0], ARRAY_SIZE(buf)); in zforce_setconfig()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | zforce_ts.c | 168 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait() function 218 ret = zforce_send_wait(ts, &buf[0], ARRAY_SIZE(buf)); in zforce_command_wait() 236 return zforce_send_wait(ts, &buf[0], ARRAY_SIZE(buf)); in zforce_resolution() 252 return zforce_send_wait(ts, &buf[0], ARRAY_SIZE(buf)); in zforce_scan_frequency() 263 return zforce_send_wait(ts, &buf[0], ARRAY_SIZE(buf)); in zforce_setconfig()
|
Completed in 3 milliseconds