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:cgdev
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
ctcm_main.c
1193
struct ccwgroup_device *
cgdev
;
in ctcm_irq_handler()
local
1203
cgdev
= dev_get_drvdata(&cdev->dev);
in ctcm_irq_handler()
1209
if (
cgdev
== NULL) {
in ctcm_irq_handler()
1218
priv = dev_get_drvdata(&
cgdev
->dev);
in ctcm_irq_handler()
1297
*
cgdev
pointer to ccwgroup_device just added
1301
static int ctcm_probe_device(struct ccwgroup_device *
cgdev
)
in ctcm_probe_device()
argument
1307
__func__,
cgdev
);
in ctcm_probe_device()
1309
if (!get_device(&
cgdev
->dev))
in ctcm_probe_device()
1317
put_device(&
cgdev
->dev);
in ctcm_probe_device()
1321
cgdev
in ctcm_probe_device()
1515
ctcm_new_device(struct ccwgroup_device *
cgdev
)
ctcm_new_device()
argument
1638
ctcm_shutdown_device(struct ccwgroup_device *
cgdev
)
ctcm_shutdown_device()
argument
1679
ctcm_remove_device(struct ccwgroup_device *
cgdev
)
ctcm_remove_device()
argument
[all...]
H
A
D
ctcm_sysfs.c
181
struct ccwgroup_device *
cgdev
;
in ctcm_type_show()
local
183
cgdev
= to_ccwgroupdev(dev);
in ctcm_type_show()
184
if (!
cgdev
)
in ctcm_type_show()
188
ctcm_type[
cgdev
->cdev[0]->id.driver_info]);
in ctcm_type_show()
H
A
D
qeth_l3_main.c
1969
static void qeth_l3_remove_device(struct ccwgroup_device *
cgdev
)
in qeth_l3_remove_device()
argument
1971
struct qeth_card *card = dev_get_drvdata(&
cgdev
->dev);
in qeth_l3_remove_device()
1973
if (
cgdev
->dev.type == &qeth_generic_devtype)
in qeth_l3_remove_device()
1974
qeth_l3_remove_device_attributes(&
cgdev
->dev);
in qeth_l3_remove_device()
1979
if (
cgdev
->state == CCWGROUP_ONLINE)
in qeth_l3_remove_device()
H
A
D
lcs.c
1951
struct ccwgroup_device *
cgdev
;
in lcs_type_show()
local
1953
cgdev
= to_ccwgroupdev(dev);
in lcs_type_show()
1954
if (!
cgdev
)
in lcs_type_show()
1957
return sprintf(buf, "%s\n", lcs_type[
cgdev
->cdev[0]->id.driver_info]);
in lcs_type_show()
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
ctcm_main.c
1153
struct ccwgroup_device *
cgdev
;
in ctcm_irq_handler()
local
1163
cgdev
= dev_get_drvdata(&cdev->dev);
in ctcm_irq_handler()
1169
if (
cgdev
== NULL) {
in ctcm_irq_handler()
1178
priv = dev_get_drvdata(&
cgdev
->dev);
in ctcm_irq_handler()
1257
*
cgdev
pointer to ccwgroup_device just added
1261
static int ctcm_probe_device(struct ccwgroup_device *
cgdev
)
in ctcm_probe_device()
argument
1267
__func__,
cgdev
);
in ctcm_probe_device()
1269
if (!get_device(&
cgdev
->dev))
in ctcm_probe_device()
1277
put_device(&
cgdev
->dev);
in ctcm_probe_device()
1281
cgdev
in ctcm_probe_device()
1475
ctcm_new_device(struct ccwgroup_device *
cgdev
)
ctcm_new_device()
argument
1598
ctcm_shutdown_device(struct ccwgroup_device *
cgdev
)
ctcm_shutdown_device()
argument
1639
ctcm_remove_device(struct ccwgroup_device *
cgdev
)
ctcm_remove_device()
argument
[all...]
H
A
D
ctcm_sysfs.c
181
struct ccwgroup_device *
cgdev
;
in ctcm_type_show()
local
183
cgdev
= to_ccwgroupdev(dev);
in ctcm_type_show()
184
if (!
cgdev
)
in ctcm_type_show()
188
ctcm_type[
cgdev
->cdev[0]->id.driver_info]);
in ctcm_type_show()
H
A
D
qeth_l3_main.c
1952
static void qeth_l3_remove_device(struct ccwgroup_device *
cgdev
)
in qeth_l3_remove_device()
argument
1954
struct qeth_card *card = dev_get_drvdata(&
cgdev
->dev);
in qeth_l3_remove_device()
1956
if (
cgdev
->dev.type != &qeth_l3_devtype)
in qeth_l3_remove_device()
1957
device_remove_groups(&
cgdev
->dev, qeth_l3_attr_groups);
in qeth_l3_remove_device()
1962
if (
cgdev
->state == CCWGROUP_ONLINE)
in qeth_l3_remove_device()
H
A
D
lcs.c
1934
struct ccwgroup_device *
cgdev
;
in lcs_type_show()
local
1936
cgdev
= to_ccwgroupdev(dev);
in lcs_type_show()
1937
if (!
cgdev
)
in lcs_type_show()
1941
lcs_type[
cgdev
->cdev[0]->id.driver_info]);
in lcs_type_show()
Completed in 23 milliseconds