Searched refs:r_port (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/drivers/opl3/ |
D | opl3_lib.c | 50 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl2_command() 73 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl3_command() 142 if (snd_BUG_ON(!opl3->r_port)) in snd_opl3_detect() 404 unsigned long r_port, in snd_opl3_create() argument 421 if (r_port != 0 && in snd_opl3_create() 422 (opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)")) == NULL) { in snd_opl3_create() 423 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port); in snd_opl3_create() 429 opl3->r_port = r_port; in snd_opl3_create() 442 opl3->l_port, opl3->r_port); in snd_opl3_create()
|
/Linux-v4.19/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-v4.19/net/sunrpc/ |
D | rpcb_clnt.c | 123 unsigned short r_port; member 451 .r_port = port, in rpcb_register() 765 map->r_port = 0; in rpcb_getport_async() 825 } else if (map->r_port == 0) { in rpcb_getport_done() 831 xprt->ops->set_port(xprt, map->r_port); in rpcb_getport_done() 837 child->tk_pid, status, map->r_port); in rpcb_getport_done() 855 rpcb->r_prog, rpcb->r_vers, rpcb->r_prot, rpcb->r_port); in rpcb_enc_mapping() 861 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping() 871 rpcb->r_port = 0; in rpcb_dec_getport() 883 rpcb->r_port = port; in rpcb_dec_getport() [all …]
|
/Linux-v4.19/include/sound/ |
D | opl3.h | 301 unsigned long r_port; member 359 unsigned long l_port, unsigned long r_port,
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | magic-number.txt | 94 RPORT_MAGIC 0x00525001 r_port drivers/char/rocket_int.h
|
/Linux-v4.19/Documentation/process/ |
D | magic-number.rst | 100 RPORT_MAGIC 0x00525001 r_port ``drivers/char/rocket_int.h``
|
/Linux-v4.19/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 3360 ``l_port`` and ``r_port`` are not necessarily set. Only the command
|