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:inquiry_info
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
327
struct
inquiry_info
*info = (struct
inquiry_info
*) buf;
in inquiry_cache_dump()
448
buf = kmalloc_array(max_rsp, sizeof(struct
inquiry_info
), GFP_KERNEL);
in hci_inquiry()
462
if (copy_to_user(ptr, buf, sizeof(struct
inquiry_info
) *
in hci_inquiry()
H
A
D
hci_event.c
3112
struct
inquiry_info
*info = &ev->info[i];
in hci_inquiry_result_evt()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci.h
2237
struct
inquiry_info
{
struct
2248
struct
inquiry_info
info[];
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
1258
struct
inquiry_info
*info = (struct
inquiry_info
*) buf;
in inquiry_cache_dump()
1379
buf = kmalloc_array(max_rsp, sizeof(struct
inquiry_info
), GFP_KERNEL);
in hci_inquiry()
1393
if (copy_to_user(ptr, buf, sizeof(struct
inquiry_info
) *
in hci_inquiry()
H
A
D
hci_event.c
2537
struct
inquiry_info
*info = (void *) (skb->data + 1);
in hci_inquiry_result_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci.h
1894
struct
inquiry_info
{
struct
Completed in 39 milliseconds