Searched refs:ixj (Results 1 – 6 of 6) sorted by relevance
185 tar -xvzf ixj-0.x.x.tgz193 /dev/ixj, and the new method uses /dev/phone. 285 insmod ixj dspio=0x320,0x310 xio=0,0x330292 insmod -f ixj dspio=0x320,0x310 xio=0,0x330299 depmod ixj307 options ixj dspio=0x340 xio=0x330 ixjdebug=0313 ixj devices (this is a good idea!) you should do the following:318 create a group named "ixj" in /etc/group and add all users324 chgrp ixj /dev/ixj* 325 chmod 660 /dev/ixj*
3 ixj.txt
6 obj-$(CONFIG_PHONE_IXJ) += ixj.o
27 ixj.31 isapnp support. Please read <file:Documentation/telephony/ixj.txt>.
23 struct ixj *port;
314 static IXJ *ixj[IXJMAX]; variable315 #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]; variable364 #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()