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:ofbi2
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H
A
D
omapfb-sysfs.c
233
struct omapfb_info *
ofbi2
= get_overlay_fb(fbdev, ovls[i]);
in store_overlays()
local
234
if (
ofbi2
&&
ofbi2
!= ofbi) {
in store_overlays()
455
struct omapfb_info *
ofbi2
= FB2OFB(fbdev->fbs[i]);
in store_size()
local
458
if (
ofbi2
->region != rg)
in store_size()
461
for (j = 0; j <
ofbi2
->num_overlays; j++) {
in store_size()
463
ovl =
ofbi2
->overlays[j];
in store_size()
H
A
D
omapfb-ioctl.c
233
struct omapfb_info *
ofbi2
= FB2OFB(fbdev->fbs[i]);
in omapfb_setup_mem()
local
236
if (
ofbi2
->region != rg)
in omapfb_setup_mem()
239
for (j = 0; j <
ofbi2
->num_overlays; j++) {
in omapfb_setup_mem()
241
ovl =
ofbi2
->overlays[j];
in omapfb_setup_mem()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H
A
D
omapfb-sysfs.c
234
struct omapfb_info *
ofbi2
= get_overlay_fb(fbdev, ovls[i]);
in store_overlays()
local
235
if (
ofbi2
&&
ofbi2
!= ofbi) {
in store_overlays()
456
struct omapfb_info *
ofbi2
= FB2OFB(fbdev->fbs[i]);
in store_size()
local
459
if (
ofbi2
->region != rg)
in store_size()
462
for (j = 0; j <
ofbi2
->num_overlays; j++) {
in store_size()
464
ovl =
ofbi2
->overlays[j];
in store_size()
H
A
D
omapfb-ioctl.c
233
struct omapfb_info *
ofbi2
= FB2OFB(fbdev->fbs[i]);
in omapfb_setup_mem()
local
236
if (
ofbi2
->region != rg)
in omapfb_setup_mem()
239
for (j = 0; j <
ofbi2
->num_overlays; j++) {
in omapfb_setup_mem()
241
ovl =
ofbi2
->overlays[j];
in omapfb_setup_mem()
Completed in 4 milliseconds