Searched defs:rs_table (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/speakup/
H A Dserialio.c11 static const struct old_serial_port rs_table[] = { variable in typeref:struct:old_serial_port
22 const struct old_serial_port *ser = rs_table + index;
/drivers/tty/
H A Damiserial.c127 static struct serial_state rs_table[1]; variable in typeref:struct:serial_state
129 #define NR_PORTS ARRAY_SIZE(rs_table)
1520 struct serial_state *info = rs_table + tty->index;
1597 line_info(m, 0, &rs_table[0]);
1717 state = rs_table;
/drivers/staging/serial/
H A D68360serial.c56 /* this defines the index into rs_table for the port to use
201 static struct serial_state rs_table[] = { variable in typeref:struct:serial_state
215 #define NR_PORTS (sizeof(rs_table)/sizeof(struct serial_state))
827 if ((state - rs_table) != CONFIG_SERIAL_CONSOLE_PORT)
840 if ((state - rs_table) != CONFIG_SERIAL_CONSOLE_PORT)
987 m360_cpm_setbrg((state - rs_table), baud_rate);
1886 sstate = rs_table + line;
2036 len += line_info(page + len, &rs_table[i]);
2094 ser = rs_table + idx;
2238 ser = rs_table
[all...]
/drivers/tty/serial/
H A Dcrisv10.c237 static struct e100_serial rs_table[] = { variable in typeref:struct:e100_serial
459 #define NR_PORTS (sizeof(rs_table)/sizeof(struct e100_serial))
2005 /* find out the line that caused this irq and get it from rs_table */
2010 info = rs_table + i;
2054 /* find out the line that caused this irq and get it from rs_table */
2059 info = rs_table + i;
2207 info = rs_table + i;
2627 info = rs_table;
2671 info = rs_table;
4112 info = rs_table
[all...]
/drivers/net/wireless/iwlegacy/
H A Dcommands.h1823 * rs_table[LINK_QUAL_MAX_RETRY_NUM] rate table at which to start.
1898 * formula to fill the rs_table[LINK_QUAL_MAX_RETRY_NUM] rate table in the
2080 } rs_table[LINK_QUAL_MAX_RETRY_NUM]; member in struct:il_link_quality_cmd
/drivers/net/wireless/iwlwifi/
H A Diwl-commands.h1538 * rs_table[LINK_QUAL_MAX_RETRY_NUM] rate table at which to start.
1613 * formula to fill the rs_table[LINK_QUAL_MAX_RETRY_NUM] rate table in the
1795 } rs_table[LINK_QUAL_MAX_RETRY_NUM]; member in struct:iwl_link_quality_cmd

Completed in 149 milliseconds