Lines Matching refs:ioc4_port
412 struct ioc4_port *icp_port;
453 struct ioc4_port { struct
644 static inline int port_is_active(struct ioc4_port *port, in port_is_active()
707 static int set_baud(struct ioc4_port *port, int baud) in set_baud()
743 static struct ioc4_port *get_ioc4_port(struct uart_port *the_port, int set) in get_ioc4_port()
747 struct ioc4_port *port; in get_ioc4_port()
827 static int inline port_init(struct ioc4_port *port) in port_init()
923 struct ioc4_port *port = (struct ioc4_port *)arg; in handle_dma_error_intr()
1053 struct ioc4_port *port; in ioc4_attach_local()
1054 struct ioc4_port *ports[IOC4_NUM_SERIAL_PORTS]; in ioc4_attach_local()
1081 port = kzalloc(sizeof(struct ioc4_port), GFP_KERNEL); in ioc4_attach_local()
1200 static void enable_intrs(struct ioc4_port *port, uint32_t mask) in enable_intrs()
1219 static inline int local_open(struct ioc4_port *port) in local_open()
1269 static inline int set_rx_timeout(struct ioc4_port *port, int timeout) in set_rx_timeout()
1315 config_port(struct ioc4_port *port, in config_port()
1403 static inline int do_write(struct ioc4_port *port, char *buf, int len) in do_write()
1486 static void disable_intrs(struct ioc4_port *port, uint32_t mask) in disable_intrs()
1507 static int set_notification(struct ioc4_port *port, int mask, int set_on) in set_notification()
1559 struct ioc4_port *port = get_ioc4_port(the_port, 0); in set_mcr()
1600 static int ioc4_set_proto(struct ioc4_port *port, int proto) in ioc4_set_proto()
1631 struct ioc4_port *port = get_ioc4_port(the_port, 0); in transmit_chars()
1687 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ioc4_change_speed()
1789 struct ioc4_port *port; in ic4_startup_local()
1837 struct ioc4_port *port = (struct ioc4_port *)arg; in handle_intr()
2070 struct ioc4_port *port = get_ioc4_port(the_port, 0); in do_read()
2392 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_tx_empty()
2409 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_stop_tx()
2432 struct ioc4_port *port; in ic4_shutdown()
2462 struct ioc4_port *port; in ic4_set_mctrl()
2489 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_get_mctrl()
2513 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_start_tx()
2539 struct ioc4_port *port; in ic4_startup()
2644 struct ioc4_port *port; in ioc4_serial_remove_one()
2708 struct ioc4_port *port; in ioc4_serial_core_attach()