Home
last modified time | relevance | path

Searched refs:hci_version (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dxhci-pci.c95 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
Dxhci.c518 if (xhci->hci_version == 0x95 && link_quirk) { in xhci_init()
4114 if (xhci->hci_version > 0x95) { in xhci_update_hub_device()
4117 (unsigned int) xhci->hci_version); in xhci_update_hub_device()
4129 if (xhci->hci_version < 0x100 || hdev->speed == USB_SPEED_HIGH) in xhci_update_hub_device()
4135 (unsigned int) xhci->hci_version); in xhci_update_hub_device()
4141 (xhci->hci_version > 0x95) ? in xhci_update_hub_device()
4149 if (xhci->hci_version > 0x95) in xhci_update_hub_device()
4222 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()
4232 if (xhci->hci_version > 0x96) in xhci_gen_setup()
Dxhci-ring.c3246 if (xhci->hci_version < 0x100) { in queue_bulk_sg_tx()
3401 if (xhci->hci_version < 0x100) { in xhci_queue_bulk_tx()
3499 if (xhci->hci_version == 0x100) { in xhci_queue_ctrl_tx()
3587 if (xhci->hci_version < 0x100 || udev->speed != USB_SPEED_SUPER) in xhci_get_burst_count()
3609 if (xhci->hci_version < 0x100) in xhci_get_last_burst_packet_count()
3730 if (xhci->hci_version == 0x100 && in xhci_queue_isoc_tx()
3747 if (xhci->hci_version < 0x100) { in xhci_queue_isoc_tx()
Dxhci-mem.c1499 if (usb_endpoint_xfer_control(&ep->desc) && xhci->hci_version == 0x100) in xhci_endpoint_init()
2094 if ((xhci->hci_version == 0x96) && (major_revision != 0x03) && in xhci_add_in_port()
2100 if ((xhci->hci_version >= 0x100) && (major_revision != 0x03)) { in xhci_add_in_port()
Dxhci.h1417 u16 hci_version; member
/linux-3.4.99/net/bluetooth/
Dhci_sysfs.c334 static DEVICE_ATTR(hci_version, S_IRUGO, show_hci_version, NULL);