Searched refs:ishtp_buf (Results 1 – 1 of 1) sorted by relevance
59 char *ishtp_buf = NULL; in ishtp_raw_request() local81 ishtp_buf = kzalloc(ishtp_buf_len + 7, GFP_KERNEL); in ishtp_raw_request()82 if (!ishtp_buf) in ishtp_raw_request()85 memcpy(ishtp_buf + header_size, buf, len); in ishtp_raw_request()86 hid_ishtp_set_feature(hid, ishtp_buf, ishtp_buf_len, reportnum); in ishtp_raw_request()87 kfree(ishtp_buf); in ishtp_raw_request()