Home
last modified time | relevance | path

Searched refs:uart_off (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/generic/
A Dboard-sead3.c53 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; in remove_gic() local
86 uart_off = fdt_node_offset_by_compatible(fdt, -1, "ns16550a"); in remove_gic()
87 while (uart_off >= 0) { in remove_gic()
88 err = fdt_setprop_u32(fdt, uart_off, "interrupt-parent", in remove_gic()
96 err = fdt_setprop_u32(fdt, uart_off, "interrupts", in remove_gic()
104 uart_off = fdt_node_offset_by_compatible(fdt, uart_off, in remove_gic()
107 if (uart_off != -FDT_ERR_NOTFOUND) { in remove_gic()
108 pr_err("error searching for UART DT node: %d\n", uart_off); in remove_gic()
109 return uart_off; in remove_gic()
/linux/drivers/tty/serial/jsm/
A Djsm.h106 void (*uart_off)(struct jsm_channel *ch); member
A Djsm_tty.c297 channel->ch_bd->bd_ops->uart_off(channel); in jsm_tty_close()
A Djsm_cls.c956 .uart_off = cls_uart_off,
A Djsm_neo.c1392 .uart_off = neo_uart_off,

Completed in 10 milliseconds