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:slot_stat
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
cxd2099.c
50
int
slot_stat
;
member
517
if (!ci->
slot_stat
) {
in campoll()
518
ci->
slot_stat
|=
in campoll()
524
if (ci->
slot_stat
) {
in campoll()
525
ci->
slot_stat
= 0;
in campoll()
532
ci->
slot_stat
== DVB_CA_EN50221_POLL_CAM_PRESENT) {
in campoll()
534
ci->
slot_stat
|= DVB_CA_EN50221_POLL_CAM_READY;
in campoll()
550
return ci->
slot_stat
;
in poll_slot_status()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
cxd2099.c
41
int
slot_stat
;
member
508
if (!ci->
slot_stat
) {
in campoll()
509
ci->
slot_stat
|=
in campoll()
515
if (ci->
slot_stat
) {
in campoll()
516
ci->
slot_stat
= 0;
in campoll()
523
ci->
slot_stat
== DVB_CA_EN50221_POLL_CAM_PRESENT) {
in campoll()
525
ci->
slot_stat
|= DVB_CA_EN50221_POLL_CAM_READY;
in campoll()
541
return ci->
slot_stat
;
in poll_slot_status()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
sata_sil24.c
1100
u32
slot_stat
, qc_active;
in sil24_host_intr()
local
1113
slot_stat
= readl(port + PORT_SLOT_STAT);
in sil24_host_intr()
1115
if (unlikely(
slot_stat
& HOST_SSTAT_ATTN)) {
in sil24_host_intr()
1120
qc_active =
slot_stat
& ~HOST_SSTAT_ATTN;
in sil24_host_intr()
1135
"spurious interrupt (
slot_stat
0x%x active_tag %d sactive 0x%x)\n",
in sil24_host_intr()
1136
slot_stat
, ap->link.active_tag, ap->link.sactive);
in sil24_host_intr()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
sata_sil24.c
1099
u32
slot_stat
, qc_active;
in sil24_host_intr()
local
1112
slot_stat
= readl(port + PORT_SLOT_STAT);
in sil24_host_intr()
1114
if (unlikely(
slot_stat
& HOST_SSTAT_ATTN)) {
in sil24_host_intr()
1119
qc_active =
slot_stat
& ~HOST_SSTAT_ATTN;
in sil24_host_intr()
1134
"spurious interrupt (
slot_stat
0x%x active_tag %d sactive 0x%x)\n",
in sil24_host_intr()
1135
slot_stat
, ap->link.active_tag, ap->link.sactive);
in sil24_host_intr()
Completed in 7 milliseconds