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:ssp_mode
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/amba/
H
A
D
pl022.h
97
* enum
ssp_mode
- SSP mode of operation (Communication modes)
99
enum
ssp_mode
{
enum
276
enum
ssp_mode
com_mode;
/kernel/linux/linux-6.6/include/linux/amba/
H
A
D
pl022.h
97
* enum
ssp_mode
- SSP mode of operation (Communication modes)
99
enum
ssp_mode
{
enum
267
enum
ssp_mode
com_mode;
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
2560
data.
ssp_mode
= 0x00;
in hci_inquiry_result_evt()
4217
data.
ssp_mode
= 0x00;
in hci_inquiry_result_with_rssi_evt()
4241
data.
ssp_mode
= 0x00;
in hci_inquiry_result_with_rssi_evt()
4277
ie->data.
ssp_mode
= (ev->features[0] & LMP_HOST_SSP);
in hci_remote_ext_features_evt()
4474
data.
ssp_mode
= 0x01;
in hci_extended_inquiry_result_evt()
4900
ie->data.
ssp_mode
= (ev->features[0] & LMP_HOST_SSP);
in hci_remote_host_features_evt()
H
A
D
hci_debugfs.c
375
data->rssi, data->
ssp_mode
, e->timestamp);
in inquiry_cache_show()
H
A
D
hci_core.c
1204
if (!data->
ssp_mode
)
in hci_inquiry_cache_update()
1209
if (!ie->data.
ssp_mode
)
in hci_inquiry_cache_update()
/kernel/linux/linux-5.10/sound/soc/intel/atom/
H
A
D
sst-atom-controls.h
555
u8
ssp_mode
;
member
H
A
D
sst-atom-controls.c
908
.
ssp_mode
= SSP_MODE_MASTER,
930
ctx->ssp_cmd.mode = config->
ssp_mode
| (config->pcm_mode << 1);
in sst_fill_ssp_defaults()
/kernel/linux/linux-6.6/sound/soc/intel/atom/
H
A
D
sst-atom-controls.h
555
u8
ssp_mode
;
member
H
A
D
sst-atom-controls.c
908
.
ssp_mode
= SSP_MODE_PROVIDER,
930
ctx->ssp_cmd.mode = config->
ssp_mode
| (config->pcm_mode << 1);
in sst_fill_ssp_defaults()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
3122
data.
ssp_mode
= 0x00;
in hci_inquiry_result_evt()
4915
data.
ssp_mode
= 0x00;
in hci_inquiry_result_with_rssi_evt()
4946
data.
ssp_mode
= 0x00;
in hci_inquiry_result_with_rssi_evt()
4984
ie->data.
ssp_mode
= (ev->features[0] & LMP_HOST_SSP);
in hci_remote_ext_features_evt()
5191
data.
ssp_mode
= 0x01;
in hci_extended_inquiry_result_evt()
5620
ie->data.
ssp_mode
= (ev->features[0] & LMP_HOST_SSP);
in hci_remote_host_features_evt()
H
A
D
hci_debugfs.c
373
data->rssi, data->
ssp_mode
, e->timestamp);
in inquiry_cache_show()
H
A
D
hci_core.c
273
if (!data->
ssp_mode
)
in hci_inquiry_cache_update()
278
if (!ie->data.
ssp_mode
)
in hci_inquiry_cache_update()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
50
__u8
ssp_mode
;
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
53
__u8
ssp_mode
;
member
Completed in 62 milliseconds