Symbol: zs_port
drivers/tty/serial/zs.c
1001
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
1015
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
1064
struct zs_port *zport = &zs_sccs[chip].zport[side];
drivers/tty/serial/zs.c
1098
struct zs_port *zport = &zs_sccs[chip].zport[side];
drivers/tty/serial/zs.c
1110
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
1130
struct zs_port *zport = &zs_sccs[chip].zport[side];
drivers/tty/serial/zs.c
1180
struct zs_port *zport = &zs_sccs[chip].zport[side];
drivers/tty/serial/zs.c
137
static u8 read_zsreg(struct zs_port *zport, int reg)
drivers/tty/serial/zs.c
152
static void write_zsreg(struct zs_port *zport, int reg, u8 value)
drivers/tty/serial/zs.c
166
static u8 read_zsdata(struct zs_port *zport)
drivers/tty/serial/zs.c
177
static void write_zsdata(struct zs_port *zport, u8 value)
drivers/tty/serial/zs.c
191
struct zs_port *zport;
drivers/tty/serial/zs.c
227
static int zs_receive_drain(struct zs_port *zport)
drivers/tty/serial/zs.c
236
static int zs_transmit_drain(struct zs_port *zport, int irq)
drivers/tty/serial/zs.c
249
static int zs_line_drain(struct zs_port *zport, int irq)
drivers/tty/serial/zs.c
263
static void load_zsregs(struct zs_port *zport, u8 *regs, int irq)
drivers/tty/serial/zs.c
305
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
317
static unsigned int zs_raw_get_ab_mctrl(struct zs_port *zport_a,
drivers/tty/serial/zs.c
318
struct zs_port *zport_b)
drivers/tty/serial/zs.c
334
static unsigned int zs_raw_get_mctrl(struct zs_port *zport)
drivers/tty/serial/zs.c
336
struct zs_port *zport_a = &zport->scc->zport[ZS_CHAN_A];
drivers/tty/serial/zs.c
341
static unsigned int zs_raw_xor_mctrl(struct zs_port *zport)
drivers/tty/serial/zs.c
343
struct zs_port *zport_a = &zport->scc->zport[ZS_CHAN_A];
drivers/tty/serial/zs.c
373
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
386
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
388
struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
drivers/tty/serial/zs.c
418
static void zs_raw_stop_tx(struct zs_port *zport)
drivers/tty/serial/zs.c
426
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
434
static void zs_raw_transmit_chars(struct zs_port *);
drivers/tty/serial/zs.c
438
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
452
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
454
struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
drivers/tty/serial/zs.c
486
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
488
struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
drivers/tty/serial/zs.c
516
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
536
static void zs_receive_chars(struct zs_port *zport)
drivers/tty/serial/zs.c
606
static void zs_raw_transmit_chars(struct zs_port *zport)
drivers/tty/serial/zs.c
637
static void zs_transmit_chars(struct zs_port *zport)
drivers/tty/serial/zs.c
646
static void zs_status_handle(struct zs_port *zport, struct zs_port *zport_a)
drivers/tty/serial/zs.c
704
struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
drivers/tty/serial/zs.c
705
struct zs_port *zport_b = &scc->zport[ZS_CHAN_B];
drivers/tty/serial/zs.c
754
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
807
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
826
static void zs_reset(struct zs_port *zport)
drivers/tty/serial/zs.c
828
struct zs_port *zport_a = &zport->scc->zport[ZS_CHAN_A];
drivers/tty/serial/zs.c
851
struct zs_port *zport = to_zport(uport);
drivers/tty/serial/zs.c
853
struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
drivers/tty/serial/zs.c
96
#define to_zport(uport) container_of(uport, struct zs_port, port)
drivers/tty/serial/zs.h
41
struct zs_port zport[2];