Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dio_ti.c1383 static int ti_do_config(struct edgeport_port *port, int feature, int on) in ti_do_config() function
1400 status = ti_do_config(port, UMPC_SET_CLR_DTR, mcr & MCR_DTR); in restore_mcr()
1403 status = ti_do_config(port, UMPC_SET_CLR_RTS, mcr & MCR_RTS); in restore_mcr()
1406 return ti_do_config(port, UMPC_SET_CLR_LOOPBACK, mcr & MCR_LOOPBACK); in restore_mcr()
1725 status = ti_do_config(edge_port, UMPC_SET_CLR_LOOPBACK, 0); in edge_open()
2370 status = ti_do_config(edge_port, UMPC_SET_CLR_BREAK, bv); in edge_break()