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:most_cdev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/most/
H
A
D
configfs.c
440
if (!strcmp(group->cg_item.ci_namebuf, "
most_cdev
"))
in most_common_make_item()
480
static struct most_common
most_cdev
= {
variable
484
.ci_namebuf = "
most_cdev
",
654
most_cdev
.mod = c->mod;
in most_register_configfs_subsys()
655
ret = configfs_register_subsystem(&
most_cdev
.subsys);
in most_register_configfs_subsys()
696
configfs_unregister_subsystem(&
most_cdev
.subsys);
in most_deregister_configfs_subsys()
708
config_group_init(&
most_cdev
.subsys.su_group);
in configfs_init()
709
mutex_init(&
most_cdev
.subsys.su_mutex);
in configfs_init()
H
A
D
Makefile
7
obj-$(CONFIG_MOST_CDEV) +=
most_cdev
.o
/kernel/linux/linux-6.6/drivers/most/
H
A
D
configfs.c
440
if (!strcmp(group->cg_item.ci_namebuf, "
most_cdev
"))
in most_common_make_item()
480
static struct most_common
most_cdev
= {
variable
484
.ci_namebuf = "
most_cdev
",
654
most_cdev
.mod = c->mod;
in most_register_configfs_subsys()
655
ret = configfs_register_subsystem(&
most_cdev
.subsys);
in most_register_configfs_subsys()
696
configfs_unregister_subsystem(&
most_cdev
.subsys);
in most_deregister_configfs_subsys()
708
config_group_init(&
most_cdev
.subsys.su_group);
in configfs_init()
709
mutex_init(&
most_cdev
.subsys.su_mutex);
in configfs_init()
H
A
D
Makefile
7
obj-$(CONFIG_MOST_CDEV) +=
most_cdev
.o
Completed in 4 milliseconds