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:newidx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcon.c
836
* @
newidx
: frame buffer index to map virtual console to
840
* @
newidx
.
844
static int set_con2fb_map(int unit, int
newidx
, int user)
in set_con2fb_map()
argument
848
struct fb_info *info = registered_fb[
newidx
];
in set_con2fb_map()
854
if (oldidx ==
newidx
)
in set_con2fb_map()
861
info_idx =
newidx
;
in set_con2fb_map()
868
found = search_fb_in_map(
newidx
);
in set_con2fb_map()
870
con2fb_map[unit] =
newidx
;
in set_con2fb_map()
888
con2fb_map_boot[unit] =
newidx
;
in set_con2fb_map()
893
info_idx =
newidx
;
in set_con2fb_map()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcon.c
812
* @
newidx
: frame buffer index to map virtual console to
816
* @
newidx
.
820
static int set_con2fb_map(int unit, int
newidx
, int user)
in set_con2fb_map()
argument
824
struct fb_info *info = fbcon_registered_fb[
newidx
];
in set_con2fb_map()
830
if (oldidx ==
newidx
)
in set_con2fb_map()
837
info_idx =
newidx
;
in set_con2fb_map()
844
if (!search_fb_in_map(
newidx
)) {
in set_con2fb_map()
852
con2fb_map[unit] =
newidx
;
in set_con2fb_map()
864
con2fb_map_boot[unit] =
newidx
;
in set_con2fb_map()
868
info_idx =
newidx
;
in set_con2fb_map()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
pcie.c
732
u32
newidx
;
in brcmf_pcie_bus_console_read()
local
739
newidx
= brcmf_pcie_read_tcm32(devinfo, addr);
in brcmf_pcie_bus_console_read()
740
while (
newidx
!= console->read_idx) {
in brcmf_pcie_bus_console_read()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
pcie.c
867
u32
newidx
;
in brcmf_pcie_bus_console_read()
local
876
newidx
= brcmf_pcie_read_tcm32(devinfo, addr);
in brcmf_pcie_bus_console_read()
877
while (
newidx
!= console->read_idx) {
in brcmf_pcie_bus_console_read()
Completed in 12 milliseconds