Lines Matching refs:ioc4_port
409 struct ioc4_port *icp_port;
450 struct ioc4_port { struct
641 static inline int port_is_active(struct ioc4_port *port, in port_is_active()
704 static int set_baud(struct ioc4_port *port, int baud) in set_baud()
740 static struct ioc4_port *get_ioc4_port(struct uart_port *the_port, int set) in get_ioc4_port()
744 struct ioc4_port *port; in get_ioc4_port()
824 static inline int port_init(struct ioc4_port *port) in port_init()
920 struct ioc4_port *port = (struct ioc4_port *)arg; in handle_dma_error_intr()
1050 struct ioc4_port *port; in ioc4_attach_local()
1051 struct ioc4_port *ports[IOC4_NUM_SERIAL_PORTS]; in ioc4_attach_local()
1078 port = kzalloc(sizeof(struct ioc4_port), GFP_KERNEL); in ioc4_attach_local()
1202 static void enable_intrs(struct ioc4_port *port, uint32_t mask) in enable_intrs()
1221 static inline int local_open(struct ioc4_port *port) in local_open()
1271 static inline int set_rx_timeout(struct ioc4_port *port, int timeout) in set_rx_timeout()
1317 config_port(struct ioc4_port *port, in config_port()
1405 static inline int do_write(struct ioc4_port *port, char *buf, int len) in do_write()
1488 static void disable_intrs(struct ioc4_port *port, uint32_t mask) in disable_intrs()
1509 static int set_notification(struct ioc4_port *port, int mask, int set_on) in set_notification()
1561 struct ioc4_port *port = get_ioc4_port(the_port, 0); in set_mcr()
1602 static int ioc4_set_proto(struct ioc4_port *port, int proto) in ioc4_set_proto()
1633 struct ioc4_port *port = get_ioc4_port(the_port, 0); in transmit_chars()
1689 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ioc4_change_speed()
1791 struct ioc4_port *port; in ic4_startup_local()
1839 struct ioc4_port *port = (struct ioc4_port *)arg; in handle_intr()
2072 struct ioc4_port *port = get_ioc4_port(the_port, 0); in do_read()
2394 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_tx_empty()
2411 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_stop_tx()
2434 struct ioc4_port *port; in ic4_shutdown()
2464 struct ioc4_port *port; in ic4_set_mctrl()
2491 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_get_mctrl()
2515 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_start_tx()
2541 struct ioc4_port *port; in ic4_startup()
2646 struct ioc4_port *port; in ioc4_serial_remove_one()
2710 struct ioc4_port *port; in ioc4_serial_core_attach()