Home
last modified time | relevance | path

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

/drivers/tty/ipwireless/
Dtty.c346 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
350 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
368 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
370 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
Dhardware.h40 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
Dhardware.c1361 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx, in ipwireless_set_RTS() function