Searched refs:r_port (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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() 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.1.9/net/sunrpc/ |
D | rpcb_clnt.c | 122 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() 795 trace_rpcb_setport(child, map->r_status, map->r_port); in rpcb_getport_done() 796 xprt->ops->set_port(xprt, map->r_port); 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() [all …]
|
/linux-6.1.9/include/sound/ |
D | opl3.h | 285 unsigned long r_port; member 343 unsigned long l_port, unsigned long r_port,
|
/linux-6.1.9/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 3420 ``l_port`` and ``r_port`` are not necessarily set. Only the command
|