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:ival2
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/net/can/
H
A
D
bcm.c
108
struct bcm_timeval ival1,
ival2
;
member
158
(msg_head->
ival2
.tv_sec < 0) ||
in bcm_is_invalid_tv()
159
(msg_head->
ival2
.tv_sec > BCM_TIMER_SEC_MAX) ||
in bcm_is_invalid_tv()
160
(msg_head->
ival2
.tv_usec < 0) ||
in bcm_is_invalid_tv()
161
(msg_head->
ival2
.tv_usec >= USEC_PER_SEC))
in bcm_is_invalid_tv()
416
msg_head.
ival2
= op->
ival2
;
in bcm_tx_timeout_handler()
454
head.
ival2
= op->
ival2
;
in bcm_rx_changed()
576
msg_head.
ival2
in bcm_rx_timeout_handler()
[all...]
/kernel/linux/linux-6.6/net/can/
H
A
D
bcm.c
108
struct bcm_timeval ival1,
ival2
;
member
158
(msg_head->
ival2
.tv_sec < 0) ||
in bcm_is_invalid_tv()
159
(msg_head->
ival2
.tv_sec > BCM_TIMER_SEC_MAX) ||
in bcm_is_invalid_tv()
160
(msg_head->
ival2
.tv_usec < 0) ||
in bcm_is_invalid_tv()
161
(msg_head->
ival2
.tv_usec >= USEC_PER_SEC))
in bcm_is_invalid_tv()
416
msg_head.
ival2
= op->
ival2
;
in bcm_tx_timeout_handler()
454
head.
ival2
= op->
ival2
;
in bcm_rx_changed()
576
msg_head.
ival2
in bcm_rx_timeout_handler()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/can/
H
A
D
bcm.h
62
* @
ival2
: interval for the following frames.
71
struct bcm_timeval ival1,
ival2
;
member
/kernel/linux/linux-6.6/include/uapi/linux/can/
H
A
D
bcm.h
62
* @
ival2
: interval for the following frames.
71
struct bcm_timeval ival1,
ival2
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/can/
H
A
D
bcm.h
31
struct bcm_timeval ival1,
ival2
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/can/
H
A
D
bcm.h
31
struct bcm_timeval ival1,
ival2
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/can/
H
A
D
bcm.h
18
struct bcm_timeval ival1,
ival2
;
member
Completed in 7 milliseconds