Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.h598 u16 hci_version; /* stack hci version */ member
798 void exhalbtc_set_hci_version(struct btc_coexist *btcoexist, u16 hci_version);
Dhalbtcoutsrc.c1929 void exhalbtc_set_hci_version(struct btc_coexist *btcoexist, u16 hci_version) in exhalbtc_set_hci_version() argument
1934 btcoexist->stack_info.hci_version = hci_version; in exhalbtc_set_hci_version()
Dhalbtc8821a1ant.c2166 stack_info->hci_version); in ex_btc8821a1ant_display_coex_info()
2979 stack_info->hci_version); in ex_btc8821a1ant_periodical()
Dhalbtc8192e2ant.c2734 stack_info->hci_version); in ex_btc8192e2ant_display_coex_info()
3215 stack_info->hci_version); in ex_btc8192e2ant_periodical()
Dhalbtc8723b1ant.c2514 stack_info->hci_version); in ex_btc8723b1ant_display_coex_info()
Dhalbtc8723b2ant.c3691 stack_info->hci_version); in ex_btc8723b2ant_display_coex_info()
Dhalbtc8821a2ant.c3685 stack_info->hci_version); in ex_btc8821a2ant_display_coex_info()
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Dhalbtcoutsrc.h549 u16 hci_version; /* stack hci version */ member
735 void exhalbtc_set_hci_version(struct btc_coexist *btcoexist, u16 hci_version);
Dhalbtcoutsrc.c1733 void exhalbtc_set_hci_version(struct btc_coexist *btcoexist, u16 hci_version) in exhalbtc_set_hci_version() argument
1738 btcoexist->stack_info.hci_version = hci_version; in exhalbtc_set_hci_version()
/Linux-v4.19/drivers/usb/host/
Dxhci.c583 if (xhci->hci_version == 0x95 && link_quirk) { in xhci_init()
4913 if (xhci->hci_version > 0x95) { in xhci_update_hub_device()
4916 (unsigned int) xhci->hci_version); in xhci_update_hub_device()
4928 if (xhci->hci_version < 0x100 || hdev->speed == USB_SPEED_HIGH) in xhci_update_hub_device()
4934 (unsigned int) xhci->hci_version); in xhci_update_hub_device()
4940 (xhci->hci_version > 0x95) ? in xhci_update_hub_device()
4946 if (xhci->hci_version > 0x95) in xhci_update_hub_device()
5032 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()
5034 if (xhci->hci_version > 0x100) in xhci_gen_setup()
5045 if (xhci->hci_version > 0x96) in xhci_gen_setup()
[all …]
Dxhci-pci.c122 if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version == 0x96) in xhci_pci_quirks()
Dxhci-ring.c3035 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()
3044 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()
3327 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
3403 if (xhci->hci_version < 0x100 || urb->dev->speed < USB_SPEED_SUPER) in xhci_get_burst_count()
3424 if (xhci->hci_version < 0x100) in xhci_get_last_burst_packet_count()
3642 if (xhci->hci_version >= 0x100 && in xhci_queue_isoc_tx()
Dxhci-mem.c1482 if (usb_endpoint_xfer_control(&ep->desc) && xhci->hci_version >= 0x100) in xhci_endpoint_init()
1485 if ((xhci->hci_version > 0x100) && HCC2_LEC(xhci->hcc_params2)) in xhci_endpoint_init()
2185 if ((xhci->hci_version == 0x96) && (major_revision != 0x03) && in xhci_add_in_port()
2192 if ((xhci->hci_version >= 0x100) && (major_revision != 0x03)) { in xhci_add_in_port()
Dxhci.h1732 u16 hci_version; member