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:l16
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/pressure/
H
A
D
bmp280-core.c
156
__le16
l16
;
in bmp280_read_calib()
local
217
ret = regmap_bulk_read(data->regmap, BMP280_REG_COMP_H2, &
l16
, 2);
in bmp280_read_calib()
222
calib->H2 = sign_extend32(le16_to_cpu(
l16
), 15);
in bmp280_read_calib()
239
ret = regmap_bulk_read(data->regmap, BMP280_REG_COMP_H5, &
l16
, 2);
in bmp280_read_calib()
244
calib->H5 = sign_extend32(((le16_to_cpu(
l16
) >> 4) & 0xfff), 11);
in bmp280_read_calib()
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H
A
D
nft_concat_range.sh
648
${src_addr4} -
l16
-t 1000
739
${src_port} ${src_addr6} -
l16
-t 1000
829
B iperf3 -u -c "${dst_addr4}" -Z -b 100M -
l16
-t1000 \
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H
A
D
nft_concat_range.sh
706
${src_addr4} -
l16
-t 1000
797
${src_port} ${src_addr6} -
l16
-t 1000
887
B iperf3 -u -c "${dst_addr4}" -Z -b 100M -
l16
-t1000 \
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
pegasus.c
733
__u16
l16
= skb->len;
in pegasus_start_xmit()
local
737
((__le16 *) pegasus->tx_buff)[0] = cpu_to_le16(
l16
);
in pegasus_start_xmit()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
pegasus.c
707
__u16
l16
= skb->len;
in pegasus_start_xmit()
local
711
((__le16 *) pegasus->tx_buff)[0] = cpu_to_le16(
l16
);
in pegasus_start_xmit()
Completed in 9 milliseconds