Searched refs:port_array (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclinkmp.c231 struct _synclinkmp_info *port_array[SCA_MAX_PORTS]; member in struct:_synclinkmp_info
2568 tmp = read_reg16(info->port_array[2], ISR0);
2571 timerstatus1 = read_reg(info->port_array[2], ISR2);
2584 if (info->port_array[i] == NULL)
2597 isr_rxrdy(info->port_array[i]);
2599 isr_txrdy(info->port_array[i]);
2601 isr_rxint(info->port_array[i]);
2603 isr_txint(info->port_array[i]);
2606 isr_rxdmaerror(info->port_array[i]);
2608 isr_rxdmaok(info->port_array[
3839 SLMP_INFO *port_array[SCA_MAX_PORTS]; local
[all...]
H A Dsynclink_gt.c257 struct slgt_info *port_array[SLGT_MAX_PORTS]; member in struct:slgt_info
2365 if (info->port_array[i] == NULL)
2368 isr_serial(info->port_array[i]);
2370 isr_rdma(info->port_array[i]);
2372 isr_tdma(info->port_array[i]);
2386 if (info->port_array[i] != NULL)
2387 isr_gpio(info->port_array[i], changed, state);
2393 struct slgt_info *port = info->port_array[i];
3546 struct slgt_info *port_array[SLGT_MAX_PORTS]; local
3557 port_array[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-mem.c1445 kfree(xhci->port_array);
1657 if (xhci->port_array[i] != 0) {
1662 xhci->port_array[i], major_revision);
1666 if (xhci->port_array[i] != major_revision &&
1667 xhci->port_array[i] != (u8) -1) {
1668 if (xhci->port_array[i] == 0x03)
1672 xhci->port_array[i] = (u8) -1;
1676 xhci->port_array[i] = major_revision;
1707 xhci->port_array = kzalloc(sizeof(*xhci->port_array)*num_port
[all...]
H A Dxhci-hub.c130 if (xhci->port_array[wIndex] == 0x03) {
H A Dxhci.h1235 u8 *port_array; member in struct:xhci_hcd

Completed in 66 milliseconds