Searched refs:r_port (Results 1 – 4 of 4) sorted by relevance
/linux/sound/drivers/opl3/ |
H A 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() 391 unsigned long r_port, in snd_opl3_create() argument 410 if (r_port != 0) { in snd_opl3_create() 411 opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)"); in snd_opl3_create() 413 dev_err(card->dev, "opl3: can't grab right port 0x%lx\n", r_port); in snd_opl3_create() 420 opl3->r_port = r_port; in snd_opl3_create() 434 opl3->l_port, opl3->r_port); in snd_opl3_create()
|
/linux/net/sunrpc/ |
H A D | rpcb_clnt.c | 123 unsigned short r_port; member 460 .r_port = port, in rpcb_register() 748 map->r_port = 0; in rpcb_getport_async() 812 map->r_port = 0; in rpcb_getport_done() 814 } else if (map->r_port == 0) { in rpcb_getport_done() 822 trace_rpcb_setport(child, map->r_status, map->r_port); in rpcb_getport_done() 823 xprt->ops->set_port(xprt, map->r_port); in rpcb_getport_done() 824 if (map->r_port) in rpcb_getport_done() 842 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping() 852 rpcb->r_port = 0; in rpcb_dec_getport() [all …]
|
/linux/include/sound/ |
H A D | opl3.h | 285 unsigned long r_port; member 343 unsigned long l_port, unsigned long r_port,
|
/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 3261 ``l_port`` and ``r_port`` are not necessarily set. Only the command
|