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:to_ap_card
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
ap_card.c
25
struct ap_card *ac =
to_ap_card
(dev);
in hwtype_show()
35
struct ap_card *ac =
to_ap_card
(dev);
in raw_hwtype_show()
45
struct ap_card *ac =
to_ap_card
(dev);
in depth_show()
55
struct ap_card *ac =
to_ap_card
(dev);
in ap_functions_show()
66
struct ap_card *ac =
to_ap_card
(dev);
in request_count_show()
82
struct ap_card *ac =
to_ap_card
(dev);
in request_count_store()
102
struct ap_card *ac =
to_ap_card
(dev);
in requestq_count_show()
121
struct ap_card *ac =
to_ap_card
(dev);
in pendingq_count_show()
145
struct ap_card *ac =
to_ap_card
(dev);
in config_show()
155
struct ap_card *ac =
to_ap_card
(de
in config_store()
[all...]
H
A
D
zcrypt_cex4.c
84
struct ap_card *ac =
to_ap_card
(dev);
in cca_serialnr_show()
215
struct ap_card *ac =
to_ap_card
(dev);
in ep11_api_ordinalnr_show()
236
struct ap_card *ac =
to_ap_card
(dev);
in ep11_fw_version_show()
259
struct ap_card *ac =
to_ap_card
(dev);
in ep11_serialnr_show()
293
struct ap_card *ac =
to_ap_card
(dev);
in ep11_card_op_modes_show()
467
struct ap_card *ac =
to_ap_card
(&ap_dev->device);
in zcrypt_cex4_card_probe()
624
struct ap_card *ac =
to_ap_card
(&ap_dev->device);
in zcrypt_cex4_card_remove()
H
A
D
zcrypt_card.c
54
struct ap_card *ac =
to_ap_card
(dev);
in online_show()
65
struct ap_card *ac =
to_ap_card
(dev);
in online_store()
H
A
D
ap_bus.h
198
#define
to_ap_card
(x) container_of((x), struct ap_card, ap_dev.device)
macro
H
A
D
ap_bus.c
636
struct ap_card *ac =
to_ap_card
(&ap_dev->device);
in ap_uevent()
1721
return is_card_dev(dev) &&
to_ap_card
(dev)->id == (int)(long)(void *)data;
in __match_card_device_with_id()
1972
ac = dev ?
to_ap_card
(dev) : NULL;
in ap_scan_adapter()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
ap_card.c
25
struct ap_card *ac =
to_ap_card
(dev);
in hwtype_show()
35
struct ap_card *ac =
to_ap_card
(dev);
in raw_hwtype_show()
45
struct ap_card *ac =
to_ap_card
(dev);
in depth_show()
55
struct ap_card *ac =
to_ap_card
(dev);
in ap_functions_show()
66
struct ap_card *ac =
to_ap_card
(dev);
in request_count_show()
82
struct ap_card *ac =
to_ap_card
(dev);
in request_count_store()
102
struct ap_card *ac =
to_ap_card
(dev);
in requestq_count_show()
121
struct ap_card *ac =
to_ap_card
(dev);
in pendingq_count_show()
146
struct ap_card *ac =
to_ap_card
(dev);
in config_show()
156
struct ap_card *ac =
to_ap_card
(de
in config_store()
[all...]
H
A
D
zcrypt_card.c
42
struct zcrypt_card *zc =
to_ap_card
(dev)->private;
in type_show()
53
struct ap_card *ac =
to_ap_card
(dev);
in online_show()
64
struct ap_card *ac =
to_ap_card
(dev);
in online_store()
93
struct zcrypt_card *zc =
to_ap_card
(dev)->private;
in load_show()
H
A
D
zcrypt_cex4.c
82
struct ap_card *ac =
to_ap_card
(dev);
in cca_serialnr_show()
194
struct ap_card *ac =
to_ap_card
(dev);
in ep11_api_ordinalnr_show()
215
struct ap_card *ac =
to_ap_card
(dev);
in ep11_fw_version_show()
238
struct ap_card *ac =
to_ap_card
(dev);
in ep11_serialnr_show()
272
struct ap_card *ac =
to_ap_card
(dev);
in ep11_card_op_modes_show()
439
struct ap_card *ac =
to_ap_card
(&ap_dev->device);
in zcrypt_cex4_card_probe()
577
struct ap_card *ac =
to_ap_card
(&ap_dev->device);
in zcrypt_cex4_card_remove()
H
A
D
zcrypt_cex2c.c
70
struct ap_card *ac =
to_ap_card
(dev);
in cca_serialnr_show()
256
struct ap_card *ac =
to_ap_card
(&ap_dev->device);
in zcrypt_cex2c_card_probe()
314
struct ap_card *ac =
to_ap_card
(&ap_dev->device);
in zcrypt_cex2c_card_remove()
315
struct zcrypt_card *zc =
to_ap_card
(&ap_dev->device)->private;
in zcrypt_cex2c_card_remove()
H
A
D
zcrypt_cex2a.c
84
struct ap_card *ac =
to_ap_card
(&ap_dev->device);
in zcrypt_cex2a_card_probe()
134
struct zcrypt_card *zc =
to_ap_card
(&ap_dev->device)->private;
in zcrypt_cex2a_card_remove()
H
A
D
ap_bus.h
168
#define
to_ap_card
(x) container_of((x), struct ap_card, ap_dev.device)
macro
H
A
D
ap_bus.c
1272
return is_card_dev(dev) &&
to_ap_card
(dev)->id == (int)(long)(void *) data;
in __match_card_device_with_id()
1445
ac = dev ?
to_ap_card
(dev) : NULL;
in ap_scan_adapter()
Completed in 20 milliseconds