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:buffer_length
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dbus_usb_linux.c
1762
uint32
buffer_length
;
in dbus_usbos_intf_send_irb()
local
1770
buffer_length
= pkttotlen(usbos_info->pub->osh, txirb->pkt);
in dbus_usbos_intf_send_irb()
1777
buffer_length
= txirb->len;
in dbus_usbos_intf_send_irb()
1790
if (!(
buffer_length
% usbos_info->maxps)) {
in dbus_usbos_intf_send_irb()
1834
transfer_buf = MALLOC(usbos_info->pub->osh,
buffer_length
);
in dbus_usbos_intf_send_irb()
1843
req->buf_len =
buffer_length
;
in dbus_usbos_intf_send_irb()
1852
ASSERT(((uint8 *) txirb->send_buf +
buffer_length
) == transfer_buf);
in dbus_usbos_intf_send_irb()
1861
buffer_length
, (usb_complete_t)dbus_usbos_send_complete, req);
in dbus_usbos_intf_send_irb()
/device/soc/rockchip/rk2206/hdf_driver/fs/
H
A
D
fs_driver.c
135
uint32_t
buffer_length
;
in fs_write()
local
Completed in 5 milliseconds