ihidev.c | 393 uint8_t *tmprep; local in function:ihidev_hid_command 426 tmprep = kmem_zalloc(report_len, KM_NOSLEEP); 427 if (tmprep == NULL) { 437 &cmd, cmdlen, tmprep, report_len, flags); 439 d = tmprep[0] | tmprep[1] << 8; 446 d = tmprep[2] | tmprep[3] << 8; 448 d = tmprep[2]; 454 kmem_free(tmprep, report_len) [all...] |