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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Drocket.c126 static struct r_port *rp_table[MAX_RP_PORTS]; variable in typeref:struct:r_port
505 rp_handle_port(rp_table[line]);
513 rp_do_transmit(rp_table[line]);
603 rp_table[line] = info;
907 tty->driver_data = info = rp_table[line];
920 if (rp_table[line] == NULL) {
926 printk("rp_open: rp_table[%d] is NULL!\n", line);
1371 if (rp_table[index])
2117 memset(rp_table, 0, sizeof(rp_table));
[all...]

Completed in 33 milliseconds