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:tape_class
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
tape_class.c
16
#include "
tape_class
.h"
21
"
tape_class
.c"
25
static struct class *
tape_class
;
variable
77
tcd->class_device = device_create(
tape_class
, device,
in register_tape_dev()
94
device_destroy(
tape_class
, tcd->char_device->dev);
in register_tape_dev()
110
device_destroy(
tape_class
, tcd->char_device->dev);
in unregister_tape_dev()
120
tape_class
= class_create(THIS_MODULE, "tape390");
in tape_init()
127
class_destroy(
tape_class
);
in tape_exit()
128
tape_class
= NULL;
in tape_exit()
H
A
D
Makefile
44
obj-$(CONFIG_S390_TAPE) += tape.o
tape_class
.o
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
tape_class.c
16
#include "
tape_class
.h"
21
"
tape_class
.c"
25
static struct class *
tape_class
;
variable
77
tcd->class_device = device_create(
tape_class
, device,
in register_tape_dev()
94
device_destroy(
tape_class
, tcd->char_device->dev);
in register_tape_dev()
110
device_destroy(
tape_class
, tcd->char_device->dev);
in unregister_tape_dev()
120
tape_class
= class_create("tape390");
in tape_init()
127
class_destroy(
tape_class
);
in tape_exit()
128
tape_class
= NULL;
in tape_exit()
H
A
D
Makefile
42
obj-$(CONFIG_S390_TAPE) += tape.o
tape_class
.o
Completed in 1 milliseconds