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:header_ptr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
hil.h
281
#define HIL_IDD_AXIS_COUNTS_PER_M(
header_ptr
) \
282
(!(HIL_IDD_NUM_AXSETS(*(
header_ptr
))) ? -1 : \
283
(((*(
header_ptr
+ 1) & HIL_PKT_DATA_MASK) + \
284
((*(
header_ptr
+ 2) & HIL_PKT_DATA_MASK)) << 8) \
285
* ((*(
header_ptr
) & HIL_IDD_HEADER_16BIT) ? 100 : 1)))
287
#define HIL_IDD_AXIS_MAX(
header_ptr
, __axnum) \
288
((!(*(
header_ptr
) & HIL_IDD_HEADER_ABS) || \
289
(HIL_IDD_NUM_AXES_PER_SET(*(
header_ptr
)) <= __axnum)) ? 0 : \
290
((HIL_PKT_DATA_MASK & *((
header_ptr
) + 3 + 2 * __axnum)) + \
291
((HIL_PKT_DATA_MASK & *((
header_ptr
)
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
hil.h
281
#define HIL_IDD_AXIS_COUNTS_PER_M(
header_ptr
) \
282
(!(HIL_IDD_NUM_AXSETS(*(
header_ptr
))) ? -1 : \
283
(((*(
header_ptr
+ 1) & HIL_PKT_DATA_MASK) + \
284
((*(
header_ptr
+ 2) & HIL_PKT_DATA_MASK)) << 8) \
285
* ((*(
header_ptr
) & HIL_IDD_HEADER_16BIT) ? 100 : 1)))
287
#define HIL_IDD_AXIS_MAX(
header_ptr
, __axnum) \
288
((!(*(
header_ptr
) & HIL_IDD_HEADER_ABS) || \
289
(HIL_IDD_NUM_AXES_PER_SET(*(
header_ptr
)) <= __axnum)) ? 0 : \
290
((HIL_PKT_DATA_MASK & *((
header_ptr
) + 3 + 2 * __axnum)) + \
291
((HIL_PKT_DATA_MASK & *((
header_ptr
)
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_cmd.c
1147
u8 __user *
header_ptr
;
in ib_uverbs_poll_cq()
local
1162
header_ptr
= attrs->ucore.outbuf;
in ib_uverbs_poll_cq()
1163
data_ptr =
header_ptr
+ sizeof resp;
in ib_uverbs_poll_cq()
1181
if (copy_to_user(
header_ptr
, &resp, sizeof resp)) {
in ib_uverbs_poll_cq()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_cmd.c
1181
u8 __user *
header_ptr
;
in ib_uverbs_poll_cq()
local
1196
header_ptr
= attrs->ucore.outbuf;
in ib_uverbs_poll_cq()
1197
data_ptr =
header_ptr
+ sizeof resp;
in ib_uverbs_poll_cq()
1215
if (copy_to_user(
header_ptr
, &resp, sizeof resp)) {
in ib_uverbs_poll_cq()
Completed in 10 milliseconds