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()
718 static void cpm_uart_initbd(struct uart_cpm_port *pinfo) in cpm_uart_initbd()
757 static void cpm_uart_init_scc(struct uart_cpm_port *pinfo) in cpm_uart_init_scc()
820 static void cpm_uart_init_smc(struct uart_cpm_port *pinfo) in cpm_uart_init_smc()
877 static int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con) in cpm_uart_allocbuf()
932 static void cpm_uart_freebuf(struct uart_cpm_port *pinfo) in cpm_uart_freebuf()
949 struct uart_cpm_port *pinfo = in cpm_uart_request_port()
950 container_of(port, struct uart_cpm_port, port); in cpm_uart_request_port()
982 struct uart_cpm_port *pinfo = in cpm_uart_release_port()
983 container_of(port, struct uart_cpm_port, port); in cpm_uart_release_port()
1007 static void cpm_uart_early_write(struct uart_cpm_port *pinfo, in cpm_uart_early_write()
1090 static int poll_wait_key(char *obuf, struct uart_cpm_port *pinfo) in poll_wait_key()
1127 struct uart_cpm_port *pinfo = in cpm_get_poll_char()
1128 container_of(port, struct uart_cpm_port, port); in cpm_get_poll_char()
1149 struct uart_cpm_port *pinfo = in cpm_put_poll_char()
1150 container_of(port, struct uart_cpm_port, port); in cpm_put_poll_char()
1208 static struct uart_cpm_port cpm_uart_ports[UART_NR];
1210 static void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port, in cpm_uart_map_pram()
1252 static void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram) in cpm_uart_unmap_pram()
1259 struct uart_cpm_port *pinfo) in cpm_uart_init_port()
1381 struct uart_cpm_port *pinfo = &cpm_uart_ports[co->index]; in cpm_uart_console_write()
1403 struct uart_cpm_port *pinfo; in cpm_uart_console_setup()
1526 struct uart_cpm_port *pinfo = &cpm_uart_ports[index]; in cpm_uart_probe()
1554 struct uart_cpm_port *pinfo = platform_get_drvdata(ofdev); in cpm_uart_remove()