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:width_flags
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
pxa_camera.c
681
u16
width_flags
; /* max 10 bits */
member
1549
if (!((1 << (bus_width - 1)) & pcdev->
width_flags
)) {
in pxa_camera_set_bus_param()
2331
pcdev->
width_flags
= 1 << 7;
in pxa_camera_probe()
2333
pcdev->
width_flags
|= 1 << 8;
in pxa_camera_probe()
2335
pcdev->
width_flags
|= 1 << 9;
in pxa_camera_probe()
/kernel/linux/linux-6.6/drivers/media/platform/intel/
H
A
D
pxa_camera.c
677
u16
width_flags
; /* max 10 bits */
member
1545
if (!((1 << (bus_width - 1)) & pcdev->
width_flags
)) {
in pxa_camera_set_bus_param()
2337
pcdev->
width_flags
= 1 << 7;
in pxa_camera_probe()
2339
pcdev->
width_flags
|= 1 << 8;
in pxa_camera_probe()
2341
pcdev->
width_flags
|= 1 << 9;
in pxa_camera_probe()
/kernel/linux/linux-5.10/drivers/media/platform/atmel/
H
A
D
atmel-isi.c
115
u16
width_flags
; /* max 12 bits */
member
1286
isi->
width_flags
= 1 << 7;
in atmel_isi_probe()
1288
isi->
width_flags
|= 1 << 9;
in atmel_isi_probe()
/kernel/linux/linux-6.6/drivers/media/platform/atmel/
H
A
D
atmel-isi.c
114
u16
width_flags
; /* max 12 bits */
member
1277
isi->
width_flags
= 1 << 7;
in atmel_isi_probe()
1279
isi->
width_flags
|= 1 << 9;
in atmel_isi_probe()
Completed in 11 milliseconds