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:hmcdrv_dev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
hmcdrv_dev.c
31
#include "
hmcdrv_dev
.h"
77
static struct hmcdrv_dev_node
hmcdrv_dev
; /* HMC device struct (static) */
variable
104
*mode =
hmcdrv_dev
.mode;
in hmcdrv_dev_name()
300
cdev_init(&
hmcdrv_dev
.dev, &hmcdrv_dev_fops);
in hmcdrv_dev_init()
301
hmcdrv_dev
.dev.owner = THIS_MODULE;
in hmcdrv_dev_init()
302
rc = cdev_add(&
hmcdrv_dev
.dev, hmcdrv_dev_no, 1);
in hmcdrv_dev_init()
322
hmcdrv_dev
.mode = 0; /* "unset" */
in hmcdrv_dev_init()
335
cdev_del(&
hmcdrv_dev
.dev);
in hmcdrv_dev_init()
343
hmcdrv_dev
.dev.minor = MISC_DYNAMIC_MINOR;
in hmcdrv_dev_init()
344
hmcdrv_dev
in hmcdrv_dev_init()
[all...]
H
A
D
Makefile
52
hmcdrv-objs := hmcdrv_mod.o
hmcdrv_dev
.o hmcdrv_ftp.o hmcdrv_cache.o diag_ftp.o sclp_ftp.o
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
hmcdrv_dev.c
31
#include "
hmcdrv_dev
.h"
77
static struct hmcdrv_dev_node
hmcdrv_dev
; /* HMC device struct (static) */
variable
104
*mode =
hmcdrv_dev
.mode;
in hmcdrv_dev_name()
300
cdev_init(&
hmcdrv_dev
.dev, &hmcdrv_dev_fops);
in hmcdrv_dev_init()
301
hmcdrv_dev
.dev.owner = THIS_MODULE;
in hmcdrv_dev_init()
302
rc = cdev_add(&
hmcdrv_dev
.dev, hmcdrv_dev_no, 1);
in hmcdrv_dev_init()
322
hmcdrv_dev
.mode = 0; /* "unset" */
in hmcdrv_dev_init()
335
cdev_del(&
hmcdrv_dev
.dev);
in hmcdrv_dev_init()
343
hmcdrv_dev
.dev.minor = MISC_DYNAMIC_MINOR;
in hmcdrv_dev_init()
344
hmcdrv_dev
in hmcdrv_dev_init()
[all...]
H
A
D
Makefile
51
hmcdrv-objs := hmcdrv_mod.o
hmcdrv_dev
.o hmcdrv_ftp.o hmcdrv_cache.o diag_ftp.o sclp_ftp.o
Completed in 2 milliseconds