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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drocket.h28 int tty_major; member in struct:rocket_ports
H A Drocket.c1283 tmp.tty_major = rocket_driver->major;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dprocps.c219 sp->tty_major = (tty >> 8) & 0xfff;
230 sp->tty_major = (tty >> 8) & 0xfff;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dps.c72 if (ps->tty_major) /* tty field of "0" means "no tty" */
73 snprintf(buf, size+1, "%u,%u", ps->tty_major, ps->tty_minor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwanrouter.h225 unsigned tty_major; /* Major number for wanpipe tty device */ member in struct:wandev_conf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c397 static int tty_major; variable
3342 if (tty_major)
3343 tty_drv->major = tty_major;
3397 /* set the major tty number (eg: insmod hso.ko tty_major=245) */
3398 MODULE_PARM_DESC(tty_major, "Set the major tty number");
3399 module_param(tty_major, int, S_IRUGO | S_IWUSR);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h902 unsigned tty_major,tty_minor; member in struct:__anon19838

Completed in 151 milliseconds