Searched refs:r_port (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/sound/drivers/opl3/ |
| D | opl3_lib.c | 36 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl2_command() 59 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl3_command() 128 if (snd_BUG_ON(!opl3->r_port)) in snd_opl3_detect() 390 unsigned long r_port, in snd_opl3_create() argument 407 if (r_port != 0 && in snd_opl3_create() 408 (opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)")) == NULL) { in snd_opl3_create() 409 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port); in snd_opl3_create() 415 opl3->r_port = r_port; in snd_opl3_create() 428 opl3->l_port, opl3->r_port); in snd_opl3_create()
|
| /Linux-v5.10/net/sunrpc/ |
| D | rpcb_clnt.c | 122 unsigned short r_port; member 435 .r_port = port, in rpcb_register() 722 map->r_port = 0; in rpcb_getport_async() 782 map->r_port = 0; in rpcb_getport_done() 784 } else if (map->r_port == 0) { in rpcb_getport_done() 792 trace_rpcb_setport(child, map->r_status, map->r_port); in rpcb_getport_done() 793 xprt->ops->set_port(xprt, map->r_port); in rpcb_getport_done() 794 if (map->r_port) in rpcb_getport_done() 812 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping() 822 rpcb->r_port = 0; in rpcb_dec_getport() [all …]
|
| /Linux-v5.10/drivers/tty/ |
| D | rocket.c | 97 static struct r_port *rp_table[MAX_RP_PORTS]; /* The main repository of serial port state i… 281 static inline int rocket_paranoia_check(struct r_port *info, in rocket_paranoia_check() 301 static void rp_do_receive(struct r_port *info, CHANNEL_t *cp, in rp_do_receive() 410 static void rp_do_transmit(struct r_port *info) in rp_do_transmit() 477 static void rp_handle_port(struct r_port *info) in rp_handle_port() 609 struct r_port *info; in init_r_port() 619 info = kzalloc(sizeof (struct r_port), GFP_KERNEL); in init_r_port() 695 static void configure_r_port(struct tty_struct *tty, struct r_port *info, in configure_r_port() 851 struct r_port *info = container_of(port, struct r_port, port); in carrier_raised() 857 struct r_port *info = container_of(port, struct r_port, port); in dtr_rts() [all …]
|
| D | rocket_int.h | 1127 struct r_port { struct
|
| /Linux-v5.10/include/sound/ |
| D | opl3.h | 285 unsigned long r_port; member 343 unsigned long l_port, unsigned long r_port,
|
| /Linux-v5.10/Documentation/translations/zh_CN/process/ |
| D | magic-number.rst | 90 RPORT_MAGIC 0x00525001 r_port ``drivers/char/rocket_int.h``
|
| /Linux-v5.10/Documentation/process/ |
| D | magic-number.rst | 101 RPORT_MAGIC 0x00525001 r_port ``drivers/char/rocket_int.h``
|
| /Linux-v5.10/Documentation/translations/it_IT/process/ |
| D | magic-number.rst | 107 RPORT_MAGIC 0x00525001 r_port ``drivers/char/rocket_int.h``
|
| /Linux-v5.10/Documentation/sound/kernel-api/ |
| D | writing-an-alsa-driver.rst | 3420 ``l_port`` and ``r_port`` are not necessarily set. Only the command
|