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:fe_sleep
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/b2c2/
H
A
D
flexcop-fe-tuner.c
74
if (fc->
fe_sleep
)
in flexcop_sleep()
75
return fc->
fe_sleep
(fe);
in flexcop_sleep()
188
fc->
fe_sleep
= ops->sleep;
in skystar2_rev23_attach()
295
fc->
fe_sleep
= fc->fe->ops.sleep;
in skystar2_rev26_attach()
334
fc->
fe_sleep
= fc->fe->ops.sleep;
in skystar2_rev27_attach()
H
A
D
flexcop-common.h
83
int (*
fe_sleep
) (struct dvb_frontend *);
member
/kernel/linux/linux-6.6/drivers/media/common/b2c2/
H
A
D
flexcop-fe-tuner.c
74
if (fc->
fe_sleep
)
in flexcop_sleep()
75
return fc->
fe_sleep
(fe);
in flexcop_sleep()
188
fc->
fe_sleep
= ops->sleep;
in skystar2_rev23_attach()
295
fc->
fe_sleep
= fc->fe->ops.sleep;
in skystar2_rev26_attach()
334
fc->
fe_sleep
= fc->fe->ops.sleep;
in skystar2_rev27_attach()
H
A
D
flexcop-common.h
83
int (*
fe_sleep
) (struct dvb_frontend *);
member
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H
A
D
mxl111sf.c
336
err = (adap_state->
fe_sleep
) ? adap_state->
fe_sleep
(fe) : 0;
in mxl111sf_adap_fe_sleep()
479
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_lgdt3305_frontend_attach()
554
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_lg2160_frontend_attach()
641
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_lg2161_frontend_attach()
728
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_lg2161_ep6_frontend_attach()
792
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_attach_demod()
H
A
D
mxl111sf.h
49
int (*
fe_sleep
)(struct dvb_frontend *);
member
H
A
D
dvb_usb.h
317
* @
fe_sleep
: rerouted frontend-sleep function
342
int (*
fe_sleep
[MAX_NO_OF_FE_PER_ADAP]) (struct dvb_frontend *);
member
H
A
D
dvb_usb_core.c
606
if (adap->
fe_sleep
[fe->id]) {
in dvb_usb_fe_sleep()
607
ret = adap->
fe_sleep
[fe->id](fe);
in dvb_usb_fe_sleep()
661
adap->
fe_sleep
[i] = adap->fe[i]->ops.sleep;
in dvb_usbv2_adapter_frontend_init()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H
A
D
mxl111sf.c
336
err = (adap_state->
fe_sleep
) ? adap_state->
fe_sleep
(fe) : 0;
in mxl111sf_adap_fe_sleep()
479
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_lgdt3305_frontend_attach()
554
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_lg2160_frontend_attach()
641
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_lg2161_frontend_attach()
728
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_lg2161_ep6_frontend_attach()
792
adap_state->
fe_sleep
= adap->fe[fe_id]->ops.sleep;
in mxl111sf_attach_demod()
H
A
D
mxl111sf.h
49
int (*
fe_sleep
)(struct dvb_frontend *);
member
H
A
D
dvb_usb.h
327
* @
fe_sleep
: rerouted frontend-sleep function
352
int (*
fe_sleep
[MAX_NO_OF_FE_PER_ADAP]) (struct dvb_frontend *);
member
H
A
D
dvb_usb_core.c
606
if (adap->
fe_sleep
[fe->id]) {
in dvb_usb_fe_sleep()
607
ret = adap->
fe_sleep
[fe->id](fe);
in dvb_usb_fe_sleep()
661
adap->
fe_sleep
[i] = adap->fe[i]->ops.sleep;
in dvb_usbv2_adapter_frontend_init()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H
A
D
dvb-usb-dvb.c
268
if (adap->fe_adap[fe->id].
fe_sleep
)
in dvb_usb_fe_sleep()
269
adap->fe_adap[fe->id].
fe_sleep
(fe);
in dvb_usb_fe_sleep()
305
adap->fe_adap[i].
fe_sleep
= adap->fe_adap[i].fe->ops.sleep;
in dvb_usb_adapter_frontend_init()
H
A
D
dvb-usb.h
368
* @
fe_sleep
: rerouted frontend-sleep function.
376
int (*
fe_sleep
) (struct dvb_frontend *);
member
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H
A
D
dvb-usb-dvb.c
268
if (adap->fe_adap[fe->id].
fe_sleep
)
in dvb_usb_fe_sleep()
269
adap->fe_adap[fe->id].
fe_sleep
(fe);
in dvb_usb_fe_sleep()
305
adap->fe_adap[i].
fe_sleep
= adap->fe_adap[i].fe->ops.sleep;
in dvb_usb_adapter_frontend_init()
H
A
D
dvb-usb.h
366
* @
fe_sleep
: rerouted frontend-sleep function.
377
int (*
fe_sleep
) (struct dvb_frontend *);
member
Completed in 14 milliseconds