Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.h577 u16 hci_version; /* stack hci version */ member
776 void exhalbtc_set_hci_version(struct btc_coexist *btcoexist, u16 hci_version);
Dhalbtcoutsrc.c1870 void exhalbtc_set_hci_version(struct btc_coexist *btcoexist, u16 hci_version) in exhalbtc_set_hci_version() argument
1875 btcoexist->stack_info.hci_version = hci_version; in exhalbtc_set_hci_version()
Dhalbtc8821a1ant.c2144 stack_info->hci_version); in ex_btc8821a1ant_display_coex_info()
2957 stack_info->hci_version); in ex_btc8821a1ant_periodical()
Dhalbtc8192e2ant.c2694 stack_info->hci_version); in ex_btc8192e2ant_display_coex_info()
3175 stack_info->hci_version); in ex_btc8192e2ant_periodical()
Dhalbtc8723b1ant.c2485 stack_info->hci_version); in ex_btc8723b1ant_display_coex_info()
Dhalbtc8723b2ant.c3670 stack_info->hci_version); in ex_btc8723b2ant_display_coex_info()
Dhalbtc8821a2ant.c3663 stack_info->hci_version); in ex_btc8821a2ant_display_coex_info()
/Linux-v5.10/drivers/usb/host/
Dxhci.c582 if (xhci->hci_version == 0x95 && link_quirk) { in xhci_init()
5079 if (xhci->hci_version > 0x95) { in xhci_update_hub_device()
5082 (unsigned int) xhci->hci_version); in xhci_update_hub_device()
5094 if (xhci->hci_version < 0x100 || hdev->speed == USB_SPEED_HIGH) in xhci_update_hub_device()
5100 (unsigned int) xhci->hci_version); in xhci_update_hub_device()
5106 (xhci->hci_version > 0x95) ? in xhci_update_hub_device()
5112 if (xhci->hci_version > 0x95) in xhci_update_hub_device()
5215 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()
5217 if (xhci->hci_version > 0x100) in xhci_gen_setup()
5228 if (xhci->hci_version > 0x96) in xhci_gen_setup()
[all …]
Dxhci-ring.c3218 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()
3227 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()
3522 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
3608 if (xhci->hci_version < 0x100 || urb->dev->speed < USB_SPEED_SUPER) in xhci_get_burst_count()
3629 if (xhci->hci_version < 0x100) in xhci_get_last_burst_packet_count()
3742 if (xhci->hci_version < 0x100) in trb_block_event_intr()
Dxhci-pci.c148 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
Dxhci-mem.c1497 if (usb_endpoint_xfer_control(&ep->desc) && xhci->hci_version >= 0x100) in xhci_endpoint_init()
1500 if ((xhci->hci_version > 0x100) && HCC2_LEC(xhci->hcc_params2)) in xhci_endpoint_init()
2212 if ((xhci->hci_version >= 0x100) && (major_revision != 0x03) && in xhci_add_in_port()
Dxhci.h1756 u16 hci_version; member