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

/linux-master/arch/mips/include/asm/
H A Drtlx.h33 int rtlx_open(int index, int can_sleep);
/linux-master/arch/mips/kernel/
H A Drtlx.c76 /* wake up any sleeping rtlx_open's */
91 int rtlx_open(int index, int can_sleep) function
99 pr_debug("rtlx_open index out of range\n");
104 pr_debug("rtlx_open channel %d already opened\n", index);
331 return rtlx_open(iminor(inode), (filp->f_flags & O_NONBLOCK) ? 0 : 1);

Completed in 123 milliseconds