Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/
Dhalbtcoutsrc.h421 u16 hci_version; /* stack hci version */ member
533 void exhalbtc_set_hci_version(u16 hci_version);
Dhalbtcoutsrc.c914 void exhalbtc_set_hci_version(u16 hci_version) in exhalbtc_set_hci_version() argument
921 btcoexist->stack_info.hci_version = hci_version; in exhalbtc_set_hci_version()
Dhalbtc8821a1ant.c2280 stack_info->hci_version); in ex_halbtc8821a1ant_display_coex_info()
2943 stack_info->hci_version); in ex_halbtc8821a1ant_periodical()
Dhalbtc8723b1ant.c2442 stack_info->hci_version); in ex_halbtc8723b1ant_display_coex_info()
3145 stack_info->hci_version); in ex_halbtc8723b1ant_periodical()
Dhalbtc8821a2ant.c3374 stack_info->hci_version); in ex_halbtc8821a2ant_display_coex_info()
3864 stack_info->hci_version); in ex_halbtc8821a2ant_periodical()
Dhalbtc8723b2ant.c3201 stack_info->hci_version); in ex_btc8723b2ant_display_coex_info()
3697 stack_info->hci_version); in ex_btc8723b2ant_periodical()
Dhalbtc8192e2ant.c3341 stack_info->hci_version); in ex_halbtc8192e2ant_display_coex_info()
3828 stack_info->hci_version); in ex_halbtc8192e2ant_periodical()
/linux-4.1.27/drivers/usb/host/
Dxhci.c546 if (xhci->hci_version == 0x95 && link_quirk) { in xhci_init()
4811 if (xhci->hci_version > 0x95) { in xhci_update_hub_device()
4814 (unsigned int) xhci->hci_version); in xhci_update_hub_device()
4826 if (xhci->hci_version < 0x100 || hdev->speed == USB_SPEED_HIGH) in xhci_update_hub_device()
4832 (unsigned int) xhci->hci_version); in xhci_update_hub_device()
4838 (xhci->hci_version > 0x95) ? in xhci_update_hub_device()
4846 if (xhci->hci_version > 0x95) in xhci_update_hub_device()
4917 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()
4929 if (xhci->hci_version > 0x96) in xhci_gen_setup()
4970 xhci->hcc_params, xhci->hci_version, xhci->quirks); in xhci_gen_setup()
Dxhci-pci.c114 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
Dxhci-ring.c3029 if (xhci->hci_version < 0x100) in xhci_td_remainder()
3427 if (xhci->hci_version >= 0x100) { in xhci_queue_ctrl_tx()
3521 if (xhci->hci_version < 0x100 || udev->speed != USB_SPEED_SUPER) in xhci_get_burst_count()
3543 if (xhci->hci_version < 0x100) in xhci_get_last_burst_packet_count()
3664 if (xhci->hci_version == 0x100 && in xhci_queue_isoc_tx()
Dxhci-mem.c1504 if (usb_endpoint_xfer_control(&ep->desc) && xhci->hci_version >= 0x100) in xhci_endpoint_init()
2108 if ((xhci->hci_version == 0x96) && (major_revision != 0x03) && in xhci_add_in_port()
2115 if ((xhci->hci_version >= 0x100) && (major_revision != 0x03)) { in xhci_add_in_port()
Dxhci.h1468 u16 hci_version; member