Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_tis.c90 static int has_hid(struct acpi_device *dev, const char *hid) in has_hid() function
105 return has_hid(dev, "INTC0102"); in is_itpm()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c5316 btcoex->has_hid = false; in rtl8723bu_update_bt_link_info()
5341 btcoex->has_hid = true; in rtl8723bu_update_bt_link_info()
5343 btcoex->has_hid = false; in rtl8723bu_update_bt_link_info()
5352 !btcoex->has_pan && btcoex->has_hid) in rtl8723bu_update_bt_link_info()
5358 !btcoex->has_hid && btcoex->has_a2dp) in rtl8723bu_update_bt_link_info()
5384 } else if (btcoex->has_sco || btcoex->has_hid || btcoex->has_a2dp) { in rtl8723bu_handle_bt_inquiry()
5425 (btcoex->has_hid && btcoex->has_a2dp && in rtl8723bu_handle_bt_info()
5430 } else if (btcoex->has_hid && btcoex->has_a2dp) { in rtl8723bu_handle_bt_info()
H A Drtl8xxxu.h1254 bool has_hid; member