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:a_sle32
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
wmi.h
64
typedef __s32 __bitwise
a_sle32
;
typedef
66
static inline
a_sle32
a_cpu_to_sle32(s32 val)
in a_cpu_to_sle32()
68
return (__force
a_sle32
) cpu_to_le32(val);
in a_cpu_to_sle32()
71
static inline s32 a_sle32_to_cpu(
a_sle32
val)
in a_sle32_to_cpu()
1738
a_sle32
status;
1776
a_sle32
ucast_rate;
1795
a_sle32
ucast_rate;
1852
a_sle32
noise_floor_calib;
1907
a_sle32
roam_util;
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
wmi.h
64
typedef __s32 __bitwise
a_sle32
;
typedef
66
static inline
a_sle32
a_cpu_to_sle32(s32 val)
in a_cpu_to_sle32()
68
return (__force
a_sle32
) cpu_to_le32(val);
in a_cpu_to_sle32()
71
static inline s32 a_sle32_to_cpu(
a_sle32
val)
in a_sle32_to_cpu()
1738
a_sle32
status;
1776
a_sle32
ucast_rate;
1795
a_sle32
ucast_rate;
1852
a_sle32
noise_floor_calib;
1907
a_sle32
roam_util;
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.h
34
typedef __s32 __bitwise
a_sle32
;
typedef
36
static inline
a_sle32
a_cpu_to_sle32(s32 val)
in a_cpu_to_sle32()
38
return (__force
a_sle32
)cpu_to_le32(val);
in a_cpu_to_sle32()
41
static inline s32 a_sle32_to_cpu(
a_sle32
val)
in a_sle32_to_cpu()
4115
a_sle32
freq_offset;
4116
a_sle32
sidx;
4121
a_sle32
temp;
4159
a_sle32
rssi;
4550
a_sle32
obss_min;
4551
a_sle32
obss_ma
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
wmi.h
73
typedef __s32 __bitwise
a_sle32
;
typedef
75
static inline
a_sle32
a_cpu_to_sle32(s32 val)
in a_cpu_to_sle32()
77
return (__force
a_sle32
)cpu_to_le32(val);
in a_cpu_to_sle32()
80
static inline s32 a_sle32_to_cpu(
a_sle32
val)
in a_sle32_to_cpu()
4183
a_sle32
twice_antenna_gain;
4212
a_sle32
twice_antenna_gain;
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
wmi.h
73
typedef __s32 __bitwise
a_sle32
;
typedef
75
static inline
a_sle32
a_cpu_to_sle32(s32 val)
in a_cpu_to_sle32()
77
return (__force
a_sle32
)cpu_to_le32(val);
in a_cpu_to_sle32()
80
static inline s32 a_sle32_to_cpu(
a_sle32
val)
in a_sle32_to_cpu()
4187
a_sle32
twice_antenna_gain;
4216
a_sle32
twice_antenna_gain;
Completed in 67 milliseconds