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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Drtlx.h24 extern int rtlx_open(int index, int can_sleep);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Drtlx.c133 /* wake up any sleeping rtlx_open's */
148 int rtlx_open(int index, int can_sleep) function
156 printk(KERN_DEBUG "rtlx_open index out of range\n");
161 printk(KERN_DEBUG "rtlx_open channel %d already opened\n",
388 return rtlx_open(iminor(inode), (filp->f_flags & O_NONBLOCK) ? 0 : 1);
H A Dkspd.c350 if( rtlx_open(RTLX_CHANNEL_SYSIO, 1) != 0) {

Completed in 115 milliseconds