Searched refs:stream_seq (Results 1 – 1 of 1) sorted by relevance
633 int *stream_seq; in techpoint_compat_ioctl32() local743 stream_seq = kzalloc(sizeof(*stream_seq), GFP_KERNEL); in techpoint_compat_ioctl32()744 if (!stream_seq) { in techpoint_compat_ioctl32()749 ret = techpoint_ioctl(sd, cmd, stream_seq); in techpoint_compat_ioctl32()751 ret = copy_to_user(up, stream_seq, sizeof(*stream_seq)); in techpoint_compat_ioctl32()755 kfree(stream_seq); in techpoint_compat_ioctl32()