Home
last modified time | relevance | path

Searched refs:ipwireless_set_RTS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/tty/ipwireless/
Dhardware.h40 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
Dtty.c356 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
360 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
378 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
380 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
Dhardware.c1361 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx, in ipwireless_set_RTS() function