Searched refs:r_port (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/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.4/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() 692 static void configure_r_port(struct tty_struct *tty, struct r_port *info, in configure_r_port() 848 struct r_port *info = container_of(port, struct r_port, port); in carrier_raised() 854 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.4/net/sunrpc/ |
D | rpcb_clnt.c | 124 unsigned short r_port; member 456 .r_port = port, in rpcb_register() 772 map->r_port = 0; in rpcb_getport_async() 840 } else if (map->r_port == 0) { in rpcb_getport_done() 846 xprt->ops->set_port(xprt, map->r_port); in rpcb_getport_done() 852 child->tk_pid, status, map->r_port); in rpcb_getport_done() 870 rpcb->r_prog, rpcb->r_vers, rpcb->r_prot, rpcb->r_port); in rpcb_enc_mapping() 876 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping() 886 rpcb->r_port = 0; in rpcb_dec_getport() 898 rpcb->r_port = port; in rpcb_dec_getport() [all …]
|
/Linux-v5.4/include/sound/ |
D | opl3.h | 285 unsigned long r_port; member 343 unsigned long l_port, unsigned long r_port,
|
/Linux-v5.4/Documentation/translations/zh_CN/process/ |
D | magic-number.rst | 91 RPORT_MAGIC 0x00525001 r_port ``drivers/char/rocket_int.h``
|
/Linux-v5.4/Documentation/process/ |
D | magic-number.rst | 102 RPORT_MAGIC 0x00525001 r_port ``drivers/char/rocket_int.h``
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | magic-number.rst | 108 RPORT_MAGIC 0x00525001 r_port ``drivers/char/rocket_int.h``
|
/Linux-v5.4/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 3378 ``l_port`` and ``r_port`` are not necessarily set. Only the command
|