Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc4_serial.c475 struct hooks *ip_hooks; member
827 struct hooks *hooks = port->ip_hooks; in port_init()
874 if (port->ip_hooks == &hooks_array[0] in port_init()
875 || port->ip_hooks == &hooks_array[2]) { in port_init()
880 if (port->ip_hooks == &hooks_array[0]) { in port_init()
921 struct hooks *hooks = port->ip_hooks; in handle_dma_error_intr()
1111 port->ip_hooks = &hooks_array[port_number]; in ioc4_attach_local()
1204 struct hooks *hooks = port->ip_hooks; in enable_intrs()
1410 struct hooks *hooks = port->ip_hooks; in do_write()
1490 struct hooks *hooks = port->ip_hooks; in disable_intrs()
[all …]
Dioc3_serial.c153 struct port_hooks *ip_hooks; member
380 struct port_hooks *hooks = port->ip_hooks; in port_init()
439 if (port->ip_hooks == &hooks_array[0]) { in port_init()
681 struct port_hooks *hooks = port->ip_hooks; in do_write()
775 struct port_hooks *hooks = port->ip_hooks; in set_notification()
867 struct port_hooks *hooks = port->ip_hooks; in ioc3_set_proto()
1127 hooks = port->ip_hooks; in do_read()
1447 hooks = port->ip_hooks; in ioc3uart_intr_one()
1794 enable_intrs(port, port->ip_hooks->intr_tx_mt); in ic3_start_tx()
2059 port->ip_hooks = &hooks_array[phys_port]; in ioc3uart_probe()