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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_v110.h21 * isdn_v110_decode receives V.110 coded data from the stream and rebuilds
24 extern struct sk_buff *isdn_v110_decode(isdn_v110_stream *, struct sk_buff *);
H A Disdn_v110.c255 isdn_v110_decode(isdn_v110_stream * v, struct sk_buff *skb) function
264 printk(KERN_WARNING "isdn_v110_decode called with NULL skb!\n");
271 printk(KERN_WARNING "isdn_v110_decode called with NULL stream!\n");
297 printk(KERN_WARNING "isdn_v110_decode: Couldn't allocate v110_buf\n");
H A Disdn_common.c314 skb = isdn_v110_decode(dev->v110[i], skb);

Completed in 44 milliseconds