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

/linux-master/drivers/input/tablet/
H A Dpegasus_notetaker.c93 const int sizeof_buf = len + 2; local
98 cmd_buf = kmalloc(sizeof_buf, GFP_KERNEL);
110 0, 0, cmd_buf, sizeof_buf,
115 if (unlikely(result != sizeof_buf)) {
H A Daiptek.c886 const int sizeof_buf = 3 * sizeof(u8); local
890 buf = kmalloc(sizeof_buf, GFP_KERNEL);
899 aiptek_set_report(aiptek, 3, 2, buf, sizeof_buf)) != sizeof_buf) {
916 const int sizeof_buf = 3 * sizeof(u8); local
920 buf = kmalloc(sizeof_buf, GFP_KERNEL);
934 if (aiptek_get_report(aiptek, 3, 2, buf, sizeof_buf) != sizeof_buf) {

Completed in 127 milliseconds