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:flag_ok
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-hdw.h
277
int
flag_ok
;
member
H
A
D
pvrusb2-hdw-internal.h
267
int
flag_ok
; /* device in known good state */
member
269
int flag_disconnected; /*
flag_ok
== 0 due to disconnect */
H
A
D
pvrusb2-hdw.c
2592
hdw->
flag_ok
= !0;
in pvr2_hdw_create()
2702
return (hdw && hdw->
flag_ok
);
in pvr2_hdw_dev_ok()
3593
if (!hdw->
flag_ok
&& !probe_fl) {
in pvr2_send_request_ex()
3927
if (!hdw->
flag_ok
) return;
in pvr2_hdw_render_useless()
3933
hdw->
flag_ok
= 0;
in pvr2_hdw_render_useless()
3934
trace_stbit("
flag_ok
",hdw->
flag_ok
);
in pvr2_hdw_render_useless()
4026
hdw->
flag_ok
= !0;
in pvr2_hdw_cmd_hcw_demod_reset()
4050
hdw->
flag_ok
= !0;
in pvr2_hdw_cmd_onair_fe_power_ctrl()
4643
!hdw->
flag_ok
) {
in pvr2_hdw_state_update()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-hdw.h
277
int
flag_ok
;
member
H
A
D
pvrusb2-hdw-internal.h
267
int
flag_ok
; /* device in known good state */
member
269
int flag_disconnected; /*
flag_ok
== 0 due to disconnect */
H
A
D
pvrusb2-hdw.c
2592
hdw->
flag_ok
= !0;
in pvr2_hdw_create()
2702
return (hdw && hdw->
flag_ok
);
in pvr2_hdw_dev_ok()
3598
if (!hdw->
flag_ok
&& !probe_fl) {
in pvr2_send_request_ex()
3932
if (!hdw->
flag_ok
) return;
in pvr2_hdw_render_useless()
3938
hdw->
flag_ok
= 0;
in pvr2_hdw_render_useless()
3939
trace_stbit("
flag_ok
",hdw->
flag_ok
);
in pvr2_hdw_render_useless()
4031
hdw->
flag_ok
= !0;
in pvr2_hdw_cmd_hcw_demod_reset()
4055
hdw->
flag_ok
= !0;
in pvr2_hdw_cmd_onair_fe_power_ctrl()
4648
!hdw->
flag_ok
) {
in pvr2_hdw_state_update()
[all...]
Completed in 17 milliseconds