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:no_cs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
spi-s3c64xx.h
32
* @
no_cs
: Used when CS line is not connected.
38
bool
no_cs
;
member
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
spi-s3c64xx.h
39
bool
no_cs
;
member
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-loopback-test.c
51
static int
no_cs
;
variable
52
module_param(
no_cs
, int, 0);
53
MODULE_PARM_DESC(
no_cs
,
324
if (loop_req ||
no_cs
) {
in spi_loopback_test_probe()
326
spi->mode |=
no_cs
? SPI_NO_CS : 0;
in spi_loopback_test_probe()
H
A
D
spi-s3c64xx.c
328
if (sdd->cntrlr_info->
no_cs
)
in s3c64xx_spi_set_cs()
991
if (sci->
no_cs
)
in s3c64xx_spi_hwinit()
1048
sci->
no_cs
= of_property_read_bool(dev->of_node, "no-cs-readback");
in s3c64xx_spi_parse_dt()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-loopback-test.c
51
static int
no_cs
;
variable
52
module_param(
no_cs
, int, 0);
53
MODULE_PARM_DESC(
no_cs
,
362
if (loop_req ||
no_cs
) {
in spi_loopback_test_probe()
364
spi->mode |=
no_cs
? SPI_NO_CS : 0;
in spi_loopback_test_probe()
H
A
D
spi-s3c64xx.c
334
if (sdd->cntrlr_info->
no_cs
)
in s3c64xx_spi_set_cs()
1070
if (sci->
no_cs
)
in s3c64xx_spi_hwinit()
1127
sci->
no_cs
= of_property_read_bool(dev->of_node, "no-cs-readback");
in s3c64xx_spi_parse_dt()
Completed in 8 milliseconds