Home
last modified time | relevance | path

Searched refs:r_port (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/sound/drivers/opl3/
A Dopl3_lib.c36 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()
393 unsigned long r_port, in snd_opl3_create() argument
412 if (r_port != 0) { in snd_opl3_create()
413 opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)"); in snd_opl3_create()
415 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port); in snd_opl3_create()
422 opl3->r_port = r_port; in snd_opl3_create()
436 opl3->l_port, opl3->r_port); in snd_opl3_create()
/linux-6.3-rc2/net/sunrpc/
A Drpcb_clnt.c122 unsigned short r_port; member
437 .r_port = port, in rpcb_register()
725 map->r_port = 0; in rpcb_getport_async()
785 map->r_port = 0; in rpcb_getport_done()
787 } else if (map->r_port == 0) { in rpcb_getport_done()
797 if (map->r_port) in rpcb_getport_done()
815 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping()
825 rpcb->r_port = 0; in rpcb_dec_getport()
835 rpcb->r_port = port; in rpcb_dec_getport()
894 rpcb->r_port = 0; in rpcb_dec_getaddr()
[all …]
/linux-6.3-rc2/include/sound/
A Dopl3.h285 unsigned long r_port; member
343 unsigned long l_port, unsigned long r_port,
/linux-6.3-rc2/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst3420 ``l_port`` and ``r_port`` are not necessarily set. Only the command

Completed in 12 milliseconds