imxuart.c | 185 void imxuart_common_putc(dev_t, struct imxuart_regs *, int); 2139 imxuart_common_putc(dev_t dev, struct imxuart_regs *regsp, int c) function in typeref:typename:void 2282 imxuart_common_putc(dev, &imxuconsregs, c); 2346 imxuart_common_putc(NODEV, regs, c);
|