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:mc_device
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
mconsole_kern.h
18
struct
mc_device
{
struct
42
extern void mconsole_register_dev(struct
mc_device
*new);
46
static inline void mconsole_register_dev(struct
mc_device
*new)
in mconsole_register_dev()
H
A
D
mconsole_kern.c
255
void mconsole_register_dev(struct
mc_device
*new)
in mconsole_register_dev()
263
static struct
mc_device
*mconsole_find_dev(char *name)
in mconsole_find_dev()
266
struct
mc_device
*dev;
in mconsole_find_dev()
269
dev = list_entry(ele, struct
mc_device
, list);
in mconsole_find_dev()
407
static struct
mc_device
mem_mc = {
474
struct
mc_device
*dev;
in mconsole_config()
500
struct
mc_device
*dev;
in mconsole_remove()
H
A
D
line.h
30
struct
mc_device
mc;
H
A
D
net_kern.c
714
static struct
mc_device
net_mc = {
H
A
D
ubd_kern.c
1099
static struct
mc_device
ubd_mc = {
H
A
D
vector_kern.c
1725
static struct
mc_device
vector_mc = {
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
mconsole_kern.h
18
struct
mc_device
{
struct
42
extern void mconsole_register_dev(struct
mc_device
*new);
46
static inline void mconsole_register_dev(struct
mc_device
*new)
in mconsole_register_dev()
H
A
D
mconsole_kern.c
256
void mconsole_register_dev(struct
mc_device
*new)
in mconsole_register_dev()
264
static struct
mc_device
*mconsole_find_dev(char *name)
in mconsole_find_dev()
267
struct
mc_device
*dev;
in mconsole_find_dev()
270
dev = list_entry(ele, struct
mc_device
, list);
in mconsole_find_dev()
408
static struct
mc_device
mem_mc = {
475
struct
mc_device
*dev;
in mconsole_config()
501
struct
mc_device
*dev;
in mconsole_remove()
H
A
D
line.h
28
struct
mc_device
mc;
H
A
D
net_kern.c
715
static struct
mc_device
net_mc = {
H
A
D
ubd_kern.c
1048
static struct
mc_device
ubd_mc = {
H
A
D
vector_kern.c
1724
static struct
mc_device
vector_mc = {
Completed in 13 milliseconds