Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dioc4_serial.c478 struct hooks *ip_hooks; member
830 struct hooks *hooks = port->ip_hooks; in port_init()
877 if (port->ip_hooks == &hooks_array[0] in port_init()
878 || port->ip_hooks == &hooks_array[2]) { in port_init()
883 if (port->ip_hooks == &hooks_array[0]) { in port_init()
924 struct hooks *hooks = port->ip_hooks; in handle_dma_error_intr()
1113 port->ip_hooks = &hooks_array[port_number]; in ioc4_attach_local()
1201 struct hooks *hooks = port->ip_hooks; in enable_intrs()
1407 struct hooks *hooks = port->ip_hooks; in do_write()
1487 struct hooks *hooks = port->ip_hooks; in disable_intrs()
[all …]
Dioc3_serial.c156 struct port_hooks *ip_hooks; member
383 struct port_hooks *hooks = port->ip_hooks; in port_init()
442 if (port->ip_hooks == &hooks_array[0]) { in port_init()
684 struct port_hooks *hooks = port->ip_hooks; in do_write()
778 struct port_hooks *hooks = port->ip_hooks; in set_notification()
870 struct port_hooks *hooks = port->ip_hooks; in ioc3_set_proto()
1130 hooks = port->ip_hooks; in do_read()
1450 hooks = port->ip_hooks; in ioc3uart_intr_one()
1797 enable_intrs(port, port->ip_hooks->intr_tx_mt); in ic3_start_tx()
2062 port->ip_hooks = &hooks_array[phys_port]; in ioc3uart_probe()