Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dserial_core.h134 void (*handle_break)(struct uart_port *); member
454 if (port->handle_break) in uart_handle_break()
455 port->handle_break(port); in uart_handle_break()
Dserial_8250.h42 void (*handle_break)(struct uart_port *); member
/linux-4.4.14/drivers/tty/serial/8250/
D8250_core.c824 uart.port.handle_break = p->handle_break; in serial8250_probe()
1026 if (up->port.handle_break) in serial8250_register_8250_port()
1027 uart->port.handle_break = up->port.handle_break; in serial8250_register_8250_port()
D8250_pci.c1741 port->port.handle_break = kt_handle_break; in kt_serial_setup()
/linux-4.4.14/arch/parisc/kernel/
Dtraps.c310 static void handle_break(struct pt_regs *regs) in handle_break() function
580 handle_break(regs); in handle_interruption()
/linux-4.4.14/drivers/tty/serial/
Dof_serial.c149 port->handle_break = tegra_serial_handle_break; in of_platform_serial_setup()
/linux-4.4.14/arch/mips/kvm/
Dtrap_emul.c647 .handle_break = kvm_trap_emul_handle_break,
Dmips.c1342 ret = kvm_mips_callbacks->handle_break(vcpu); in kvm_mips_handle_exit()
/linux-4.4.14/arch/mips/include/asm/
Dkvm_host.h609 int (*handle_break)(struct kvm_vcpu *vcpu); member