Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/ipwireless/
Dtty.c316 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
320 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
336 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
338 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
Dhardware.h39 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
Dhardware.c1356 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx, in ipwireless_set_DTR() function