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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dn_r3964.c135 static int r3964_open(struct tty_struct *tty);
153 .open = r3964_open,
955 static int r3964_open(struct tty_struct *tty) function
964 TRACE_M("r3964_open - info kmalloc %p", pInfo);
972 TRACE_M("r3964_open - rx_buf kmalloc %p", pInfo->rx_buf);
977 TRACE_M("r3964_open - info kfree %p", pInfo);
982 TRACE_M("r3964_open - tx_buf kmalloc %p", pInfo->tx_buf);
987 TRACE_M("r3964_open - rx_buf kfree %p", pInfo->rx_buf);
989 TRACE_M("r3964_open - info kfree %p", pInfo);

Completed in 117 milliseconds