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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dst_core.c919 static struct tty_ldisc_ops *st_ldisc_ops; local
922 st_ldisc_ops = kzalloc(sizeof(*st_ldisc_ops), GFP_KERNEL);
923 if (!st_ldisc_ops) {
928 st_ldisc_ops->magic = TTY_LDISC_MAGIC;
929 st_ldisc_ops->name = "n_st"; /*"n_hci"; */
930 st_ldisc_ops->open = st_tty_open;
931 st_ldisc_ops->close = st_tty_close;
932 st_ldisc_ops->receive_buf = st_tty_receive;
933 st_ldisc_ops
[all...]

Completed in 68 milliseconds