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:receive_buffer
(Results
1 - 2
of
2
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
cdcacm.c
81
char *
receive_buffer
; /* Record the offset of the received data */
member
263
/* Determine if the
receive_buffer
pointer is offset at the end of the ringbuffer */
in cdcacm_receive_buf()
265
const size_t length = RING_BUFFER_SIZE - (wrcontainer->
receive_buffer
- wrcontainer->data_buffer);
in cdcacm_receive_buf()
268
ret = usbd_copy_from_user(wrcontainer->
receive_buffer
, length,
in cdcacm_receive_buf()
275
wrcontainer->
receive_buffer
+= buflen;
in cdcacm_receive_buf()
279
/* The length of console data is bigger than
receive_buffer
length.
in cdcacm_receive_buf()
283
ret = usbd_copy_from_user(wrcontainer->
receive_buffer
, length,
in cdcacm_receive_buf()
298
wrcontainer->
receive_buffer
= wrcontainer->data_buffer + buflen - length;
in cdcacm_receive_buf()
374
data_size = (RING_BUFFER_SIZE + (wrcontainer->
receive_buffer
- wrcontainer->send_buffer)) % RING_BUFFER_SIZE;
in cdcacm_sndpacket()
1218
wrcontainer->
receive_buffer
in cdcacm_bind()
[all...]
/third_party/backends/backend/
H
A
D
ricoh2.c
594
SANE_Byte *
receive_buffer
;
member
626
status = sanei_usb_read_bulk (dn, transfer->
receive_buffer
, &io_size);
in send_receive()
697
transfer.
receive_buffer
= &dummy_buffer;
in teardown_scan()
703
transfer.
receive_buffer
= &dummy_buffer;
in teardown_scan()
824
transfer.
receive_buffer
=
in sane_read()
Completed in 4 milliseconds