Searched refs:uap (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | pmac_zilog.c | 80 #define pmz_debug(fmt, arg...) pr_debug("ttyPZ%d: " fmt, uap->port.line, ## arg) 81 #define pmz_error(fmt, arg...) pr_err("ttyPZ%d: " fmt, uap->port.line, ## arg) 82 #define pmz_info(fmt, arg...) pr_info("ttyPZ%d: " fmt, uap->port.line, ## arg) 105 static void pmz_load_zsregs(struct uart_pmac_port *uap, u8 *regs) in pmz_load_zsregs() argument 111 unsigned char stat = read_zsreg(uap, R1); in pmz_load_zsregs() 117 ZS_CLEARERR(uap); in pmz_load_zsregs() 118 zssync(uap); in pmz_load_zsregs() 119 ZS_CLEARFIFO(uap); in pmz_load_zsregs() 120 zssync(uap); in pmz_load_zsregs() 121 ZS_CLEARERR(uap); in pmz_load_zsregs() [all …]
|
| H A D | pmac_zilog.h | 62 static inline struct uart_pmac_port *pmz_get_port_A(struct uart_pmac_port *uap) in pmz_get_port_A() argument 64 if (uap->flags & PMACZILOG_FLAG_IS_CHANNEL_A) in pmz_get_port_A() 65 return uap; in pmz_get_port_A() 66 return uap->mate; in pmz_get_port_A()
|
| /linux/drivers/s390/char/ |
| H A D | raw3270.c | 501 struct raw3270_ua *uap; in raw3270_size_device() local 504 uap = (struct raw3270_ua *)(init_data + 1); in raw3270_size_device() 506 if (init_data[0] != 0x88 || uap->uab.qcode != 0x81) { in raw3270_size_device() 514 rp->rows = uap->uab.h; in raw3270_size_device() 515 rp->cols = uap->uab.w; in raw3270_size_device() 517 if ((uap->uab.flags0 & 0x0d) == 0x01) in raw3270_size_device() 520 if (uap->uab.l == sizeof(struct raw3270_ua) && in raw3270_size_device() 521 uap->aua.sdpid == 0x02) { in raw3270_size_device() 522 rp->rows = uap->aua.hauai; in raw3270_size_device() 523 rp->cols = uap->aua.wauai; in raw3270_size_device()
|
| /linux/Documentation/driver-api/ |
| H A D | pin-control.rst | 882 pins_default = pinctrl_lookup_state(uap->pinctrl, PINCTRL_STATE_DEFAULT); 883 pins_sleep = pinctrl_lookup_state(uap->pinctrl, PINCTRL_STATE_SLEEP);
|