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:onchip_buffers
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.c
2023
remained = priv_dev->
onchip_buffers
- priv_dev->onchip_used_size - 2;
in cdns3_ep_onchip_buffer_reserve()
3091
if (total > priv_dev->
onchip_buffers
)
in cdns3_gadget_check_config()
3094
priv_dev->ep_buf_size = (priv_dev->
onchip_buffers
- 2 - iso) / (n_in + out);
in cdns3_gadget_check_config()
3279
&priv_dev->
onchip_buffers
);
in cdns3_gadget_start()
3281
if (priv_dev->
onchip_buffers
<= 0) {
in cdns3_gadget_start()
3284
priv_dev->
onchip_buffers
= USB_CAP2_ACTUAL_MEM_SIZE(reg);
in cdns3_gadget_start()
3287
if (!priv_dev->
onchip_buffers
)
in cdns3_gadget_start()
3288
priv_dev->
onchip_buffers
= 256;
in cdns3_gadget_start()
H
A
D
gadget.h
1283
* @
onchip_buffers
: number of available on-chip buffers.
1334
u16
onchip_buffers
;
member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-gadget.c
2028
remained = priv_dev->
onchip_buffers
- priv_dev->onchip_used_size - 2;
in cdns3_ep_onchip_buffer_reserve()
3110
if (total > priv_dev->
onchip_buffers
)
in cdns3_gadget_check_config()
3113
priv_dev->ep_buf_size = (priv_dev->
onchip_buffers
- 2 - iso) / (n_in + out);
in cdns3_gadget_check_config()
3300
&priv_dev->
onchip_buffers
);
in cdns3_gadget_start()
3302
if (priv_dev->
onchip_buffers
<= 0) {
in cdns3_gadget_start()
3305
priv_dev->
onchip_buffers
= USB_CAP2_ACTUAL_MEM_SIZE(reg);
in cdns3_gadget_start()
3308
if (!priv_dev->
onchip_buffers
)
in cdns3_gadget_start()
3309
priv_dev->
onchip_buffers
= 256;
in cdns3_gadget_start()
H
A
D
cdns3-gadget.h
1285
* @
onchip_buffers
: number of available on-chip buffers.
1337
u16
onchip_buffers
;
member
Completed in 18 milliseconds