Home
last modified time | relevance | path

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

/linux/drivers/input/tablet/
H A Daiptek.c859 const int sizeof_buf = 3 * sizeof(u8); in aiptek_command() local
863 buf = kmalloc(sizeof_buf, GFP_KERNEL); in aiptek_command()
872 aiptek_set_report(aiptek, 3, 2, buf, sizeof_buf)) != sizeof_buf) { in aiptek_command()
889 const int sizeof_buf = 3 * sizeof(u8); in aiptek_query() local
893 buf = kmalloc(sizeof_buf, GFP_KERNEL); in aiptek_query()
907 if (aiptek_get_report(aiptek, 3, 2, buf, sizeof_buf) != sizeof_buf) { in aiptek_query()