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:ic_id_table
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btrtl.c
60
static const struct id_table
ic_id_table
[] = {
variable
178
for (i = 0; i < ARRAY_SIZE(
ic_id_table
); i++) {
in btrtl_match_ic()
179
if ((
ic_id_table
[i].match_flags & IC_MATCH_FL_LMPSUBV) &&
in btrtl_match_ic()
180
(
ic_id_table
[i].lmp_subver != lmp_subver))
in btrtl_match_ic()
182
if ((
ic_id_table
[i].match_flags & IC_MATCH_FL_HCIREV) &&
in btrtl_match_ic()
183
(
ic_id_table
[i].hci_rev != hci_rev))
in btrtl_match_ic()
185
if ((
ic_id_table
[i].match_flags & IC_MATCH_FL_HCIVER) &&
in btrtl_match_ic()
186
(
ic_id_table
[i].hci_ver != hci_ver))
in btrtl_match_ic()
188
if ((
ic_id_table
[i].match_flags & IC_MATCH_FL_HCIBUS) &&
in btrtl_match_ic()
189
(
ic_id_table
[
in btrtl_match_ic()
[all...]
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btrtl.c
102
static const struct id_table
ic_id_table
[] = {
variable
318
for (i = 0; i < ARRAY_SIZE(
ic_id_table
); i++) {
in btrtl_match_ic()
319
if ((
ic_id_table
[i].match_flags & IC_MATCH_FL_LMPSUBV) &&
in btrtl_match_ic()
320
(
ic_id_table
[i].lmp_subver != lmp_subver))
in btrtl_match_ic()
322
if ((
ic_id_table
[i].match_flags & IC_MATCH_FL_HCIREV) &&
in btrtl_match_ic()
323
(
ic_id_table
[i].hci_rev != hci_rev))
in btrtl_match_ic()
325
if ((
ic_id_table
[i].match_flags & IC_MATCH_FL_HCIVER) &&
in btrtl_match_ic()
326
(
ic_id_table
[i].hci_ver != hci_ver))
in btrtl_match_ic()
328
if ((
ic_id_table
[i].match_flags & IC_MATCH_FL_HCIBUS) &&
in btrtl_match_ic()
329
(
ic_id_table
[
in btrtl_match_ic()
[all...]
Completed in 3 milliseconds