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:cec_pin
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/core/
H
A
D
cec-pin.c
111
static void cec_pin_update(struct
cec_pin
*pin, bool v, bool force)
in cec_pin_update()
136
static bool cec_pin_read(struct
cec_pin
*pin)
in cec_pin_read()
144
static void cec_pin_low(struct
cec_pin
*pin)
in cec_pin_low()
150
static bool cec_pin_high(struct
cec_pin
*pin)
in cec_pin_high()
156
static bool rx_error_inj(struct
cec_pin
*pin, unsigned int mode_offset,
in rx_error_inj()
190
static bool rx_nack(struct
cec_pin
*pin)
in rx_nack()
195
static bool rx_low_drive(struct
cec_pin
*pin)
in rx_low_drive()
201
static bool rx_add_byte(struct
cec_pin
*pin)
in rx_add_byte()
206
static bool rx_remove_byte(struct
cec_pin
*pin)
in rx_remove_byte()
211
static bool rx_arb_lost(struct
cec_pin
*pi
[all...]
H
A
D
cec-pin-priv.h
164
struct
cec_pin
{
struct
231
void cec_pin_start_timer(struct
cec_pin
*pin);
237
u16 cec_pin_rx_error_inj(struct
cec_pin
*pin);
238
u16 cec_pin_tx_error_inj(struct
cec_pin
*pin);
H
A
D
cec-pin-error-inj.c
49
u16 cec_pin_rx_error_inj(struct
cec_pin
*pin)
in cec_pin_rx_error_inj()
61
u16 cec_pin_tx_error_inj(struct
cec_pin
*pin)
in cec_pin_tx_error_inj()
75
struct
cec_pin
*pin = adap->pin;
in cec_pin_error_inj_parse_line()
264
struct
cec_pin
*pin = adap->pin;
in cec_pin_error_inj_show()
/kernel/linux/linux-6.6/drivers/media/cec/core/
H
A
D
cec-pin.c
111
static void cec_pin_update(struct
cec_pin
*pin, bool v, bool force)
in cec_pin_update()
136
static bool cec_pin_read(struct
cec_pin
*pin)
in cec_pin_read()
144
static void cec_pin_low(struct
cec_pin
*pin)
in cec_pin_low()
150
static bool cec_pin_high(struct
cec_pin
*pin)
in cec_pin_high()
156
static bool rx_error_inj(struct
cec_pin
*pin, unsigned int mode_offset,
in rx_error_inj()
190
static bool rx_nack(struct
cec_pin
*pin)
in rx_nack()
195
static bool rx_low_drive(struct
cec_pin
*pin)
in rx_low_drive()
201
static bool rx_add_byte(struct
cec_pin
*pin)
in rx_add_byte()
206
static bool rx_remove_byte(struct
cec_pin
*pin)
in rx_remove_byte()
211
static bool rx_arb_lost(struct
cec_pin
*pi
[all...]
H
A
D
cec-pin-priv.h
175
struct
cec_pin
{
struct
242
void cec_pin_start_timer(struct
cec_pin
*pin);
248
u16 cec_pin_rx_error_inj(struct
cec_pin
*pin);
249
u16 cec_pin_tx_error_inj(struct
cec_pin
*pin);
H
A
D
cec-pin-error-inj.c
49
u16 cec_pin_rx_error_inj(struct
cec_pin
*pin)
in cec_pin_rx_error_inj()
61
u16 cec_pin_tx_error_inj(struct
cec_pin
*pin)
in cec_pin_tx_error_inj()
75
struct
cec_pin
*pin = adap->pin;
in cec_pin_error_inj_parse_line()
264
struct
cec_pin
*pin = adap->pin;
in cec_pin_error_inj_show()
/kernel/linux/linux-5.10/include/media/
H
A
D
cec.h
54
struct
cec_pin
;
247
struct
cec_pin
*pin;
/kernel/linux/linux-6.6/include/media/
H
A
D
cec.h
61
struct
cec_pin
;
271
struct
cec_pin
*pin;
Completed in 7 milliseconds