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:adjust_flags
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_modes.c
802
* @
adjust_flags
: a combination of adjustment flags
814
void drm_mode_set_crtcinfo(struct drm_display_mode *p, int
adjust_flags
)
in drm_mode_set_crtcinfo()
argument
831
if (
adjust_flags
& CRTC_INTERLACE_HALVE_V) {
in drm_mode_set_crtcinfo()
839
if (!(
adjust_flags
& CRTC_NO_DBLSCAN)) {
in drm_mode_set_crtcinfo()
848
if (!(
adjust_flags
& CRTC_NO_VSCAN)) {
in drm_mode_set_crtcinfo()
857
if (
adjust_flags
& CRTC_STEREO_DOUBLE) {
in drm_mode_set_crtcinfo()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_modes.h
471
int
adjust_flags
);
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_modes.c
1332
* @
adjust_flags
: a combination of adjustment flags
1344
void drm_mode_set_crtcinfo(struct drm_display_mode *p, int
adjust_flags
)
in drm_mode_set_crtcinfo()
argument
1361
if (
adjust_flags
& CRTC_INTERLACE_HALVE_V) {
in drm_mode_set_crtcinfo()
1369
if (!(
adjust_flags
& CRTC_NO_DBLSCAN)) {
in drm_mode_set_crtcinfo()
1378
if (!(
adjust_flags
& CRTC_NO_VSCAN)) {
in drm_mode_set_crtcinfo()
1387
if (
adjust_flags
& CRTC_STEREO_DOUBLE) {
in drm_mode_set_crtcinfo()
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_modes.h
534
int
adjust_flags
);
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4proc.c
3377
unsigned long
adjust_flags
= NFS_INO_INVALID_CHANGE;
in nfs4_do_setattr()
local
3381
adjust_flags
|= NFS_INO_INVALID_MODE;
in nfs4_do_setattr()
3383
adjust_flags
|= NFS_INO_INVALID_OTHER;
in nfs4_do_setattr()
3387
inode,
adjust_flags
);
in nfs4_do_setattr()
Completed in 21 milliseconds