Searched refs:sizeof_buf (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/input/tablet/ |
| D | aiptek.c | 903 const int sizeof_buf = 3 * sizeof(u8); in aiptek_command() local 907 buf = kmalloc(sizeof_buf, GFP_KERNEL); in aiptek_command() 916 aiptek_set_report(aiptek, 3, 2, buf, sizeof_buf)) != sizeof_buf) { in aiptek_command() 933 const int sizeof_buf = 3 * sizeof(u8); in aiptek_query() local 937 buf = kmalloc(sizeof_buf, GFP_KERNEL); in aiptek_query() 952 aiptek_get_report(aiptek, 3, 2, buf, sizeof_buf)) != sizeof_buf) { in aiptek_query()
|