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:MSG_DATA_MIN_SZ
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/soc/tegra/
H
A
D
bpmp-abi.h
123
#define
MSG_DATA_MIN_SZ
120U
macro
741
#define DEBUG_FNAME_MAX_SZ (
MSG_DATA_MIN_SZ
- 4)
784
#define DEBUG_READ_MAX_SZ (
MSG_DATA_MIN_SZ
- 4)
803
#define DEBUG_WRITE_MAX_SZ (
MSG_DATA_MIN_SZ
- 12)
989
#define TEGRA_I2C_IPC_MAX_IN_BUF_SIZE (
MSG_DATA_MIN_SZ
- 12U)
990
#define TEGRA_I2C_IPC_MAX_OUT_BUF_SIZE (
MSG_DATA_MIN_SZ
- 4U)
H
A
D
bpmp.h
36
u8 data[
MSG_DATA_MIN_SZ
];
/kernel/linux/linux-6.6/include/soc/tegra/
H
A
D
bpmp-abi.h
304
#define
MSG_DATA_MIN_SZ
120U
macro
726
#define DEBUG_FNAME_MAX_SZ (
MSG_DATA_MIN_SZ
- 4)
769
#define DEBUG_READ_MAX_SZ (
MSG_DATA_MIN_SZ
- 4)
788
#define DEBUG_WRITE_MAX_SZ (
MSG_DATA_MIN_SZ
- 12)
974
#define TEGRA_I2C_IPC_MAX_IN_BUF_SIZE (
MSG_DATA_MIN_SZ
- 12U)
975
#define TEGRA_I2C_IPC_MAX_OUT_BUF_SIZE (
MSG_DATA_MIN_SZ
- 4U)
H
A
D
bpmp.h
37
u8 data[
MSG_DATA_MIN_SZ
];
/kernel/linux/linux-5.10/drivers/firmware/tegra/
H
A
D
bpmp.c
96
return (msg->tx.size <=
MSG_DATA_MIN_SZ
) &&
in tegra_bpmp_message_valid()
97
(msg->rx.size <=
MSG_DATA_MIN_SZ
) &&
in tegra_bpmp_message_valid()
407
if (WARN_ON(size >
MSG_DATA_MIN_SZ
))
in tegra_bpmp_mrq_return()
/kernel/linux/linux-6.6/drivers/firmware/tegra/
H
A
D
bpmp.c
95
return (msg->tx.size <=
MSG_DATA_MIN_SZ
) &&
in tegra_bpmp_message_valid()
96
(msg->rx.size <=
MSG_DATA_MIN_SZ
) &&
in tegra_bpmp_message_valid()
424
if (WARN_ON(size >
MSG_DATA_MIN_SZ
))
in tegra_bpmp_mrq_return()
Completed in 14 milliseconds