Home
last modified time | relevance | path

Searched refs:nport (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/tty/
Dmetag_da.c574 int nport; in dashtty_init() local
595 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in dashtty_init()
596 dport = &dashtty_ports[nport]; in dashtty_init()
636 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in dashtty_init()
637 dport = &dashtty_ports[nport]; in dashtty_init()
646 int nport; in dashtty_exit() local
653 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in dashtty_exit()
654 dport = &dashtty_ports[nport]; in dashtty_exit()
Dmips_ejtag_fdc.c884 int ret, nport; in mips_ejtag_fdc_tty_probe() local
937 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_probe()
938 dport = &priv->ports[nport]; in mips_ejtag_fdc_tty_probe()
1040 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_probe()
1041 dport = &priv->ports[nport]; in mips_ejtag_fdc_tty_probe()
1052 int nport; in mips_ejtag_fdc_tty_remove() local
1072 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_remove()
1073 dport = &priv->ports[nport]; in mips_ejtag_fdc_tty_remove()
/linux-4.1.27/drivers/usb/serial/
Dusb-serial-simple.c23 #define DEVICE_N(vendor, IDS, nport) \ argument
34 .num_ports = nport, \
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h1163 long nport; /* Number of Ports */ member
1197 long nport; member
1210 long nport; member
Ddgap.c558 count += p->u.board.nport; in dgap_config_get_num_prts()
561 count += p->u.conc.nport; in dgap_config_get_num_prts()
564 count += p->u.module.nport; in dgap_config_get_num_prts()
602 *ptr = (p->u.conc.nport + 0x80); in dgap_create_config_string()
606 *ptr = (q->u.module.nport + 0x80); in dgap_create_config_string()
611 *ptr = q->u.module.nport; in dgap_create_config_string()
614 *ptr = p->u.conc.nport; in dgap_create_config_string()
797 if (kstrtol(s, 0, &p->u.board.nport)) { in dgap_parsefile()
808 if (kstrtol(s, 0, &p->u.conc.nport)) { in dgap_parsefile()
819 if (kstrtol(s, 0, &p->u.module.nport)) { in dgap_parsefile()
[all …]
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Despi.c348 u8 i, nport = (u8)adapter->params.nports; in t1_espi_get_mon_t204() local
361 for (i = 0 ; i < nport; i++, valp++) { in t1_espi_get_mon_t204()
/linux-4.1.27/drivers/pnp/
Dmanager.c260 int nport = 0, nmem = 0, nirq = 0; in pnp_assign_resources() local
275 ret = pnp_assign_port(dev, &option->u.port, nport++); in pnp_assign_resources()
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc12 for fabric and nport logins out of lpfc_cmpl_els_flogi.