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:sma_op
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_ocp.c
354
const struct ocp_sma_op *
sma_op
;
member
916
return bp->
sma_op
->init(bp);
in ptp_ocp_sma_init()
922
return bp->
sma_op
->get(bp, sma_nr);
in ptp_ocp_sma_get()
928
return bp->
sma_op
->set_inputs(bp, sma_nr, val);
in ptp_ocp_sma_set_inputs()
934
return bp->
sma_op
->set_output(bp, sma_nr, val);
in ptp_ocp_sma_set_output()
2400
bp->
sma_op
= &ocp_fb_sma_op;
in ptp_ocp_fb_board_init()
2553
bp->
sma_op
= &ocp_art_sma_op;
in ptp_ocp_art_board_init()
2654
tbl = bp->
sma_op
->tbl;
in ptp_ocp_sma_show()
2706
val = sma_parse_inputs(bp->
sma_op
->tbl, buf, &mode);
in ptp_ocp_sma_store()
2797
return ptp_ocp_select_table_show(bp->
sma_op
in available_sma_inputs_show()
[all...]
Completed in 6 milliseconds