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:single_recv_buf
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/
H
A
D
debugfs.c
46
me_cl->props.
single_recv_buf
,
in mei_dbgfs_meclients_show()
H
A
D
client.h
210
* Return: true if
single_recv_buf
== 1; 0 otherwise
214
return cl->me_cl->props.
single_recv_buf
;
in mei_cl_is_single_recv_buf()
H
A
D
hw.h
409
* @
single_recv_buf
: 1 if all connections share a single receive buffer.
419
u8
single_recv_buf
:1;
member
H
A
D
hbm.c
727
if (WARN_ON(me_cl->props.
single_recv_buf
== 0)) {
in mei_hbm_add_single_tx_flow_ctrl_creds()
/kernel/linux/linux-6.6/drivers/misc/mei/
H
A
D
debugfs.c
46
me_cl->props.
single_recv_buf
,
in mei_dbgfs_meclients_show()
H
A
D
client.h
210
* Return: true if
single_recv_buf
== 1; 0 otherwise
214
return cl->me_cl->props.
single_recv_buf
;
in mei_cl_is_single_recv_buf()
H
A
D
hw.h
518
* @
single_recv_buf
: 1 if all connections share a single receive buffer.
528
u8
single_recv_buf
:1;
member
H
A
D
hbm.c
852
if (WARN_ON(me_cl->props.
single_recv_buf
== 0)) {
in mei_hbm_add_single_tx_flow_ctrl_creds()
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
H
A
D
hbm.h
148
uint8_t
single_recv_buf
;
member
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/
H
A
D
hbm.h
148
uint8_t
single_recv_buf
;
member
Completed in 9 milliseconds