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:last_cs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
436
u32 start_cs,
last_cs
;
in check_sch_tt()
local
462
last_cs
= start_cs + cs_count - 1;
in check_sch_tt()
464
if (
last_cs
> 7)
in check_sch_tt()
468
extra_cs_count = (
last_cs
== 7) ? 1 : 2;
in check_sch_tt()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
429
u32 start_cs,
last_cs
;
in check_sch_tt()
local
458
last_cs
= start_cs + cs_count - 1;
in check_sch_tt()
460
if (
last_cs
> 7)
in check_sch_tt()
/kernel/linux/linux-5.10/drivers/net/ethernet/pasemi/
H
A
D
pasemi_mac.h
65
int
last_cs
;
member
H
A
D
pasemi_mac.c
1498
csring = mac->cs[mac->
last_cs
];
in pasemi_mac_start_tx()
1499
mac->
last_cs
= (mac->
last_cs
+ 1) % mac->num_cs;
in pasemi_mac_start_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/pasemi/
H
A
D
pasemi_mac.h
65
int
last_cs
;
member
H
A
D
pasemi_mac.c
1498
csring = mac->cs[mac->
last_cs
];
in pasemi_mac_start_tx()
1499
mac->
last_cs
= (mac->
last_cs
+ 1) % mac->num_cs;
in pasemi_mac_start_tx()
/kernel/linux/linux-6.6/include/linux/spi/
H
A
D
spi.h
430
* @
last_cs
: the last chip_select that is recorded by set_cs, -1 on non chip
680
char
last_cs
;
member
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi.c
954
if (!force && ((enable && spi->controller->
last_cs
== spi_get_chipselect(spi, 0)) ||
in spi_set_cs()
955
(!enable && spi->controller->
last_cs
!= spi_get_chipselect(spi, 0))) &&
in spi_set_cs()
961
spi->controller->
last_cs
= enable ? spi_get_chipselect(spi, 0) : -1;
in spi_set_cs()
3176
/* Setting
last_cs
to -1 means no chip selected */
in spi_register_controller()
3177
ctlr->
last_cs
= -1;
in spi_register_controller()
Completed in 16 milliseconds