Home
last modified time | relevance | path

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

/linux/include/linux/
A Dserial_core.h133 void (*handle_break)(struct uart_port *); member
567 if (port->handle_break) in uart_handle_break()
568 port->handle_break(port); in uart_handle_break()
A Dserial_8250.h42 void (*handle_break)(struct uart_port *); member
/linux/drivers/tty/serial/8250/
A D8250_core.c824 uart.port.handle_break = p->handle_break; in serial8250_probe()
1070 if (up->port.handle_break) in serial8250_register_8250_port()
1071 uart->port.handle_break = up->port.handle_break; in serial8250_register_8250_port()
A D8250_tegra.c66 port->handle_break = tegra_uart_handle_break; in tegra_uart_probe()
A D8250_pci.c1719 port->port.handle_break = kt_handle_break; in kt_serial_setup()
/linux/arch/parisc/kernel/
A Dtraps.c283 static void handle_break(struct pt_regs *regs) in handle_break() function
582 handle_break(regs); in handle_interruption()
/linux/arch/mips/include/asm/
A Dkvm_host.h726 int (*handle_break)(struct kvm_vcpu *vcpu); member
/linux/arch/mips/kvm/
A Dmips.c1290 ret = kvm_mips_callbacks->handle_break(vcpu); in kvm_mips_handle_exit()
A Dvz.c3273 .handle_break = kvm_trap_vz_no_handler,

Completed in 38 milliseconds