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
defs:gdm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/gdm724x/
H
A
D
gdm_tty.h
25
struct
gdm
{
struct
51
struct
gdm
*
gdm
[2];
member
H
A
D
gdm_tty.c
41
struct
gdm
*
gdm
= container_of(port, struct
gdm
, port);
in gdm_port_destruct()
local
56
struct
gdm
*
gdm
= NULL;
gdm_tty_install()
local
88
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_open()
local
95
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_cleanup()
local
102
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_hangup()
local
109
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_close()
local
120
struct
gdm
*
gdm
= tty_dev->
gdm
[index];
gdm_tty_recv_complete()
local
147
struct
gdm
*
gdm
= arg;
gdm_tty_send_complete()
local
158
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_write()
local
188
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_write_room()
local
198
struct
gdm
*
gdm
;
register_lte_tty_device()
local
243
struct
gdm
*
gdm
;
unregister_lte_tty_device()
local
[all...]
/kernel/linux/linux-6.6/drivers/staging/gdm724x/
H
A
D
gdm_tty.h
25
struct
gdm
{
struct
51
struct
gdm
*
gdm
[2];
member
H
A
D
gdm_tty.c
24
static inline bool gdm_tty_ready(struct
gdm
*
gdm
)
in gdm_tty_ready()
argument
38
struct
gdm
*
gdm
= container_of(port, struct
gdm
, port);
in gdm_port_destruct()
local
53
struct
gdm
*
gdm
= NULL;
gdm_tty_install()
local
85
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_open()
local
92
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_cleanup()
local
99
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_hangup()
local
106
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_close()
local
117
struct
gdm
*
gdm
= tty_dev->
gdm
[index];
gdm_tty_recv_complete()
local
144
struct
gdm
*
gdm
= arg;
gdm_tty_send_complete()
local
154
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_write()
local
178
struct
gdm
*
gdm
= tty->driver_data;
gdm_tty_write_room()
local
188
struct
gdm
*
gdm
;
register_lte_tty_device()
local
233
struct
gdm
*
gdm
;
unregister_lte_tty_device()
local
[all...]
Completed in 2 milliseconds