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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Drpcb_clnt.c92 unsigned short r_port; member in struct:rpcbind_args
113 .rpc_resp = &map->r_port,
182 .r_port = port,
232 .r_port = 0,
237 .rpc_resp = &map.r_port,
254 if (map.r_port != 0)
255 return map.r_port;
327 map->r_port = 0;
381 } else if (map->r_port == 0) {
387 xprt->ops->set_port(xprt, map->r_port);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/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 snd_assert(opl3->r_port != 0, return -ENODEV);
401 unsigned long r_port,
418 if (r_port != 0 &&
419 (opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)")) == NULL) {
420 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port);
426 opl3->r_port = r_port;
439 opl3->l_port, opl3->r_port);
399 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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket.c113 static struct r_port *rp_table[MAX_RP_PORTS]; /* The main repository of serial port state information. */
300 static inline int rocket_paranoia_check(struct r_port *info,
320 static void rp_do_receive(struct r_port *info,
429 static void rp_do_transmit(struct r_port *info)
493 static void rp_handle_port(struct r_port *info)
622 * Initializes the r_port structure for a port, as well as enabling the port on
629 struct r_port *info;
638 /* Get a r_port struct for the port, fill it in and save it globally, indexed by line number */
639 info = kmalloc(sizeof (struct r_port), GFP_KERNEL);
644 memset(info, 0, sizeof (struct r_port));
[all...]
H A Drocket_int.h1134 struct r_port { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dopl3.h265 unsigned long r_port; member in struct:snd_opl3
324 unsigned long l_port, unsigned long r_port,

Completed in 111 milliseconds