Home
last modified time | relevance | path

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

/linux-4.1.27/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.h41 void (*handle_break)(struct uart_port *); member
/linux-4.1.27/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.1.27/drivers/tty/serial/
Dof_serial.c142 port->handle_break = tegra_serial_handle_break; in of_platform_serial_setup()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c3700 uart.port.handle_break = p->handle_break; in serial8250_probe()
3903 if (up->port.handle_break) in serial8250_register_8250_port()
3904 uart->port.handle_break = up->port.handle_break; in serial8250_register_8250_port()
D8250_pci.c1821 port->port.handle_break = kt_handle_break; in kt_serial_setup()
/linux-4.1.27/arch/mips/kvm/
Dtrap_emul.c647 .handle_break = kvm_trap_emul_handle_break,
Dmips.c1338 ret = kvm_mips_callbacks->handle_break(vcpu); in kvm_mips_handle_exit()
/linux-4.1.27/arch/mips/include/asm/
Dkvm_host.h607 int (*handle_break)(struct kvm_vcpu *vcpu); member