Searched refs:ipwireless_set_DTR (Results 1 – 3 of 3) sorted by relevance
/drivers/tty/ipwireless/ |
D | tty.c | 357 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines() 361 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines() 377 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines() 379 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
|
D | hardware.h | 38 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
|
D | hardware.c | 1355 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx, in ipwireless_set_DTR() function
|