Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/serial/
Dio_ti.c1508 static int ti_do_config(struct edgeport_port *port, int feature, int on) in ti_do_config() function
1521 status = ti_do_config(port, UMPC_SET_CLR_DTR, mcr & MCR_DTR); in restore_mcr()
1524 status = ti_do_config(port, UMPC_SET_CLR_RTS, mcr & MCR_RTS); in restore_mcr()
1527 return ti_do_config(port, UMPC_SET_CLR_LOOPBACK, mcr & MCR_LOOPBACK); in restore_mcr()
1850 status = ti_do_config(edge_port, UMPC_SET_CLR_LOOPBACK, 0); in edge_open()
2434 status = ti_do_config(edge_port, UMPC_SET_CLR_BREAK, bv); in edge_break()