Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:has_hid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm_tis.c
106
static int
has_hid
(struct acpi_device *dev, const char *hid)
in has_hid()
function
121
return
has_hid
(dev, "INTC0102");
in is_itpm()
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_tis.c
105
static int
has_hid
(struct acpi_device *dev, const char *hid)
in has_hid()
function
120
return
has_hid
(dev, "INTC0102");
in is_itpm()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu_core.c
5313
btcoex->
has_hid
= false;
in rtl8723bu_update_bt_link_info()
5338
btcoex->
has_hid
= true;
in rtl8723bu_update_bt_link_info()
5340
btcoex->
has_hid
= false;
in rtl8723bu_update_bt_link_info()
5349
!btcoex->has_pan && btcoex->
has_hid
)
in rtl8723bu_update_bt_link_info()
5355
!btcoex->
has_hid
&& btcoex->has_a2dp)
in rtl8723bu_update_bt_link_info()
5381
} else if (btcoex->has_sco || btcoex->
has_hid
|| btcoex->has_a2dp) {
in rtl8723bu_handle_bt_inquiry()
5422
(btcoex->
has_hid
&& btcoex->has_a2dp &&
in rtl8723bu_handle_bt_info()
5427
} else if (btcoex->
has_hid
&& btcoex->has_a2dp) {
in rtl8723bu_handle_bt_info()
H
A
D
rtl8xxxu.h
1254
bool
has_hid
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu_core.c
5978
btcoex->
has_hid
= false;
in rtl8723bu_update_bt_link_info()
6003
btcoex->
has_hid
= true;
in rtl8723bu_update_bt_link_info()
6005
btcoex->
has_hid
= false;
in rtl8723bu_update_bt_link_info()
6014
!btcoex->has_pan && btcoex->
has_hid
)
in rtl8723bu_update_bt_link_info()
6020
!btcoex->
has_hid
&& btcoex->has_a2dp)
in rtl8723bu_update_bt_link_info()
6046
} else if (btcoex->has_sco || btcoex->
has_hid
|| btcoex->has_a2dp) {
in rtl8723bu_handle_bt_inquiry()
6087
(btcoex->
has_hid
&& btcoex->has_a2dp &&
in rtl8723bu_handle_bt_info()
6092
} else if (btcoex->
has_hid
&& btcoex->has_a2dp) {
in rtl8723bu_handle_bt_info()
H
A
D
rtl8xxxu.h
1706
bool
has_hid
;
member
Completed in 31 milliseconds