Lines Matching refs:sync_port
87 typedef struct sync_port struct
146 } sync_port; argument
151 static inline int sync_data_avail(struct sync_port *port);
171 static void send_word(sync_port* port);
172 static void start_dma_out(struct sync_port *port, const char *data, int count);
173 static void start_dma_in(sync_port* port);
214 static struct sync_port ports[]=
300 struct sync_port *port = &ports[portnbr]; in initialize_port()
391 static inline int sync_data_avail(struct sync_port *port) in sync_data_avail()
411 static inline int sync_data_avail_to_end(struct sync_port *port) in sync_data_avail_to_end()
435 sync_port *port; in sync_serial_open()
595 sync_port *port; in sync_serial_release()
614 sync_port *port; in sync_serial_poll()
661 sync_port *port; in sync_serial_ioctl()
984 struct sync_port *port; in sync_serial_write()
1107 sync_port *port; in sync_serial_read()
1179 static void send_word(sync_port* port) in send_word()
1236 static void start_dma_out(struct sync_port *port, in start_dma_out()
1274 static void start_dma_in(sync_port *port) in start_dma_in()
1314 sync_port *port = &ports[i]; in tr_interrupt()
1426 sync_port *port = &ports[i]; in rx_interrupt()
1486 sync_port *port = &ports[i]; in manual_interrupt()