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:remote_rw
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/
H
A
D
llcp_commands.c
264
sock->
remote_rw
= llcp_tlv_rw(tlv);
in nfc_llcp_parse_connection_tlv()
278
sock->
remote_rw
, sock->remote_miu);
in nfc_llcp_parse_connection_tlv()
672
skb_queue_len(&sock->tx_pending_queue) >= sock->
remote_rw
&&
in nfc_llcp_send_i_frame()
673
skb_queue_len(&sock->tx_queue) >= 2 * sock->
remote_rw
)) {
in nfc_llcp_send_i_frame()
681
skb_queue_len(&sock->tx_queue) >= 2 * sock->
remote_rw
)) {
in nfc_llcp_send_i_frame()
H
A
D
llcp.h
120
u8
remote_rw
;
member
H
A
D
llcp_core.c
41
sock->
remote_rw
= LLCP_DEFAULT_RW;
in nfc_llcp_socket_remote_param_init()
1052
sock->
remote_rw
);
in nfc_llcp_queue_i_frames()
1056
skb_queue_len(&sock->tx_pending_queue) < sock->
remote_rw
) {
in nfc_llcp_queue_i_frames()
H
A
D
llcp_sock.c
358
if (put_user(llcp_sock->
remote_rw
, (u32 __user *) optval))
in nfc_llcp_getsockopt()
/kernel/linux/linux-6.6/net/nfc/
H
A
D
llcp_commands.c
264
sock->
remote_rw
= llcp_tlv_rw(tlv);
in nfc_llcp_parse_connection_tlv()
278
sock->
remote_rw
, sock->remote_miu);
in nfc_llcp_parse_connection_tlv()
664
skb_queue_len(&sock->tx_pending_queue) >= sock->
remote_rw
&&
in nfc_llcp_send_i_frame()
665
skb_queue_len(&sock->tx_queue) >= 2 * sock->
remote_rw
)) {
in nfc_llcp_send_i_frame()
673
skb_queue_len(&sock->tx_queue) >= 2 * sock->
remote_rw
)) {
in nfc_llcp_send_i_frame()
H
A
D
llcp.h
119
u8
remote_rw
;
member
H
A
D
llcp_core.c
41
sock->
remote_rw
= LLCP_DEFAULT_RW;
in nfc_llcp_socket_remote_param_init()
1043
sock->
remote_rw
);
in nfc_llcp_queue_i_frames()
1047
skb_queue_len(&sock->tx_pending_queue) < sock->
remote_rw
) {
in nfc_llcp_queue_i_frames()
H
A
D
llcp_sock.c
363
if (put_user(llcp_sock->
remote_rw
, (u32 __user *) optval))
in nfc_llcp_getsockopt()
Completed in 10 milliseconds