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:type_bitmask
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-ctrl.c
53
mask &= cptr->info->def.
type_bitmask
.valid_bits;
in pvr2_ctrl_set_mask_value()
159
ret = cptr->info->def.
type_bitmask
.valid_bits;
in pvr2_ctrl_get_mask()
208
names = cptr->info->def.
type_bitmask
.bit_names;
in pvr2_ctrl_get_valname()
209
val &= cptr->info->def.
type_bitmask
.valid_bits;
in pvr2_ctrl_get_valname()
524
cptr->info->def.
type_bitmask
.bit_names,
in pvr2_ctrl_sym_to_value()
525
cptr->info->def.
type_bitmask
.valid_bits);
in pvr2_ctrl_sym_to_value()
563
val & mask & cptr->info->def.
type_bitmask
.valid_bits,
in pvr2_ctrl_value_to_sym_internal()
565
cptr->info->def.
type_bitmask
.bit_names,
in pvr2_ctrl_value_to_sym_internal()
H
A
D
pvrusb2-hdw-internal.h
110
}
type_bitmask
;
member
H
A
D
pvrusb2-hdw.c
851
hdw->std_info_cur.def.
type_bitmask
.valid_bits = hdw->std_mask_avail;
in ctrl_stdavail_set()
950
.def.
type_bitmask
.valid_bits = msk, \
951
.def.
type_bitmask
.bit_names = tab
1884
hdw->std_info_cur.def.
type_bitmask
.valid_bits = hdw->std_mask_avail;
in pvr2_hdw_setup_std()
2515
hdw->std_info_avail.def.
type_bitmask
.bit_names =
in pvr2_hdw_create()
2517
hdw->std_info_avail.def.
type_bitmask
.valid_bits =
in pvr2_hdw_create()
2525
hdw->std_info_cur.def.
type_bitmask
.bit_names =
in pvr2_hdw_create()
2527
hdw->std_info_cur.def.
type_bitmask
.valid_bits =
in pvr2_hdw_create()
2535
hdw->std_info_detect.def.
type_bitmask
.bit_names =
in pvr2_hdw_create()
2537
hdw->std_info_detect.def.
type_bitmask
in pvr2_hdw_create()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-ctrl.c
53
mask &= cptr->info->def.
type_bitmask
.valid_bits;
in pvr2_ctrl_set_mask_value()
159
ret = cptr->info->def.
type_bitmask
.valid_bits;
in pvr2_ctrl_get_mask()
208
names = cptr->info->def.
type_bitmask
.bit_names;
in pvr2_ctrl_get_valname()
209
val &= cptr->info->def.
type_bitmask
.valid_bits;
in pvr2_ctrl_get_valname()
503
cptr->info->def.
type_bitmask
.bit_names,
in pvr2_ctrl_sym_to_value()
504
cptr->info->def.
type_bitmask
.valid_bits);
in pvr2_ctrl_sym_to_value()
542
val & mask & cptr->info->def.
type_bitmask
.valid_bits,
in pvr2_ctrl_value_to_sym_internal()
544
cptr->info->def.
type_bitmask
.bit_names,
in pvr2_ctrl_value_to_sym_internal()
H
A
D
pvrusb2-hdw-internal.h
110
}
type_bitmask
;
member
H
A
D
pvrusb2-hdw.c
851
hdw->std_info_cur.def.
type_bitmask
.valid_bits = hdw->std_mask_avail;
in ctrl_stdavail_set()
950
.def.
type_bitmask
.valid_bits = msk, \
951
.def.
type_bitmask
.bit_names = tab
1884
hdw->std_info_cur.def.
type_bitmask
.valid_bits = hdw->std_mask_avail;
in pvr2_hdw_setup_std()
2515
hdw->std_info_avail.def.
type_bitmask
.bit_names =
in pvr2_hdw_create()
2517
hdw->std_info_avail.def.
type_bitmask
.valid_bits =
in pvr2_hdw_create()
2525
hdw->std_info_cur.def.
type_bitmask
.bit_names =
in pvr2_hdw_create()
2527
hdw->std_info_cur.def.
type_bitmask
.valid_bits =
in pvr2_hdw_create()
2535
hdw->std_info_detect.def.
type_bitmask
.bit_names =
in pvr2_hdw_create()
2537
hdw->std_info_detect.def.
type_bitmask
in pvr2_hdw_create()
[all...]
Completed in 12 milliseconds