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:LLCP_MAX_MIUX
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/
H
A
D
llcp.h
21
#define
LLCP_MAX_MIUX
0x7ff
macro
22
#define LLCP_MAX_MIU (
LLCP_MAX_MIUX
+ 128)
H
A
D
llcp_sock.c
277
if (opt >
LLCP_MAX_MIUX
) {
in nfc_llcp_setsockopt()
334
miux = be16_to_cpu(llcp_sock->miux) >
LLCP_MAX_MIUX
?
in nfc_llcp_getsockopt()
992
llcp_sock->miux = cpu_to_be16(
LLCP_MAX_MIUX
+ 1);
in nfc_llcp_sock_alloc()
H
A
D
llcp_commands.c
428
miux = be16_to_cpu(sock->miux) >
LLCP_MAX_MIUX
?
in nfc_llcp_send_connect()
492
miux = be16_to_cpu(sock->miux) >
LLCP_MAX_MIUX
?
in nfc_llcp_send_cc()
H
A
D
llcp_core.c
1663
local->miux = cpu_to_be16(
LLCP_MAX_MIUX
);
in nfc_llcp_register_device()
H
A
D
netlink.c
1090
if (miux >
LLCP_MAX_MIUX
)
in nfc_genl_llc_set_params()
/kernel/linux/linux-6.6/net/nfc/
H
A
D
llcp.h
20
#define
LLCP_MAX_MIUX
0x7ff
macro
21
#define LLCP_MAX_MIU (
LLCP_MAX_MIUX
+ 128)
H
A
D
llcp_sock.c
282
if (opt >
LLCP_MAX_MIUX
) {
in nfc_llcp_setsockopt()
339
miux = be16_to_cpu(llcp_sock->miux) >
LLCP_MAX_MIUX
?
in nfc_llcp_getsockopt()
994
llcp_sock->miux = cpu_to_be16(
LLCP_MAX_MIUX
+ 1);
in nfc_llcp_sock_alloc()
H
A
D
llcp_commands.c
422
miux = be16_to_cpu(sock->miux) >
LLCP_MAX_MIUX
?
in nfc_llcp_send_connect()
484
miux = be16_to_cpu(sock->miux) >
LLCP_MAX_MIUX
?
in nfc_llcp_send_cc()
H
A
D
netlink.c
1090
if (miux >
LLCP_MAX_MIUX
)
in nfc_genl_llc_set_params()
H
A
D
llcp_core.c
1653
local->miux = cpu_to_be16(
LLCP_MAX_MIUX
);
in nfc_llcp_register_device()
Completed in 13 milliseconds