Searched refs:pnp_port (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dquirks.c25 struct pnp_port *port, *port2, *port3;
35 port2 = pnp_alloc(sizeof(struct pnp_port));
38 port3 = pnp_alloc(sizeof(struct pnp_port));
44 memcpy(port2, port, sizeof(struct pnp_port));
45 memcpy(port3, port, sizeof(struct pnp_port));
80 struct pnp_port *port;
H A Dresource.c129 int pnp_register_port_resource(struct pnp_option *option, struct pnp_port *data)
131 struct pnp_port *ptr;
166 static void pnp_free_port(struct pnp_port *port)
168 struct pnp_port *next;
H A Dinterface.c51 static void pnp_print_port(pnp_info_buffer_t *buffer, char *space, struct pnp_port *port)
175 struct pnp_port *port;
H A Dmanager.c20 static int pnp_assign_port(struct pnp_dev *dev, struct pnp_port *rule, int idx)
299 struct pnp_port *port;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpnp.h75 struct pnp_port { struct
82 struct pnp_port *next; /* next port */
116 struct pnp_port *port; /* first port */
386 int pnp_register_port_resource(struct pnp_option *option, struct pnp_port *data);
433 static inline int pnp_register_port_resource(struct pnp_option *option, struct pnp_port *data) { return -ENODEV; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpbios/
H A Drsparser.c329 struct pnp_port * port;
330 port = kzalloc(sizeof(struct pnp_port), GFP_KERNEL);
345 struct pnp_port * port;
346 port = kzalloc(sizeof(struct pnp_port), GFP_KERNEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_pnp.c382 struct pnp_port *port;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpacpi/
H A Drsparser.c421 struct pnp_port *port;
425 port = kzalloc(sizeof(struct pnp_port), GFP_KERNEL);
442 struct pnp_port *port;
446 port = kzalloc(sizeof(struct pnp_port), GFP_KERNEL);
531 struct pnp_port *port;
553 port = kzalloc(sizeof(struct pnp_port), GFP_KERNEL);
838 /* Note: pnp_assign_port will copy pnp_port->flags into p->flags */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/isapnp/
H A Dcore.c485 struct pnp_port *port;
488 port = kzalloc(sizeof(struct pnp_port), GFP_KERNEL);
508 struct pnp_port *port;
511 port = kzalloc(sizeof(struct pnp_port), GFP_KERNEL);

Completed in 75 milliseconds