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

/drivers/input/tablet/
H A Daiptek.c903 const int sizeof_buf = 3 * sizeof(u8); local
907 buf = kmalloc(sizeof_buf, GFP_KERNEL);
916 aiptek_set_report(aiptek, 3, 2, buf, sizeof_buf)) != sizeof_buf) {
933 const int sizeof_buf = 3 * sizeof(u8); local
937 buf = kmalloc(sizeof_buf, GFP_KERNEL);
952 aiptek_get_report(aiptek, 3, 2, buf, sizeof_buf)) != sizeof_buf) {

Completed in 225 milliseconds