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:config_cb
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/
H
A
D
ifcvf_main.c
25
if (vf->
config_cb
.callback)
in ifcvf_config_changed()
26
return vf->
config_cb
.callback(vf->
config_cb
.private);
in ifcvf_config_changed()
360
vf->
config_cb
.callback = cb->callback;
in ifcvf_vdpa_set_config_cb()
361
vf->
config_cb
.private = cb->private;
in ifcvf_vdpa_set_config_cb()
H
A
D
ifcvf_base.h
86
struct vdpa_callback
config_cb
;
member
H
A
D
ifcvf_base.c
188
hw->
config_cb
.callback = NULL;
in ifcvf_reset()
189
hw->
config_cb
.private = NULL;
in ifcvf_reset()
/kernel/linux/linux-6.6/drivers/vdpa/alibaba/
H
A
D
eni_vdpa.c
42
struct vdpa_callback
config_cb
;
member
153
if (eni_vdpa->
config_cb
.callback)
in eni_vdpa_config_handler()
154
return eni_vdpa->
config_cb
.callback(eni_vdpa->
config_cb
.private);
in eni_vdpa_config_handler()
407
eni_vdpa->
config_cb
= *cb;
in eni_vdpa_set_config_cb()
/kernel/linux/linux-6.6/drivers/vdpa/virtio_pci/
H
A
D
vp_vdpa.c
38
struct vdpa_callback
config_cb
;
member
151
if (vp_vdpa->
config_cb
.callback)
in vp_vdpa_config_handler()
152
return vp_vdpa->
config_cb
.callback(vp_vdpa->
config_cb
.private);
in vp_vdpa_config_handler()
421
vp_vdpa->
config_cb
= *cb;
in vp_vdpa_set_config_cb()
/kernel/linux/linux-6.6/drivers/vdpa/pds/
H
A
D
vdpa_dev.h
43
struct vdpa_callback
config_cb
;
member
H
A
D
vdpa_dev.c
36
if (pdsv->
config_cb
.callback)
in pds_vdpa_notify_handler()
37
pdsv->
config_cb
.callback(pdsv->
config_cb
.private);
in pds_vdpa_notify_handler()
351
pdsv->
config_cb
.callback = cb->callback;
in pds_vdpa_set_config_cb()
352
pdsv->
config_cb
.private = cb->private;
in pds_vdpa_set_config_cb()
/kernel/linux/linux-6.6/drivers/vdpa/ifcvf/
H
A
D
ifcvf_main.c
24
if (vf->
config_cb
.callback)
in ifcvf_config_changed()
25
return vf->
config_cb
.callback(vf->
config_cb
.private);
in ifcvf_config_changed()
585
vf->
config_cb
.callback = cb->callback;
in ifcvf_vdpa_set_config_cb()
586
vf->
config_cb
.private = cb->private;
in ifcvf_vdpa_set_config_cb()
H
A
D
ifcvf_base.h
82
struct vdpa_callback
config_cb
;
member
H
A
D
ifcvf_base.c
404
hw->
config_cb
.callback = NULL;
in ifcvf_reset_config_handler()
405
hw->
config_cb
.private = NULL;
in ifcvf_reset_config_handler()
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H
A
D
mlx5_vnet.h
63
struct vdpa_callback
config_cb
;
member
H
A
D
mlx5_vnet.c
2482
if (ndev->
config_cb
.callback)
in update_carrier()
2483
ndev->
config_cb
.callback(ndev->
config_cb
.private);
in update_carrier()
2584
ndev->
config_cb
= *cb;
in mlx5_vdpa_set_config_cb()
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/
H
A
D
vduse_dev.c
97
struct vdpa_callback
config_cb
;
member
442
dev->
config_cb
.callback = NULL;
in vduse_dev_reset()
443
dev->
config_cb
.private = NULL;
in vduse_dev_reset()
628
dev->
config_cb
.callback = cb->callback;
in vduse_vdpa_set_config_cb()
629
dev->
config_cb
.private = cb->private;
in vduse_vdpa_set_config_cb()
939
if (dev->
config_cb
.callback)
in vduse_dev_irq_inject()
940
dev->
config_cb
.callback(dev->
config_cb
.private);
in vduse_dev_irq_inject()
Completed in 17 milliseconds