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:urb_buffer
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H
A
D
tm6000-video.c
461
if (dev->
urb_buffer
)
in tm6000_alloc_urb_buffers()
464
dev->
urb_buffer
= kmalloc_array(num_bufs, sizeof(*dev->
urb_buffer
),
in tm6000_alloc_urb_buffers()
466
if (!dev->
urb_buffer
)
in tm6000_alloc_urb_buffers()
475
dev->
urb_buffer
[i] = usb_alloc_coherent(
in tm6000_alloc_urb_buffers()
478
if (!dev->
urb_buffer
[i]) {
in tm6000_alloc_urb_buffers()
483
memset(dev->
urb_buffer
[i], 0, dev->urb_size);
in tm6000_alloc_urb_buffers()
496
if (!dev->
urb_buffer
)
in tm6000_free_urb_buffers()
500
if (dev->
urb_buffer
[i]) {
in tm6000_free_urb_buffers()
503
dev->
urb_buffer
[
in tm6000_free_urb_buffers()
[all...]
H
A
D
tm6000.h
259
char **
urb_buffer
;
member
Completed in 3 milliseconds