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:ssp_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-pxa2xx.h
30
enum pxa_ssp_type
ssp_type
;
member
106
switch (drv_data->
ssp_type
) {
in pxa25x_ssp_comp()
118
if (drv_data->
ssp_type
== CE4100_SSP ||
in write_SSSR_CS()
119
drv_data->
ssp_type
== QUARK_X1000_SSP)
in write_SSSR_CS()
H
A
D
spi-pxa2xx.c
173
return &lpss_platforms[drv_data->
ssp_type
- LPSS_LPT_SSP];
in lpss_get_config()
178
switch (drv_data->
ssp_type
) {
in is_lpss_ssp()
193
return drv_data->
ssp_type
== QUARK_X1000_SSP;
in is_quark_x1000_ssp()
198
return drv_data->
ssp_type
== MMP2_SSP;
in is_mmp2_ssp()
203
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_get_ssrc1_change_mask()
216
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_get_rx_default_thre()
230
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_txfifo_full()
250
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_clear_rx_thre()
267
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_set_rx_thre()
283
switch (drv_data->
ssp_type
) {
in pxa2xx_configure_sscr0()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pxa2xx.h
28
enum pxa_ssp_type
ssp_type
;
member
85
switch (drv_data->
ssp_type
) {
in pxa25x_ssp_comp()
107
if (drv_data->
ssp_type
== CE4100_SSP ||
in write_SSSR_CS()
108
drv_data->
ssp_type
== QUARK_X1000_SSP)
in write_SSSR_CS()
H
A
D
spi-pxa2xx.c
173
return &lpss_platforms[drv_data->
ssp_type
- LPSS_LPT_SSP];
in lpss_get_config()
178
switch (drv_data->
ssp_type
) {
in is_lpss_ssp()
193
return drv_data->
ssp_type
== QUARK_X1000_SSP;
in is_quark_x1000_ssp()
198
return drv_data->
ssp_type
== MMP2_SSP;
in is_mmp2_ssp()
203
return drv_data->
ssp_type
== MRFLD_SSP;
in is_mrfld_ssp()
214
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_get_ssrc1_change_mask()
227
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_get_rx_default_thre()
241
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_txfifo_full()
261
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_clear_rx_thre()
278
switch (drv_data->
ssp_type
) {
in pxa2xx_spi_set_rx_thre()
[all...]
Completed in 4 milliseconds