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_fsi_slave
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/fsi/
H
A
D
fsi-core.c
99
#define
to_fsi_slave
(d) container_of(d, struct fsi_slave, dev)
macro
582
struct fsi_slave *slave =
to_fsi_slave
(kobj_to_dev(kobj));
in fsi_slave_sysfs_raw_read()
609
struct fsi_slave *slave =
to_fsi_slave
(kobj_to_dev(kobj));
in fsi_slave_sysfs_raw_write()
644
struct fsi_slave *slave =
to_fsi_slave
(dev);
in fsi_slave_release()
803
struct fsi_slave *slave =
to_fsi_slave
(dev);
in send_term_store()
819
struct fsi_slave *slave =
to_fsi_slave
(dev);
in slave_send_echo_show()
827
struct fsi_slave *slave =
to_fsi_slave
(dev);
in slave_send_echo_store()
863
struct fsi_slave *slave =
to_fsi_slave
(dev);
in chip_id_show()
874
struct fsi_slave *slave =
to_fsi_slave
(dev);
in cfam_id_show()
901
struct fsi_slave *slave =
to_fsi_slave
(de
in cfam_devnode()
[all...]
/kernel/linux/linux-6.6/drivers/fsi/
H
A
D
fsi-core.c
560
struct fsi_slave *slave =
to_fsi_slave
(kobj_to_dev(kobj));
in fsi_slave_sysfs_raw_read()
587
struct fsi_slave *slave =
to_fsi_slave
(kobj_to_dev(kobj));
in fsi_slave_sysfs_raw_write()
622
struct fsi_slave *slave =
to_fsi_slave
(dev);
in fsi_slave_release()
769
struct fsi_slave *slave =
to_fsi_slave
(dev);
in send_term_store()
785
struct fsi_slave *slave =
to_fsi_slave
(dev);
in slave_send_echo_show()
793
struct fsi_slave *slave =
to_fsi_slave
(dev);
in slave_send_echo_store()
829
struct fsi_slave *slave =
to_fsi_slave
(dev);
in chip_id_show()
840
struct fsi_slave *slave =
to_fsi_slave
(dev);
in cfam_id_show()
867
const struct fsi_slave *slave =
to_fsi_slave
(dev);
in cfam_devnode()
1239
struct fsi_slave *slave =
to_fsi_slave
(de
in fsi_master_remove_slave()
[all...]
H
A
D
fsi-slave.h
26
#define
to_fsi_slave
(d) container_of(d, struct fsi_slave, dev)
macro
Completed in 4 milliseconds