Searched refs:ti_do_config (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ti.c1490 static int ti_do_config(struct edgeport_port *port, int feature, int on) function
1506 status = ti_do_config(port, UMPC_SET_CLR_DTR, mcr & MCR_DTR);
1509 status = ti_do_config(port, UMPC_SET_CLR_RTS, mcr & MCR_RTS);
1512 return ti_do_config(port, UMPC_SET_CLR_LOOPBACK, mcr & MCR_LOOPBACK);
1880 status = ti_do_config(edge_port, UMPC_SET_CLR_LOOPBACK, 0);
2594 status = ti_do_config(edge_port, UMPC_SET_CLR_BREAK, bv);

Completed in 62 milliseconds