Searched refs:r_port (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_lib.c50 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
73 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
142 if (snd_BUG_ON(!opl3->r_port))
403 unsigned long r_port,
420 if (r_port != 0 &&
421 (opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)")) == NULL) {
422 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port);
428 opl3->r_port = r_port;
441 opl3->l_port, opl3->r_port);
401 snd_opl3_create(struct snd_card *card, unsigned long l_port, unsigned long r_port, unsigned short hardware, int integrated, struct snd_opl3 ** ropl3) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_lib.c50 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
73 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
142 if (snd_BUG_ON(!opl3->r_port))
403 unsigned long r_port,
420 if (r_port != 0 &&
421 (opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)")) == NULL) {
422 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port);
428 opl3->r_port = r_port;
441 opl3->l_port, opl3->r_port);
401 snd_opl3_create(struct snd_card *card, unsigned long l_port, unsigned long r_port, unsigned short hardware, int integrated, struct snd_opl3 ** ropl3) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Drpcb_clnt.c124 unsigned short r_port; member in struct:rpcbind_args
312 .r_port = port,
484 .r_port = 0,
506 if (map.r_port != 0)
507 return map.r_port;
649 map->r_port = 0;
708 } else if (map->r_port == 0) {
714 xprt->ops->set_port(xprt, map->r_port);
720 child->tk_pid, status, map->r_port);
737 rpcb->r_prog, rpcb->r_vers, rpcb->r_prot, rpcb->r_port);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Drpcb_clnt.c124 unsigned short r_port; member in struct:rpcbind_args
312 .r_port = port,
484 .r_port = 0,
506 if (map.r_port != 0)
507 return map.r_port;
649 map->r_port = 0;
708 } else if (map->r_port == 0) {
714 xprt->ops->set_port(xprt, map->r_port);
720 child->tk_pid, status, map->r_port);
737 rpcb->r_prog, rpcb->r_vers, rpcb->r_prot, rpcb->r_port);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Drocket.c110 static struct r_port *rp_table[MAX_RP_PORTS]; /* The main repository of serial port state information. */
298 static inline int rocket_paranoia_check(struct r_port *info,
318 static void rp_do_receive(struct r_port *info,
427 static void rp_do_transmit(struct r_port *info)
494 static void rp_handle_port(struct r_port *info)
626 * Initializes the r_port structure for a port, as well as enabling the port on
633 struct r_port *info;
642 /* Get a r_port struct for the port, fill it in and save it globally, indexed by line number */
643 info = kzalloc(sizeof (struct r_port), GFP_KERNEL);
716 static void configure_r_port(struct tty_struct *tty, struct r_port *inf
[all...]
H A Drocket_int.h1119 struct r_port { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Drocket.c110 static struct r_port *rp_table[MAX_RP_PORTS]; /* The main repository of serial port state information. */
298 static inline int rocket_paranoia_check(struct r_port *info,
318 static void rp_do_receive(struct r_port *info,
427 static void rp_do_transmit(struct r_port *info)
494 static void rp_handle_port(struct r_port *info)
626 * Initializes the r_port structure for a port, as well as enabling the port on
633 struct r_port *info;
642 /* Get a r_port struct for the port, fill it in and save it globally, indexed by line number */
643 info = kzalloc(sizeof (struct r_port), GFP_KERNEL);
716 static void configure_r_port(struct tty_struct *tty, struct r_port *inf
[all...]
H A Drocket_int.h1119 struct r_port { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dopl3.h303 unsigned long r_port; member in struct:snd_opl3
361 unsigned long l_port, unsigned long r_port,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/
H A Dloop.c88 struct bfa_fcs_rport_s *r_port; local
105 r_port = bfa_fcs_rport_create(port,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dloop.c88 struct bfa_fcs_rport_s *r_port; local
105 r_port = bfa_fcs_rport_create(port,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dopl3.h303 unsigned long r_port; member in struct:snd_opl3
361 unsigned long l_port, unsigned long r_port,

Completed in 102 milliseconds