Searched refs:r_port (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_lib.c | 51 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl2_command() 74 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl3_command() 143 if (snd_BUG_ON(!opl3->r_port)) in snd_opl3_detect() 407 unsigned long r_port, in snd_opl3_create() argument 424 if (r_port != 0 && in snd_opl3_create() 425 (opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)")) == NULL) { in snd_opl3_create() 426 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port); in snd_opl3_create() 432 opl3->r_port = r_port; in snd_opl3_create() 445 opl3->l_port, opl3->r_port); in snd_opl3_create()
|
/linux-4.4.14/drivers/tty/ |
D | rocket.c | 110 static struct r_port *rp_table[MAX_RP_PORTS]; /* The main repository of serial port state i… 294 static inline int rocket_paranoia_check(struct r_port *info, in rocket_paranoia_check() 314 static void rp_do_receive(struct r_port *info, CHANNEL_t *cp, in rp_do_receive() 423 static void rp_do_transmit(struct r_port *info) in rp_do_transmit() 490 static void rp_handle_port(struct r_port *info) in rp_handle_port() 621 struct r_port *info; in init_r_port() 631 info = kzalloc(sizeof (struct r_port), GFP_KERNEL); in init_r_port() 705 static void configure_r_port(struct tty_struct *tty, struct r_port *info, in configure_r_port() 861 struct r_port *info = container_of(port, struct r_port, port); in carrier_raised() 867 struct r_port *info = container_of(port, struct r_port, port); in dtr_rts() [all …]
|
D | rocket_int.h | 1126 struct r_port { struct
|
/linux-4.4.14/net/sunrpc/ |
D | rpcb_clnt.c | 123 unsigned short r_port; member 451 .r_port = port, in rpcb_register() 766 map->r_port = 0; in rpcb_getport_async() 826 } else if (map->r_port == 0) { in rpcb_getport_done() 832 xprt->ops->set_port(xprt, map->r_port); in rpcb_getport_done() 838 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() 870 rpcb->r_port = 0; in rpcb_dec_getport() 882 rpcb->r_port = port; in rpcb_dec_getport() [all …]
|
/linux-4.4.14/include/sound/ |
D | opl3.h | 303 unsigned long r_port; member 361 unsigned long l_port, unsigned long r_port,
|
/linux-4.4.14/Documentation/zh_CN/ |
D | magic-number.txt | 94 RPORT_MAGIC 0x00525001 r_port drivers/char/rocket_int.h
|
/linux-4.4.14/Documentation/ |
D | magic-number.txt | 94 RPORT_MAGIC 0x00525001 r_port drivers/char/rocket_int.h
|