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:c_height
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/console/
H
A
D
vgacon.c
473
unsigned int
c_height
;
in vgacon_cursor()
local
480
c_height
= c->vc_cell_height;
in vgacon_cursor()
496
vgacon_set_cursor_size(
c_height
-
in vgacon_cursor()
497
(
c_height
< 10 ? 2 : 3),
in vgacon_cursor()
498
c_height
-
in vgacon_cursor()
499
(
c_height
< 10 ? 1 : 2));
in vgacon_cursor()
502
vgacon_set_cursor_size(
c_height
/ 3,
c_height
-
in vgacon_cursor()
503
(
c_height
< 10 ? 1 : 2));
in vgacon_cursor()
506
vgacon_set_cursor_size(
c_height
*
in vgacon_cursor()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/
H
A
D
g2d-hw.c
90
w((src->
c_height
<< 16) / dst->
c_height
, SRC_YSCALE_REG);
in g2d_set_v41_stretch()
H
A
D
g2d.c
63
.
c_height
= DEFAULT_HEIGHT,
392
frm->
c_height
= frm->height;
in vidioc_s_fmt()
433
s->r.height = f->
c_height
;
in vidioc_g_selection()
493
f->
c_height
= s->r.height;
in vidioc_s_selection()
496
f->bottom = f->o_height + f->
c_height
;
in vidioc_s_selection()
529
ctx->in.
c_height
!= ctx->out.
c_height
) {
in device_run()
H
A
D
g2d.h
38
u32
c_height
;
member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/
H
A
D
g2d-hw.c
90
w((src->
c_height
<< 16) / dst->
c_height
, SRC_YSCALE_REG);
in g2d_set_v41_stretch()
H
A
D
g2d.c
63
.
c_height
= DEFAULT_HEIGHT,
392
frm->
c_height
= frm->height;
in vidioc_s_fmt()
433
s->r.height = f->
c_height
;
in vidioc_g_selection()
493
f->
c_height
= s->r.height;
in vidioc_s_selection()
496
f->bottom = f->o_height + f->
c_height
;
in vidioc_s_selection()
529
ctx->in.
c_height
!= ctx->out.
c_height
) {
in device_run()
H
A
D
g2d.h
38
u32
c_height
;
member
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/dma2d/
H
A
D
dma2d.h
64
u32
c_height
;
member
H
A
D
dma2d.c
461
frm->
c_height
= frm->height;
in vidioc_s_fmt()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-risc.c
379
unsigned int
c_height
;
in bttv_calc_geo()
local
396
c_height
= min((unsigned int) crop->height, height * 16);
in bttv_calc_geo()
403
geo->sheight =
c_height
;
in bttv_calc_geo()
405
sr =
c_height
>> !both_fields;
in bttv_calc_geo()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-risc.c
290
unsigned int
c_height
;
in bttv_calc_geo()
local
307
c_height
= min((unsigned int) crop->height, height * 16);
in bttv_calc_geo()
314
geo->sheight =
c_height
;
in bttv_calc_geo()
316
sr =
c_height
>> !both_fields;
in bttv_calc_geo()
Completed in 8 milliseconds