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

/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_v110.c260 unsigned char *v110_buf; isdn_v110_decode() local
296 if ((v110_buf = kmalloc(len, GFP_ATOMIC)) == NULL) { isdn_v110_decode()
297 printk(KERN_WARNING "isdn_v110_decode: Couldn't allocate v110_buf\n"); isdn_v110_decode()
302 v110_buf[i] = 0; isdn_v110_decode()
304 v110_buf[i] |= (v->decodebuf[(i * v->nbytes) + j] & v->key) << (8 - ((j + 1) * v->nbits)); isdn_v110_decode()
305 v110_buf[i] = FlipBits(v110_buf[i], v->nbits); isdn_v110_decode()
310 skb_trim(skb, DecodeMatrix(v, v110_buf, len, skb->data)); isdn_v110_decode()
311 kfree(v110_buf); isdn_v110_decode()

Completed in 67 milliseconds