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:hvcs_struct
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/
H
A
D
hvcs.c
89
* hvcs_module_init(). Exposed
hvcs_struct
.index via a sysfs attribute so that
94
* 1.3.1 -> 1.3.2 Changed method for determining
hvcs_struct
->index and had it
111
* an hvcs_close(). Removed spinlock protection of
hvcs_struct
data members in
206
* In order to be somewhat sane this driver always associates the
hvcs_struct
244
/* Only allow one
hvcs_struct
to use the hvcs_pi_buff at a time. */
247
/* One vty-server per
hvcs_struct
*/
248
struct
hvcs_struct
{
struct
260
* place upon this
hvcs_struct
instance.
302
static int hvcs_has_pi(struct
hvcs_struct
*hvcsd);
304
struct
hvcs_struct
*hvcs
[all...]
/kernel/linux/linux-6.6/drivers/tty/hvc/
H
A
D
hvcs.c
91
* hvcs_module_init(). Exposed
hvcs_struct
.index via a sysfs attribute so that
96
* 1.3.1 -> 1.3.2 Changed method for determining
hvcs_struct
->index and had it
113
* an hvcs_close(). Removed spinlock protection of
hvcs_struct
data members in
208
* In order to be somewhat sane this driver always associates the
hvcs_struct
246
/* Only allow one
hvcs_struct
to use the hvcs_pi_buff at a time. */
249
/* One vty-server per
hvcs_struct
*/
250
struct
hvcs_struct
{
struct
262
* place upon this
hvcs_struct
instance.
296
static int hvcs_get_pi(struct
hvcs_struct
*hvcsd);
299
static void hvcs_partner_free(struct
hvcs_struct
*hvcs
[all...]
Completed in 3 milliseconds