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:cdx_controller
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cdx/controller/
H
A
D
cdx_rpmsg.c
16
#include "
cdx_controller
.h"
49
struct
cdx_controller
*cdx_c;
in cdx_attach_to_rproc()
87
struct
cdx_controller
*cdx_c;
in cdx_detach_to_r5()
100
struct
cdx_controller
*cdx_c = dev_get_drvdata(&rpdev->dev);
in cdx_rpmsg_cb()
113
struct
cdx_controller
*cdx_c;
in cdx_rpmsg_post_probe_work()
124
struct
cdx_controller
*cdx_c;
in cdx_rpmsg_probe()
127
cdx_c = (struct
cdx_controller
*)cdx_rpmsg_id_table[0].driver_data;
in cdx_rpmsg_probe()
152
struct
cdx_controller
*cdx_c = dev_get_drvdata(&rpdev->dev);
in cdx_rpmsg_remove()
172
struct
cdx_controller
*cdx_c;
in cdx_setup_rpmsg()
H
A
D
cdx_controller.c
13
#include "
cdx_controller
.h"
36
void cdx_rpmsg_post_probe(struct
cdx_controller
*cdx)
in cdx_rpmsg_post_probe()
43
void cdx_rpmsg_pre_remove(struct
cdx_controller
*cdx)
in cdx_rpmsg_pre_remove()
49
static int cdx_configure_device(struct
cdx_controller
*cdx,
in cdx_configure_device()
66
static int cdx_scan_devices(struct
cdx_controller
*cdx)
in cdx_scan_devices()
130
struct
cdx_controller
*cdx;
in xlnx_cdx_probe()
180
struct
cdx_controller
*cdx = platform_get_drvdata(pdev);
in xlnx_cdx_remove()
H
A
D
cdx_controller.h
14
void cdx_rpmsg_post_probe(struct
cdx_controller
*cdx);
16
void cdx_rpmsg_pre_remove(struct
cdx_controller
*cdx);
H
A
D
Makefile
9
cdx-controller-objs :=
cdx_controller
.o cdx_rpmsg.o mcdi.o mcdi_functions.o
/kernel/linux/linux-6.6/include/linux/cdx/
H
A
D
cdx_bus.h
21
struct
cdx_controller
;
31
typedef int (*cdx_scan_cb)(struct
cdx_controller
*cdx);
33
typedef int (*cdx_dev_configure_cb)(struct
cdx_controller
*cdx,
62
* struct
cdx_controller
: CDX controller object
68
struct
cdx_controller
{
struct
95
struct
cdx_controller
*cdx;
/kernel/linux/linux-6.6/drivers/cdx/
H
A
D
cdx.h
26
struct
cdx_controller
*cdx;
43
int cdx_register_controller(struct
cdx_controller
*cdx);
49
void cdx_unregister_controller(struct
cdx_controller
*cdx);
H
A
D
cdx.c
85
struct
cdx_controller
*cdx = cdx_dev->cdx;
in cdx_dev_reset()
386
struct
cdx_controller
*cdx;
in rescan_store()
465
struct
cdx_controller
*cdx = dev_params->cdx;
in cdx_device_add()
519
int cdx_register_controller(struct
cdx_controller
*cdx)
in cdx_register_controller()
539
void cdx_unregister_controller(struct
cdx_controller
*cdx)
in cdx_unregister_controller()
Completed in 3 milliseconds