Searched refs:startup (Results 76 - 99 of 99) sorted by relevance

1234

/drivers/tty/serial/
H A Dserial_txx9.c869 .startup = serial_txx9_startup,
H A Dsunsab.c818 .startup = sunsab_startup,
H A Dsunsu.c958 .startup = sunsu_startup,
H A Ducc_uart.c1105 .startup = qe_uart_startup,
H A Dzs.c1056 .startup = zs_startup,
H A Dcrisv10.c2739 startup(struct e100_serial * info) function
3486 retval = startup(info);
4224 retval = startup(info);
H A Damba-pl011.c1516 * it during startup().
1740 .startup = pl011_startup,
H A Datmel_serial.c1408 .startup = atmel_startup,
H A Dimx.c1186 .startup = imx_startup,
H A Dioc3_serial.c1887 .startup = ic3_startup,
H A Dmpsc.c1675 .startup = mpsc_startup,
H A Dmsm_serial_hs.c1866 .startup = msm_hs_startup,
H A Domap-serial.c1160 .startup = serial_omap_startup,
H A Dpch_uart.c1469 .startup = pch_uart_startup,
H A Dpmac_zilog.c837 * Real startup routine, powers up the hardware and sets up
917 * This is the "normal" startup routine, using the above one
926 pmz_debug("pmz: startup()\n");
963 pmz_debug("pmz: startup() done.\n");
1378 .startup = pmz_startup,
H A Dsunzilog.c1055 .startup = sunzilog_startup,
H A Dioc4_serial.c2605 .startup = ic4_startup,
H A Dsh-sci.c2012 .startup = sci_startup,
/drivers/tty/
H A Dsynclink_gt.c442 static int startup(struct slgt_info *info);
700 retval = startup(info);
1557 if ((rc = startup(info)) != 0) {
2436 static int startup(struct slgt_info *info) function
2438 DBGINFO(("%s startup\n", info->device_name));
H A Dsynclinkmp.c242 unsigned int init_error; /* Initialization startup error */
558 static int startup(SLMP_INFO *info);
769 retval = startup(info);
1664 if ((rc = startup(info)) != 0) {
2622 * Note: startup adapter diags require interrupts.
2647 static int startup(SLMP_INFO * info) function
3816 /* initial port state is unknown - if startup errors
H A Dsynclink.c280 unsigned int init_error; /* Initialization startup error (DIAGS) */
1747 /* startup()
1754 static int startup(struct mgsl_struct * info) function
1804 } /* end of startup() */
3425 retval = startup(info);
7760 if ((rc = startup(info)) != 0) {
/drivers/char/pcmcia/
H A Dsynclink_cs.c211 unsigned int init_error; /* startup error (DIAGS) */
1263 static int startup(MGSLPC_INFO * info, struct tty_struct *tty) function
1268 printk("%s(%d):startup(%s)\n",__FILE__,__LINE__,info->device_name);
2531 retval = startup(info, tty);
4007 if ((rc = startup(info, tty)) != 0) {
/drivers/iommu/
H A Dintel-iommu.c2315 static int iommu_should_identity_map(struct pci_dev *pdev, int startup) argument
2356 if (!startup) {
/drivers/tty/serial/8250/
H A D8250.c2668 .startup = serial8250_startup,

Completed in 334 milliseconds

1234