Searched refs:port_init (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dport_user.c30 static void *port_init(char *str, int device, const struct chan_opts *opts) function
38 printk("port_init : channel type 'port' must specify a "
45 printk("port_init : couldn't parse port '%s'\n", str);
105 .init = port_init,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dppc6lnx.c22 #define port_init 4 macro
23 #define data_stb port_init
153 ppc->cur_ctrl = (ppc->cur_ctrl & port_int) | port_init;
189 ppc->cur_ctrl &= ~(port_sel | port_init);
211 ppc->cur_ctrl |= port_init;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c374 * port_init - Initialize the sio and ioc3 hardware for a given port
378 static int inline port_init(struct ioc3_port *port) function
2121 port_init(port);
H A Dioc4_serial.c822 * port_init - Initialize the sio and ioc4 hardware for a given port
826 static int inline port_init(struct ioc4_port *port) function
1172 port_init(port);

Completed in 176 milliseconds