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:processed
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H
A
D
i2c-rk3x.c
217
* @
processed
: byte length which has been send or received
249
unsigned int
processed
;
member
341
i2c->
processed
= 0;
in rk3x_i2c_stop()
378
unsigned int len = i2c->msg->len - i2c->
processed
;
in rk3x_i2c_prepare_read()
395
if (i2c->
processed
!= 0) {
in rk3x_i2c_prepare_read()
420
if ((i2c->
processed
== i2c->msg->len) && (cnt != 0)) {
in rk3x_i2c_fill_transmit_buf()
424
if (i2c->
processed
== 0 && cnt == 0) {
in rk3x_i2c_fill_transmit_buf()
427
byte = i2c->msg->buf[i2c->
processed
++];
in rk3x_i2c_fill_transmit_buf()
436
if (i2c->
processed
== i2c->msg->len) {
in rk3x_i2c_fill_transmit_buf()
463
if (i2c->
processed
in rk3x_i2c_handle_write()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux_lb.c
964
* @budget: number of packets to be
processed
.
980
int
processed
= 0;
in dhd_napi_poll()
local
1010
processed
++;
in dhd_napi_poll()
1013
DHD_LB_STATS_UPDATE_NAPI_HISTO(&dhd->pub,
processed
);
in dhd_napi_poll()
1015
DHD_INFO(("%s
processed
%d\n", __FUNCTION__,
processed
));
in dhd_napi_poll()
1254
/* Dispatch the Tx job to be
processed
by the tx_tasklet */
in dhd_lb_sendpkt()
H
A
D
dhd_wlfc.c
3008
uint16
processed
= 0;
in dhd_wlfc_parse_header_info()
local
3030
while ((
processed
< (WLFC_MAX_PENDING_DATALEN * 2)) && (remainder > 0)) {
in dhd_wlfc_parse_header_info()
3031
type = tmpbuf[
processed
];
in dhd_wlfc_parse_header_info()
3034
processed
+= 1;
in dhd_wlfc_parse_header_info()
3038
len = tmpbuf[
processed
+ 1];
in dhd_wlfc_parse_header_info()
3039
value = &tmpbuf[
processed
+ 2];
in dhd_wlfc_parse_header_info()
3045
processed
+= 2 + len;
in dhd_wlfc_parse_header_info()
3048
DHD_INFO(("%s():%d type %d remainder %d
processed
%d\n",
in dhd_wlfc_parse_header_info()
3049
__FUNCTION__, __LINE__, type, remainder,
processed
));
in dhd_wlfc_parse_header_info()
3061
" type %d remainder %d
processed
in dhd_wlfc_parse_header_info()
[all...]
Completed in 7 milliseconds