Lines Matching refs:sync_port
94 struct sync_port { struct
155 static inline int sync_data_avail(struct sync_port *port); argument
175 static void send_word(struct sync_port *port);
176 static void start_dma(struct sync_port *port, const char *data, int count);
177 static void start_dma_in(struct sync_port *port);
193 static struct sync_port ports[] = {
346 struct sync_port *port = &ports[portnbr]; in initialize_port()
403 static inline int sync_data_avail(struct sync_port *port) in sync_data_avail()
422 static inline int sync_data_avail_to_end(struct sync_port *port) in sync_data_avail_to_end()
446 struct sync_port *port; in sync_serial_open()
638 struct sync_port *port; in sync_serial_release()
660 struct sync_port *port; in sync_serial_poll()
690 struct sync_port *port; in sync_serial_ioctl_unlocked()
979 struct sync_port *port; in sync_serial_write()
1103 struct sync_port *port; in sync_serial_read()
1172 static void send_word(struct sync_port *port) in send_word()
1217 static void start_dma(struct sync_port *port, const char *data, int count) in start_dma()
1233 static void start_dma_in(struct sync_port *port) in start_dma_in()
1274 struct sync_port *port = &ports[i]; in tr_interrupt()
1325 struct sync_port *port = &ports[i]; in rx_interrupt()
1388 struct sync_port *port = &ports[i]; in manual_interrupt()