Searched refs:mac_serial (Results 1 – 2 of 2) sorted by relevance
80 struct mac_serial zs_soft[NUM_CHANNELS];82 struct mac_serial *zs_chain; /* list of all channels */152 static void change_speed(struct mac_serial *info, struct termios *old);154 static int set_scc_power(struct mac_serial * info, int state);155 static int setup_scc(struct mac_serial * info);160 static void dma_init(struct mac_serial * info);161 static void rxdma_start(struct mac_serial * info, int current);162 static void rxdma_to_tty(struct mac_serial * info);186 serial_paranoia_check(struct mac_serial *info, in serial_paranoia_check()286 static inline void zs_rtsdtr(struct mac_serial *ss, int set) in zs_rtsdtr()[all …]
85 struct mac_serial;92 struct mac_serial* parent;102 struct mac_serial { struct103 struct mac_serial *zs_next; /* For IRQ servicing chain */ argument