Searched defs:port_array (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/host/
H A Dxhci-hub.c397 static int xhci_get_ports(struct usb_hcd *hcd, __le32 __iomem ***port_array) argument
404 *port_array = xhci->usb3_ports;
407 *port_array = xhci->usb2_ports;
413 void xhci_set_link_state(struct xhci_hcd *xhci, __le32 __iomem **port_array, argument
418 temp = xhci_readl(xhci, port_array[port_id]);
422 xhci_writel(xhci, temp, port_array[port_id]);
426 __le32 __iomem **port_array, int port_id, u16 wake_mask)
430 temp = xhci_readl(xhci, port_array[port_id]);
448 xhci_writel(xhci, temp, port_array[port_id]);
452 void xhci_test_and_clear_bit(struct xhci_hcd *xhci, __le32 __iomem **port_array, argument
425 xhci_set_remote_wake_mask(struct xhci_hcd *xhci, __le32 __iomem **port_array, int port_id, u16 wake_mask) argument
509 __le32 __iomem **port_array; local
872 __le32 __iomem **port_array; local
916 __le32 __iomem **port_array; local
1000 __le32 __iomem **port_array; local
[all...]
H A Dxhci-ring.c1243 /* port_id from the hardware is 1-based, but port_array[], usb3_ports[],
1248 u8 port_speed = xhci->port_array[i];
1299 __le32 __iomem **port_array; local
1320 major_revision = xhci->port_array[port_id - 1];
1349 port_array = xhci->usb3_ports;
1351 port_array = xhci->usb2_ports;
1356 temp = xhci_readl(xhci, port_array[faked_port_index]);
1378 xhci_test_and_clear_bit(xhci, port_array,
1380 xhci_set_link_state(xhci, port_array, faked_port_index,
1415 xhci_test_and_clear_bit(xhci, port_array,
[all...]
H A Dxhci.c3669 __le32 __iomem **port_array; local
3698 port_array = xhci->usb2_ports;
3719 pm_addr = port_array[port_num] + 1;
3725 addr = port_array[port_num];
3726 xhci_set_link_state(xhci, port_array, port_num, XDEV_U2);
3749 xhci_set_link_state(xhci, port_array, port_num, XDEV_U0);
3756 xhci_test_and_clear_bit(xhci, port_array, port_num, PORT_PLC);
3794 __le32 __iomem **port_array; local
3814 port_array = xhci->usb2_ports;
3816 pm_addr = port_array[port_nu
[all...]
H A Dxhci.h1494 u8 *port_array; member in struct:xhci_hcd
1784 void xhci_set_link_state(struct xhci_hcd *xhci, __le32 __iomem **port_array,
1786 void xhci_test_and_clear_bit(struct xhci_hcd *xhci, __le32 __iomem **port_array,
/drivers/tty/
H A Dsynclink_gt.c255 struct slgt_info *port_array[SLGT_MAX_PORTS]; member in struct:slgt_info
2386 if (info->port_array[i] == NULL)
2388 spin_lock(&info->port_array[i]->lock);
2390 isr_serial(info->port_array[i]);
2392 isr_rdma(info->port_array[i]);
2394 isr_tdma(info->port_array[i]);
2395 spin_unlock(&info->port_array[i]->lock);
2410 if (info->port_array[i] != NULL)
2411 isr_gpio(info->port_array[i], changed, state);
2418 struct slgt_info *port = info->port_array[
3635 struct slgt_info *port_array[SLGT_MAX_PORTS]; local
[all...]
H A Dsynclinkmp.c229 struct _synclinkmp_info *port_array[SCA_MAX_PORTS]; member in struct:_synclinkmp_info
2559 tmp = read_reg16(info->port_array[2], ISR0);
2562 timerstatus1 = read_reg(info->port_array[2], ISR2);
2575 if (info->port_array[i] == NULL)
2588 isr_rxrdy(info->port_array[i]);
2590 isr_txrdy(info->port_array[i]);
2592 isr_rxint(info->port_array[i]);
2594 isr_txint(info->port_array[i]);
2597 isr_rxdmaerror(info->port_array[i]);
2599 isr_rxdmaok(info->port_array[
3830 SLMP_INFO *port_array[SCA_MAX_PORTS]; local
[all...]

Completed in 105 milliseconds