Searched refs:nport (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | metag_da.c | 574 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()
|
D | mips_ejtag_fdc.c | 884 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/ |
D | usb-serial-simple.c | 23 #define DEVICE_N(vendor, IDS, nport) \ argument 34 .num_ports = nport, \
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.h | 1163 long nport; /* Number of Ports */ member 1197 long nport; member 1210 long nport; member
|
D | dgap.c | 558 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/ |
D | espi.c | 348 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/ |
D | manager.c | 260 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/ |
D | ChangeLog.lpfc | 12 for fabric and nport logins out of lpfc_cmpl_els_flogi.
|