ext_caps 1921 drivers/usb/host/xhci-mem.c kfree(xhci->ext_caps); ext_caps 1931 drivers/usb/host/xhci-mem.c xhci->ext_caps = NULL; ext_caps 2201 drivers/usb/host/xhci-mem.c xhci->ext_caps[xhci->num_ext_caps++] = temp; ext_caps 2317 drivers/usb/host/xhci-mem.c xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps), ext_caps 2319 drivers/usb/host/xhci-mem.c if (!xhci->ext_caps) ext_caps 4493 drivers/usb/host/xhci.c if (xhci->ext_caps[i] & capability) { ext_caps 4495 drivers/usb/host/xhci.c port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; ext_caps 4496 drivers/usb/host/xhci.c port_count = XHCI_EXT_PORT_COUNT(xhci->ext_caps[i]); ext_caps 1887 drivers/usb/host/xhci.h u32 *ext_caps;