Home
last modified time | relevance | path

Searched refs:has_hid (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/char/tpm/
Dtpm_tis.c105 static int has_hid(struct acpi_device *dev, const char *hid) in has_hid() function
120 return has_hid(dev, "INTC0102"); in is_itpm()
/linux-6.12.1/drivers/net/wireless/realtek/rtl8xxxu/
Dcore.c6006 btcoex->has_hid = false; in rtl8723bu_update_bt_link_info()
6031 btcoex->has_hid = true; in rtl8723bu_update_bt_link_info()
6033 btcoex->has_hid = false; in rtl8723bu_update_bt_link_info()
6042 !btcoex->has_pan && btcoex->has_hid) in rtl8723bu_update_bt_link_info()
6048 !btcoex->has_hid && btcoex->has_a2dp) in rtl8723bu_update_bt_link_info()
6076 } else if (btcoex->has_sco || btcoex->has_hid || btcoex->has_a2dp) { in rtl8723bu_handle_bt_inquiry()
6113 (btcoex->has_hid && btcoex->has_a2dp && in rtl8723bu_handle_bt_info()
6118 } else if (btcoex->has_hid && btcoex->has_a2dp) { in rtl8723bu_handle_bt_info()
Drtl8xxxu.h1718 bool has_hid; member