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:RC_PROTO_BIT_CEC
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/
H
A
D
rc-main.c
749
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
)
in rc_repeat()
793
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
)
in ir_do_keydown()
825
dev->allowed_protocols ==
RC_PROTO_BIT_CEC
&&
in ir_do_keydown()
1062
{
RC_PROTO_BIT_CEC
, "cec", NULL },
1862
if (dev->allowed_protocols ==
RC_PROTO_BIT_CEC
)
in rc_setup_rx_device()
1948
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
) {
in rc_register_device()
1974
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
)
in rc_register_device()
2038
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
)
in rc_unregister_device()
/kernel/linux/linux-6.6/drivers/media/rc/
H
A
D
rc-main.c
749
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
)
in rc_repeat()
794
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
)
in ir_do_keydown()
826
dev->allowed_protocols ==
RC_PROTO_BIT_CEC
&&
in ir_do_keydown()
1063
{
RC_PROTO_BIT_CEC
, "cec", NULL },
1863
if (dev->allowed_protocols ==
RC_PROTO_BIT_CEC
)
in rc_setup_rx_device()
1949
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
) {
in rc_register_device()
1975
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
)
in rc_register_device()
2039
if (dev->allowed_protocols !=
RC_PROTO_BIT_CEC
)
in rc_unregister_device()
/kernel/linux/linux-5.10/include/media/
H
A
D
rc-map.h
37
#define
RC_PROTO_BIT_CEC
BIT_ULL(RC_PROTO_CEC)
macro
/kernel/linux/linux-6.6/include/media/
H
A
D
rc-map.h
37
#define
RC_PROTO_BIT_CEC
BIT_ULL(RC_PROTO_CEC)
macro
/kernel/linux/linux-5.10/drivers/media/cec/core/
H
A
D
cec-core.c
309
adap->rc->allowed_protocols =
RC_PROTO_BIT_CEC
;
in cec_allocate_adapter()
/kernel/linux/linux-6.6/drivers/media/cec/core/
H
A
D
cec-core.c
326
adap->rc->allowed_protocols =
RC_PROTO_BIT_CEC
;
in cec_allocate_adapter()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H
A
D
sil-sii8620.c
2114
rc_dev->allowed_protocols =
RC_PROTO_BIT_CEC
;
in sii8620_init_rcp_input_dev()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
sil-sii8620.c
2114
rc_dev->allowed_protocols =
RC_PROTO_BIT_CEC
;
in sii8620_init_rcp_input_dev()
Completed in 18 milliseconds