sizeof_buf 886 drivers/input/tablet/aiptek.c const int sizeof_buf = 3 * sizeof(u8); sizeof_buf 890 drivers/input/tablet/aiptek.c buf = kmalloc(sizeof_buf, GFP_KERNEL); sizeof_buf 899 drivers/input/tablet/aiptek.c aiptek_set_report(aiptek, 3, 2, buf, sizeof_buf)) != sizeof_buf) { sizeof_buf 916 drivers/input/tablet/aiptek.c const int sizeof_buf = 3 * sizeof(u8); sizeof_buf 920 drivers/input/tablet/aiptek.c buf = kmalloc(sizeof_buf, GFP_KERNEL); sizeof_buf 935 drivers/input/tablet/aiptek.c aiptek_get_report(aiptek, 3, 2, buf, sizeof_buf)) != sizeof_buf) { sizeof_buf 93 drivers/input/tablet/pegasus_notetaker.c const int sizeof_buf = len + 2; sizeof_buf 98 drivers/input/tablet/pegasus_notetaker.c cmd_buf = kmalloc(sizeof_buf, GFP_KERNEL); sizeof_buf 110 drivers/input/tablet/pegasus_notetaker.c 0, 0, cmd_buf, sizeof_buf, sizeof_buf 115 drivers/input/tablet/pegasus_notetaker.c if (unlikely(result != sizeof_buf)) {