Lines Matching refs:uart_cpm_port

51 static void cpm_uart_initbd(struct uart_cpm_port *pinfo);
57 static void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd) in cpm_line_cr_cmd()
67 struct uart_cpm_port *pinfo = in cpm_uart_tx_empty()
68 container_of(port, struct uart_cpm_port, port); in cpm_uart_tx_empty()
90 struct uart_cpm_port *pinfo = in cpm_uart_set_mctrl()
91 container_of(port, struct uart_cpm_port, port); in cpm_uart_set_mctrl()
102 struct uart_cpm_port *pinfo = in cpm_uart_get_mctrl()
103 container_of(port, struct uart_cpm_port, port); in cpm_uart_get_mctrl()
134 struct uart_cpm_port *pinfo = in cpm_uart_stop_tx()
135 container_of(port, struct uart_cpm_port, port); in cpm_uart_stop_tx()
152 struct uart_cpm_port *pinfo = in cpm_uart_start_tx()
153 container_of(port, struct uart_cpm_port, port); in cpm_uart_start_tx()
181 struct uart_cpm_port *pinfo = in cpm_uart_stop_rx()
182 container_of(port, struct uart_cpm_port, port); in cpm_uart_stop_rx()
199 struct uart_cpm_port *pinfo = in cpm_uart_break_ctl()
200 container_of(port, struct uart_cpm_port, port); in cpm_uart_break_ctl()
234 struct uart_cpm_port *pinfo = in cpm_uart_int_rx()
235 container_of(port, struct uart_cpm_port, port); in cpm_uart_int_rx()
359 struct uart_cpm_port *pinfo = (struct uart_cpm_port *)port; in cpm_uart_int()
390 struct uart_cpm_port *pinfo = in cpm_uart_startup()
391 container_of(port, struct uart_cpm_port, port); in cpm_uart_startup()
434 inline void cpm_uart_wait_until_send(struct uart_cpm_port *pinfo) in cpm_uart_wait_until_send()
445 struct uart_cpm_port *pinfo = in cpm_uart_shutdown()
446 container_of(port, struct uart_cpm_port, port); in cpm_uart_shutdown()
495 struct uart_cpm_port *pinfo = in cpm_uart_set_termios()
496 container_of(port, struct uart_cpm_port, port); in cpm_uart_set_termios()
649 struct uart_cpm_port *pinfo = in cpm_uart_tx_pump()
650 container_of(port, struct uart_cpm_port, port); in cpm_uart_tx_pump()
712 static void cpm_uart_initbd(struct uart_cpm_port *pinfo) in cpm_uart_initbd()
751 static void cpm_uart_init_scc(struct uart_cpm_port *pinfo) in cpm_uart_init_scc()
814 static void cpm_uart_init_smc(struct uart_cpm_port *pinfo) in cpm_uart_init_smc()
871 static int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con) in cpm_uart_allocbuf()
926 static void cpm_uart_freebuf(struct uart_cpm_port *pinfo) in cpm_uart_freebuf()
943 struct uart_cpm_port *pinfo = in cpm_uart_request_port()
944 container_of(port, struct uart_cpm_port, port); in cpm_uart_request_port()
976 struct uart_cpm_port *pinfo = in cpm_uart_release_port()
977 container_of(port, struct uart_cpm_port, port); in cpm_uart_release_port()
1001 static void cpm_uart_early_write(struct uart_cpm_port *pinfo, in cpm_uart_early_write()
1084 static int poll_wait_key(char *obuf, struct uart_cpm_port *pinfo) in poll_wait_key()
1121 struct uart_cpm_port *pinfo = in cpm_get_poll_char()
1122 container_of(port, struct uart_cpm_port, port); in cpm_get_poll_char()
1143 struct uart_cpm_port *pinfo = in cpm_put_poll_char()
1144 container_of(port, struct uart_cpm_port, port); in cpm_put_poll_char()
1202 static struct uart_cpm_port cpm_uart_ports[UART_NR];
1204 static void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port, in cpm_uart_map_pram()
1246 static void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram) in cpm_uart_unmap_pram()
1253 struct uart_cpm_port *pinfo) in cpm_uart_init_port()
1375 struct uart_cpm_port *pinfo = &cpm_uart_ports[co->index]; in cpm_uart_console_write()
1397 struct uart_cpm_port *pinfo; in cpm_uart_console_setup()
1520 struct uart_cpm_port *pinfo = &cpm_uart_ports[index]; in cpm_uart_probe()
1548 struct uart_cpm_port *pinfo = platform_get_drvdata(ofdev); in cpm_uart_remove()