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:IS_I9XX
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H
A
D
intelfbhw.c
689
if (
IS_I9XX
(dinfo)) {
in intelfbhw_get_p1p2()
1137
if (
IS_I9XX
(dinfo)) {
in intelfbhw_mode_to_hw()
1257
stride_alignment =
IS_I9XX
(dinfo) ? STRIDE_ALIGNMENT_I9XX :
in intelfbhw_mode_to_hw()
1844
if (dinfo->mobile ||
IS_I9XX
(dinfo)) {
in intelfbhw_cursor_init()
1876
if (dinfo->mobile ||
IS_I9XX
(dinfo)) {
in intelfbhw_cursor_hide()
1905
if (dinfo->mobile ||
IS_I9XX
(dinfo)) {
in intelfbhw_cursor_show()
1939
if (
IS_I9XX
(dinfo))
in intelfbhw_cursor_setpos()
H
A
D
intelfb.h
365
#define
IS_I9XX
(dinfo) (((dinfo)->chipset == INTEL_915G) || \
macro
H
A
D
intelfbdrv.c
1153
if (
IS_I9XX
(dinfo))
in update_dinfo()
1557
physical = (dinfo->mobile ||
IS_I9XX
(dinfo)) ? dinfo->cursor.physical :
in intelfb_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H
A
D
intelfbhw.c
687
if (
IS_I9XX
(dinfo)) {
in intelfbhw_get_p1p2()
1135
if (
IS_I9XX
(dinfo)) {
in intelfbhw_mode_to_hw()
1255
stride_alignment =
IS_I9XX
(dinfo) ? STRIDE_ALIGNMENT_I9XX :
in intelfbhw_mode_to_hw()
1842
if (dinfo->mobile ||
IS_I9XX
(dinfo)) {
in intelfbhw_cursor_init()
1874
if (dinfo->mobile ||
IS_I9XX
(dinfo)) {
in intelfbhw_cursor_hide()
1903
if (dinfo->mobile ||
IS_I9XX
(dinfo)) {
in intelfbhw_cursor_show()
1937
if (
IS_I9XX
(dinfo))
in intelfbhw_cursor_setpos()
H
A
D
intelfb.h
365
#define
IS_I9XX
(dinfo) (((dinfo)->chipset == INTEL_915G) || \
macro
H
A
D
intelfbdrv.c
1160
if (
IS_I9XX
(dinfo))
in update_dinfo()
1564
physical = (dinfo->mobile ||
IS_I9XX
(dinfo)) ? dinfo->cursor.physical :
in intelfb_cursor()
Completed in 10 milliseconds