Lines Matching refs:sync_port
95 struct sync_port { struct
177 static inline int sync_data_avail(struct sync_port *port); argument
202 static void start_dma_out(struct sync_port *port, const char *data, int count);
203 static void start_dma_in(struct sync_port *port);
208 static void send_word(struct sync_port *port);
263 static struct sync_port ports[] = {
311 static void sync_serial_start_port(struct sync_port *port) in sync_serial_start_port()
329 struct sync_port *port = &ports[portnbr]; in initialize_port()
425 static inline int sync_data_avail(struct sync_port *port) in sync_data_avail()
434 struct sync_port *port; in sync_serial_open()
544 struct sync_port *port; in sync_serial_release()
562 struct sync_port *port; in sync_serial_poll()
609 struct sync_port *port; in __sync_serial_read()
742 struct sync_port *port; in sync_serial_ioctl_unlocked()
1075 struct sync_port *port; in sync_serial_write()
1203 static void send_word(struct sync_port *port) in send_word()
1261 static void start_dma_out(struct sync_port *port, const char *data, int count) in start_dma_out()
1298 static void start_dma_in(struct sync_port *port) in start_dma_in()
1339 struct sync_port *port = &ports[i]; in tr_interrupt()
1440 static inline void handle_rx_packet(struct sync_port *port) in handle_rx_packet()
1497 struct sync_port *port = &ports[i]; in rx_interrupt()
1526 struct sync_port *port = &ports[i]; in manual_interrupt()
1687 struct sync_port *port = &ports[i]; in etrax_sync_serial_exit()