Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dmips_ejtag_fdc.c889 int ret, nport; in mips_ejtag_fdc_tty_probe() local
942 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_probe()
943 dport = &priv->ports[nport]; in mips_ejtag_fdc_tty_probe()
1043 for (nport = 0; nport < NUM_TTY_CHANNELS; nport++) { in mips_ejtag_fdc_tty_probe()
1044 dport = &priv->ports[nport]; in mips_ejtag_fdc_tty_probe()
/linux-4.4.14/drivers/usb/serial/
Dusb-serial-simple.c23 #define DEVICE_N(vendor, IDS, nport) \ argument
34 .num_ports = nport, \
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h1160 long nport; /* Number of Ports */ member
1193 long nport; member
1206 long nport; member
Ddgap.c523 count += p->u.board.nport; in dgap_config_get_num_prts()
526 count += p->u.conc.nport; in dgap_config_get_num_prts()
529 count += p->u.module.nport; in dgap_config_get_num_prts()
566 *ptr = (p->u.conc.nport + 0x80); in dgap_create_config_string()
570 *ptr = (q->u.module.nport + 0x80); in dgap_create_config_string()
575 *ptr = q->u.module.nport; in dgap_create_config_string()
578 *ptr = p->u.conc.nport; in dgap_create_config_string()
748 if (kstrtol(s, 0, &p->u.board.nport)) { in dgap_parsefile()
759 if (kstrtol(s, 0, &p->u.conc.nport)) { in dgap_parsefile()
770 if (kstrtol(s, 0, &p->u.module.nport)) { in dgap_parsefile()
[all …]
/linux-4.4.14/drivers/pnp/
Dmanager.c258 int nport = 0, nmem = 0, nirq = 0; in pnp_assign_resources() local
273 ret = pnp_assign_port(dev, &option->u.port, nport++); in pnp_assign_resources()
/linux-4.4.14/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.4.14/drivers/staging/rdma/hfi1/
Dmad.c3458 u32 nport = OPA_AM_NPORT(am); in __subn_get_opa_led_info() local
3461 if (nport != 1 || OPA_AM_PORTNUM(am)) { in __subn_get_opa_led_info()
3483 u32 nport = OPA_AM_NPORT(am); in __subn_set_opa_led_info() local
3486 if (nport != 1 || OPA_AM_PORTNUM(am)) { in __subn_set_opa_led_info()
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc12 for fabric and nport logins out of lpfc_cmpl_els_flogi.