Searched refs:zs_port (Results 1 – 2 of 2) sorted by relevance
/drivers/tty/serial/ |
D | zs.c | 99 #define to_zport(uport) container_of(uport, struct zs_port, port) 138 static u8 read_zsreg(struct zs_port *zport, int reg) in read_zsreg() 153 static void write_zsreg(struct zs_port *zport, int reg, u8 value) in write_zsreg() 167 static u8 read_zsdata(struct zs_port *zport) in read_zsdata() 178 static void write_zsdata(struct zs_port *zport, u8 value) in write_zsdata() 192 struct zs_port *zport; in zs_dump() 228 static int zs_receive_drain(struct zs_port *zport) in zs_receive_drain() 237 static int zs_transmit_drain(struct zs_port *zport, int irq) in zs_transmit_drain() 250 static int zs_line_drain(struct zs_port *zport, int irq) in zs_line_drain() 264 static void load_zsregs(struct zs_port *zport, u8 *regs, int irq) in load_zsregs() [all …]
|
D | zs.h | 22 struct zs_port { struct 41 struct zs_port zport[2]; argument
|