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:nla_get_s8
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/ieee802154/
H
A
D
nl-mac.c
506
params.transmit_power =
nla_get_s8
(info->attrs[IEEE802154_ATTR_TXPOWER]) * 100;
in ieee802154_set_macparams()
527
params.frame_retries =
nla_get_s8
(info->attrs[IEEE802154_ATTR_FRAME_RETRIES]);
in ieee802154_set_macparams()
H
A
D
nl802154.c
1196
max_frame_retries =
nla_get_s8
(
in nl802154_set_max_frame_retries()
/kernel/linux/linux-6.6/net/ieee802154/
H
A
D
nl-mac.c
506
params.transmit_power =
nla_get_s8
(info->attrs[IEEE802154_ATTR_TXPOWER]) * 100;
in ieee802154_set_macparams()
527
params.frame_retries =
nla_get_s8
(info->attrs[IEEE802154_ATTR_FRAME_RETRIES]);
in ieee802154_set_macparams()
H
A
D
nl802154.c
1214
max_frame_retries =
nla_get_s8
(
in nl802154_set_max_frame_retries()
/kernel/linux/linux-5.10/lib/
H
A
D
nlattr.c
277
value =
nla_get_s8
(nla);
in nla_validate_int_range_signed()
/kernel/linux/linux-5.10/include/net/
H
A
D
netlink.h
135
*
nla_get_s8
(nla) get payload for a s8 attribute
1665
*
nla_get_s8
- return payload of s8 attribute
1668
static inline s8
nla_get_s8
(const struct nlattr *nla)
in nla_get_s8()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
netlink.h
135
*
nla_get_s8
(nla) get payload for a s8 attribute
1711
*
nla_get_s8
- return payload of s8 attribute
1714
static inline s8
nla_get_s8
(const struct nlattr *nla)
in nla_get_s8()
function
/kernel/linux/linux-6.6/lib/
H
A
D
nlattr.c
291
value =
nla_get_s8
(nla);
in nla_validate_int_range_signed()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
nl80211.c
8774
request->relative_rssi =
nla_get_s8
(
in nl80211_parse_sched_scan()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
9843
request->relative_rssi =
nla_get_s8
(
in nl80211_parse_sched_scan()
Completed in 60 milliseconds