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:next_token
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_ishtp.c
168
static u8
next_token
;
in ish_send()
local
181
client_data->response.token =
next_token
++;
in ish_send()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_ishtp.c
167
static u8
next_token
;
in ish_send()
local
180
client_data->response.token =
next_token
++;
in ish_send()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H
A
D
driver.c
320
* - exactly '
next_token
' may be NOT available so pick xfer_id >=
next_token
321
* using find_next_zero_bit() starting from candidate
next_token
bit
337
* |-
next_token
347
* |-
next_token
358
* |-
next_token
367
unsigned long xfer_id,
next_token
;
in scmi_xfer_token_set()
local
377
next_token
= (xfer->transfer_id & (MSG_TOKEN_MAX - 1));
in scmi_xfer_token_set()
379
/* Pick the next available xfer_id >=
next_token
*/
in scmi_xfer_token_set()
381
MSG_TOKEN_MAX,
next_token
);
in scmi_xfer_token_set()
[all...]
/kernel/linux/linux-5.10/drivers/block/
H
A
D
rbd.c
6283
static inline size_t
next_token
(const char **buf)
in next_token()
function
6317
len =
next_token
(buf);
in dup_token()
6521
len =
next_token
(&buf);
in rbd_add_parse_args()
6563
len =
next_token
(&buf);
in rbd_add_parse_args()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
rbd.c
6210
static inline size_t
next_token
(const char **buf)
in next_token()
function
6244
len =
next_token
(buf);
in dup_token()
6448
len =
next_token
(&buf);
in rbd_add_parse_args()
6490
len =
next_token
(&buf);
in rbd_add_parse_args()
Completed in 24 milliseconds