Searched refs:hci_version (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/drivers/usb/host/
H A Dxhci-dbg.c61 u32 hci_version; xhci_print_cap_regs() local
66 hci_version = HC_VERSION(temp); xhci_print_cap_regs()
71 xhci_dbg(xhci, "HCIVERSION: 0x%x\n", hci_version); xhci_print_cap_regs()
114 if (hci_version > 100) { xhci_print_cap_regs()
H A Dxhci-pci.c121 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) xhci_pci_quirks()
H A Dxhci.c546 if (xhci->hci_version == 0x95 && link_quirk) { xhci_init()
4795 if (xhci->hci_version > 0x95) { xhci_update_hub_device()
4798 (unsigned int) xhci->hci_version); xhci_update_hub_device()
4810 if (xhci->hci_version < 0x100 || hdev->speed == USB_SPEED_HIGH) xhci_update_hub_device()
4816 (unsigned int) xhci->hci_version); xhci_update_hub_device()
4822 (xhci->hci_version > 0x95) ? xhci_update_hub_device()
4830 if (xhci->hci_version > 0x95) xhci_update_hub_device()
4903 xhci->hci_version = HC_VERSION(xhci->hcc_params); xhci_gen_setup()
4905 if (xhci->hci_version > 0x100) xhci_gen_setup()
4917 if (xhci->hci_version > 0x96) xhci_gen_setup()
4958 xhci->hcc_params, xhci->hci_version, xhci->quirks); xhci_gen_setup()
H A Dxhci-ring.c3068 if (xhci->hci_version < 0x100) xhci_td_remainder()
3466 if (xhci->hci_version >= 0x100) { xhci_queue_ctrl_tx()
3560 if (xhci->hci_version < 0x100 || udev->speed != USB_SPEED_SUPER) xhci_get_burst_count()
3582 if (xhci->hci_version < 0x100) xhci_get_last_burst_packet_count()
3809 if (xhci->hci_version == 0x100 && xhci_queue_isoc_tx()
H A Dxhci-mem.c1504 if (usb_endpoint_xfer_control(&ep->desc) && xhci->hci_version >= 0x100) xhci_endpoint_init()
2140 if ((xhci->hci_version == 0x96) && (major_revision != 0x03) && xhci_add_in_port()
2147 if ((xhci->hci_version >= 0x100) && (major_revision != 0x03)) { xhci_add_in_port()
H A Dxhci.h1528 u16 hci_version; member in struct:xhci_hcd
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.h421 u16 hci_version; /* stack hci version */ member in struct:btc_stack_info
533 void exhalbtc_set_hci_version(u16 hci_version);
H A Dhalbtcoutsrc.c914 void exhalbtc_set_hci_version(u16 hci_version) exhalbtc_set_hci_version() argument
921 btcoexist->stack_info.hci_version = hci_version; exhalbtc_set_hci_version()
H A Dhalbtc8821a1ant.c2280 stack_info->hci_version); ex_halbtc8821a1ant_display_coex_info()
2943 stack_info->hci_version); ex_halbtc8821a1ant_periodical()
H A Dhalbtc8192e2ant.c3341 stack_info->hci_version); ex_halbtc8192e2ant_display_coex_info()
3828 stack_info->hci_version); ex_halbtc8192e2ant_periodical()
H A Dhalbtc8723b1ant.c2442 stack_info->hci_version); ex_halbtc8723b1ant_display_coex_info()
3145 stack_info->hci_version); ex_halbtc8723b1ant_periodical()
H A Dhalbtc8723b2ant.c3204 stack_info->hci_version); ex_btc8723b2ant_display_coex_info()
3700 stack_info->hci_version); ex_btc8723b2ant_periodical()
H A Dhalbtc8821a2ant.c3374 stack_info->hci_version); ex_halbtc8821a2ant_display_coex_info()
3864 stack_info->hci_version); ex_halbtc8821a2ant_periodical()
/linux-4.4.14/net/bluetooth/
H A Dhci_debugfs.c358 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); hci_debugfs_create_common()

Completed in 354 milliseconds