Searched refs:uart_off (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/mips/generic/ |
H A D | board-sead3.c | 53 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()
|
/openbmc/linux/drivers/tty/serial/jsm/ |
H A D | jsm.h | 106 void (*uart_off)(struct jsm_channel *ch); member
|
H A D | jsm_tty.c | 297 channel->ch_bd->bd_ops->uart_off(channel); in jsm_tty_close()
|
H A D | jsm_cls.c | 934 .uart_off = cls_uart_off,
|
H A D | jsm_neo.c | 1373 .uart_off = neo_uart_off,
|