Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/ipwireless/
Dtty.c310 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
314 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
332 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
334 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
Dhardware.h41 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
Dhardware.c1362 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx, in ipwireless_set_RTS() function