Searched refs:ti_do_config (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | io_ti.c | 1511 static int ti_do_config(struct edgeport_port *port, int feature, int on) in ti_do_config() function 1527 status = ti_do_config(port, UMPC_SET_CLR_DTR, mcr & MCR_DTR); in restore_mcr() 1530 status = ti_do_config(port, UMPC_SET_CLR_RTS, mcr & MCR_RTS); in restore_mcr() 1533 return ti_do_config(port, UMPC_SET_CLR_LOOPBACK, mcr & MCR_LOOPBACK); in restore_mcr() 1859 status = ti_do_config(edge_port, UMPC_SET_CLR_LOOPBACK, 0); in edge_open() 2473 status = ti_do_config(edge_port, UMPC_SET_CLR_BREAK, bv); in edge_break()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | io_ti.c | 1508 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()
|
Completed in 8 milliseconds