Home
last modified time | relevance | path

Searched refs:ixj (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/Documentation/telephony/ !
Dixj.txt185 tar -xvzf ixj-0.x.x.tgz
193 /dev/ixj, and the new method uses /dev/phone.
285 insmod ixj dspio=0x320,0x310 xio=0,0x330
292 insmod -f ixj dspio=0x320,0x310 xio=0,0x330
299 depmod ixj
307 options ixj dspio=0x340 xio=0x330 ixjdebug=0
313 ixj devices (this is a good idea!) you should do the following:
318 create a group named "ixj" in /etc/group and add all users
324 chgrp ixj /dev/ixj*
325 chmod 660 /dev/ixj*
D00-INDEX3 ixj.txt
/linux-3.4.99/drivers/staging/telephony/ !
DMakefile6 obj-$(CONFIG_PHONE_IXJ) += ixj.o
DKconfig27 ixj.
31 isapnp support. Please read <file:Documentation/telephony/ixj.txt>.
Dixj_pcmcia.c23 struct ixj *port;
Dixj.c314 static IXJ *ixj[IXJMAX]; variable
315 #define get_ixj(b) ixj[(b)]
325 if(ixj[cnt] == NULL || !ixj[cnt]->DSPbase) in ixj_alloc()
330 ixj[cnt] = j; in ixj_alloc()
363 static IXJ ixj[IXJMAX]; variable
364 #define get_ixj(b) (&ixj[(b)])
374 if(!ixj[cnt].DSPbase) in ixj_alloc()
375 return &ixj[cnt]; in ixj_alloc()
7483 ixj[cnt] = NULL; in cleanup()