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:cmbops
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
cmf.c
115
static struct cmb_operations *
cmbops
;
variable
1114
return
cmbops
->set(cdev, enable ? 2 : 0);
in ccw_set_cmf()
1134
cmbops
->reset(cdev);
in enable_cmf()
1138
ret =
cmbops
->alloc(cdev);
in enable_cmf()
1141
cmbops
->reset(cdev);
in enable_cmf()
1142
ret = sysfs_create_group(&cdev->dev.kobj,
cmbops
->attr_group);
in enable_cmf()
1144
cmbops
->free(cdev);
in enable_cmf()
1147
ret =
cmbops
->set(cdev, 2);
in enable_cmf()
1149
sysfs_remove_group(&cdev->dev.kobj,
cmbops
->attr_group);
in enable_cmf()
1150
cmbops
in enable_cmf()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
cmf.c
115
static struct cmb_operations *
cmbops
;
variable
1130
cmbops
->reset(cdev);
in enable_cmf()
1134
ret =
cmbops
->alloc(cdev);
in enable_cmf()
1137
cmbops
->reset(cdev);
in enable_cmf()
1138
ret = sysfs_create_group(&cdev->dev.kobj,
cmbops
->attr_group);
in enable_cmf()
1140
cmbops
->free(cdev);
in enable_cmf()
1143
ret =
cmbops
->set(cdev, 2);
in enable_cmf()
1145
sysfs_remove_group(&cdev->dev.kobj,
cmbops
->attr_group);
in enable_cmf()
1146
cmbops
->free(cdev);
in enable_cmf()
1169
ret =
cmbops
in __disable_cmf()
[all...]
Completed in 5 milliseconds