Home
last modified time | relevance | path

Searched refs:ext_caps (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci-mem.c1876 kfree(xhci->ext_caps); in xhci_mem_cleanup()
1882 xhci->ext_caps = NULL; in xhci_mem_cleanup()
2137 xhci->ext_caps[xhci->num_ext_caps++] = temp; in xhci_add_in_port()
2250 xhci->ext_caps = kzalloc(sizeof(*xhci->ext_caps) * cap_count, flags); in xhci_setup_port_arrays()
2251 if (!xhci->ext_caps) in xhci_setup_port_arrays()
Dxhci.h1653 u32 *ext_caps; member
Dxhci.c4241 if (xhci->ext_caps[i] & capability) { in xhci_check_usb2_port_capability()
4243 port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; in xhci_check_usb2_port_capability()
4244 port_count = XHCI_EXT_PORT_COUNT(xhci->ext_caps[i]); in xhci_check_usb2_port_capability()