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:default_info
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ioctl.c
2949
struct v4l2_ioctl_info
default_info
;
in __video_do_ioctl()
local
3005
default_info
.ioctl = cmd;
in __video_do_ioctl()
3006
default_info
.flags = 0;
in __video_do_ioctl()
3007
default_info
.debug = v4l_print_default;
in __video_do_ioctl()
3008
info = &
default_info
;
in __video_do_ioctl()
3012
if (info != &
default_info
) {
in __video_do_ioctl()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ioctl.c
2984
struct v4l2_ioctl_info
default_info
;
in __video_do_ioctl()
local
3040
default_info
.ioctl = cmd;
in __video_do_ioctl()
3041
default_info
.flags = 0;
in __video_do_ioctl()
3042
default_info
.debug = v4l_print_default;
in __video_do_ioctl()
3043
info = &
default_info
;
in __video_do_ioctl()
3047
if (info != &
default_info
) {
in __video_do_ioctl()
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H
A
D
pcnet_cs.c
198
static struct hw_info
default_info
= { 0, 0, 0, 0, 0 };
variable
366
return (i < NR_INFO) ? hw_info+i : &
default_info
;
in get_prom()
443
return &
default_info
;
in get_hwired()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H
A
D
pcnet_cs.c
197
static struct hw_info
default_info
= { 0, 0, 0, 0, 0 };
variable
369
return (i < NR_INFO) ? hw_info+i : &
default_info
;
in get_prom()
452
return &
default_info
;
in get_hwired()
/kernel/linux/linux-5.10/sound/usb/
H
A
D
mixer.c
2393
static const struct procunit_info
default_info
= {
in build_audio_procunit()
local
2411
info = &
default_info
;
in build_audio_procunit()
/kernel/linux/linux-6.6/sound/usb/
H
A
D
mixer.c
2475
static const struct procunit_info
default_info
= {
in build_audio_procunit()
local
2493
info = &
default_info
;
in build_audio_procunit()
Completed in 24 milliseconds