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:uart_input
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/oxygen/
H
A
D
xonar_hdmi.c
110
chip->
uart_input
[chip->uart_input_count - 2] == 'O' &&
in xonar_hdmi_uart_input()
111
chip->
uart_input
[chip->uart_input_count - 1] == 'K') {
in xonar_hdmi_uart_input()
114
chip->
uart_input
, chip->uart_input_count);
in xonar_hdmi_uart_input()
H
A
D
oxygen.h
99
void (*
uart_input
)(struct oxygen *chip);
member
151
u8
uart_input
[32];
member
H
A
D
oxygen_lib.c
45
if (chip->uart_input_count >= ARRAY_SIZE(chip->
uart_input
))
in oxygen_read_uart()
47
chip->
uart_input
[chip->uart_input_count++] = data;
in oxygen_read_uart()
49
if (chip->model.
uart_input
)
in oxygen_read_uart()
50
chip->model.
uart_input
(chip);
in oxygen_read_uart()
H
A
D
xonar_wm87x6.c
1295
.
uart_input
= xonar_hdmi_uart_input,
H
A
D
xonar_pcm179x.c
1222
.
uart_input
= xonar_hdmi_uart_input,
/kernel/linux/linux-6.6/sound/pci/oxygen/
H
A
D
xonar_hdmi.c
110
chip->
uart_input
[chip->uart_input_count - 2] == 'O' &&
in xonar_hdmi_uart_input()
111
chip->
uart_input
[chip->uart_input_count - 1] == 'K') {
in xonar_hdmi_uart_input()
114
chip->
uart_input
, chip->uart_input_count);
in xonar_hdmi_uart_input()
H
A
D
oxygen.h
99
void (*
uart_input
)(struct oxygen *chip);
member
151
u8
uart_input
[32];
member
H
A
D
oxygen_lib.c
45
if (chip->uart_input_count >= ARRAY_SIZE(chip->
uart_input
))
in oxygen_read_uart()
47
chip->
uart_input
[chip->uart_input_count++] = data;
in oxygen_read_uart()
49
if (chip->model.
uart_input
)
in oxygen_read_uart()
50
chip->model.
uart_input
(chip);
in oxygen_read_uart()
H
A
D
xonar_wm87x6.c
1295
.
uart_input
= xonar_hdmi_uart_input,
H
A
D
xonar_pcm179x.c
1222
.
uart_input
= xonar_hdmi_uart_input,
Completed in 10 milliseconds