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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj.c94 * Changed driver to make dynamic allocation possible. We now pass IXJ * between functions instead of array indexes.
314 static IXJ *ixj[IXJMAX];
318 * Allocate a free IXJ device
321 static IXJ *ixj_alloc()
327 j = kmalloc(sizeof(IXJ), GFP_KERNEL);
337 static void ixj_fsk_free(IXJ *j)
343 static void ixj_fsk_alloc(IXJ *j)
349 printk("IXJ phone%d - allocate failed\n", j->board);
355 printk("IXJ phone%d - allocate succeded\n", j->board);
363 static IXJ ix
[all...]
H A Dixj_pcmcia.c55 static void ixj_get_serial(struct pcmcia_device * link, IXJ * j)
137 IXJ *j;
H A Dixj.h1317 } IXJ; typedef in typeref:struct:__anon16150
1319 typedef int (*IXJ_REGFUNC) (IXJ * j, unsigned long arg);
1321 extern IXJ *ixj_pcmcia_probe(unsigned long, unsigned long);

Completed in 128 milliseconds