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:mgmt_cp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
mgmt.c
4890
struct mgmt_cp_stop_discovery *
mgmt_cp
= data;
in stop_discovery()
local
4900
MGMT_STATUS_REJECTED, &
mgmt_cp
->type,
in stop_discovery()
4901
sizeof(
mgmt_cp
->type));
in stop_discovery()
4905
if (hdev->discovery.type !=
mgmt_cp
->type) {
in stop_discovery()
4908
&
mgmt_cp
->type, sizeof(
mgmt_cp
->type));
in stop_discovery()
6924
const struct mgmt_cp_read_local_oob_ext_data *
mgmt_cp
;
in read_local_oob_ext_data_complete()
local
6937
mgmt_cp
= cmd->param;
in read_local_oob_ext_data_complete()
7013
mgmt_rp->type =
mgmt_cp
->type;
in read_local_oob_ext_data_complete()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
mgmt.c
6077
struct mgmt_cp_stop_discovery *
mgmt_cp
= data;
in stop_discovery()
local
6087
MGMT_STATUS_REJECTED, &
mgmt_cp
->type,
in stop_discovery()
6088
sizeof(
mgmt_cp
->type));
in stop_discovery()
6092
if (hdev->discovery.type !=
mgmt_cp
->type) {
in stop_discovery()
6095
&
mgmt_cp
->type, sizeof(
mgmt_cp
->type));
in stop_discovery()
8006
const struct mgmt_cp_read_local_oob_ext_data *
mgmt_cp
;
in read_local_oob_ext_data_complete()
local
8028
mgmt_cp
= cmd->param;
in read_local_oob_ext_data_complete()
8104
mgmt_rp->type =
mgmt_cp
->type;
in read_local_oob_ext_data_complete()
Completed in 20 milliseconds