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:IMGSIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
idmouse.c
30
#define
IMGSIZE
((WIDTH * HEIGHT) + sizeof(HEADER)-1)
macro
159
while (bytes_read <
IMGSIZE
) {
in idmouse_create_image()
182
for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read <
IMGSIZE
; bytes_read += WIDTH)
in idmouse_create_image()
187
for (bytes_read =
IMGSIZE
-WIDTH; bytes_read <
IMGSIZE
-1; bytes_read++)
in idmouse_create_image()
195
/* should be
IMGSIZE
== 65040 */
in idmouse_create_image()
309
dev->bulk_in_buffer,
IMGSIZE
);
in idmouse_read()
352
dev->bulk_in_buffer = kmalloc(
IMGSIZE
+ dev->bulk_in_size, GFP_KERNEL);
in idmouse_probe()
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
idmouse.c
30
#define
IMGSIZE
((WIDTH * HEIGHT) + sizeof(HEADER)-1)
macro
159
while (bytes_read <
IMGSIZE
) {
in idmouse_create_image()
182
for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read <
IMGSIZE
; bytes_read += WIDTH)
in idmouse_create_image()
187
for (bytes_read =
IMGSIZE
-WIDTH; bytes_read <
IMGSIZE
-1; bytes_read++)
in idmouse_create_image()
195
/* should be
IMGSIZE
== 65040 */
in idmouse_create_image()
309
dev->bulk_in_buffer,
IMGSIZE
);
in idmouse_read()
352
dev->bulk_in_buffer = kmalloc(
IMGSIZE
+ dev->bulk_in_size, GFP_KERNEL);
in idmouse_probe()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H
A
D
mxc-jpeg-hw.h
19
#define
IMGSIZE
0x28
macro
H
A
D
mxc-jpeg-hw.c
30
dev_dbg(dev, " MXC JPEG
IMGSIZE
%x (%d x %d)\n", desc->imgsize,
in print_descriptor_info()
73
print_wrapper_reg(dev, reg,
IMGSIZE
);
in print_wrapper_info()
Completed in 3 milliseconds