Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/telephony/
Dixj.c314 static IXJ *ixj[IXJMAX];
321 static IXJ *ixj_alloc() in ixj_alloc()
327 j = kmalloc(sizeof(IXJ), GFP_KERNEL); in ixj_alloc()
337 static void ixj_fsk_free(IXJ *j) in ixj_fsk_free()
343 static void ixj_fsk_alloc(IXJ *j) in ixj_fsk_alloc()
363 static IXJ ixj[IXJMAX];
370 static IXJ *ixj_alloc(void) in ixj_alloc()
380 static inline void ixj_fsk_free(IXJ *j) {;} in ixj_fsk_free()
382 static inline void ixj_fsk_alloc(IXJ *j) in ixj_fsk_alloc()
397 static int ixj_WriteDSPCommand(unsigned short, IXJ *j);
[all …]
Dixj_pcmcia.c51 static void ixj_get_serial(struct pcmcia_device * link, IXJ * j) in ixj_get_serial()
123 IXJ *j; in ixj_config()
Dixj.h1317 } IXJ; typedef
1319 typedef int (*IXJ_REGFUNC) (IXJ * j, unsigned long arg);
1321 extern IXJ *ixj_pcmcia_probe(unsigned long, unsigned long);